.related-cats button{cursor:pointer;color:inherit;font-family:inherit;font-size:inherit;background:0 0;border:0;}
.related-cats a{color:inherit;text-decoration:none;}
.related-cats h2, .related-cats h3{letter-spacing:-.02em;margin:0;}
.related-cats{padding:88px 0;}
.related-cats .related-cats-head{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px;display:flex;}
.related-cats .related-cats-head__left{max-width:60ch;}
.related-cats .related-cats-head__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:#1f6b3a;align-items:center;gap:10px;margin-bottom:10px;font-size:12px;font-weight:700;display:inline-flex;}
.related-cats .related-cats-head__eyebrow:before{content:"";background:#bef0b0;border-radius:3px;width:10px;height:10px;}
.related-cats .related-cats-head h2{letter-spacing:-.03em;font-size:clamp(28px,2.8vw,38px);font-weight:700;line-height:1.1;}
.related-cats .groups{grid-template-columns:repeat(3,1fr);gap:18px;display:grid;}
.related-cats .cat-list{margin:0;padding:0;list-style:none;display:none;}
.related-cats .groups--desktop{display:grid;}
.related-cats .groups--related{grid-template-columns:repeat(3,1fr)!important;}
.related-cats .cat-list__item{border-bottom:1px solid #e7e7e3;}
.related-cats .cat-list__item:first-child{border-top:1px solid #e7e7e3;}
.related-cats .cat-list__row{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:16px;width:100%;min-height:64px;padding:16px 4px;transition:background .1s;display:flex;}
.related-cats .cat-list__row:active{background:#f4f4f2;}
.related-cats .cat-list__icon{background:#f4f4f2;width:46px;height:46px;color:#1f6b3a;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex;}
.related-cats .cat-list__icon svg{stroke-width:1.75px;width:22px;height:22px;}
.related-cats .cat-list__body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex;}
.related-cats .cat-list__title{color:#121613;font-size:16px;font-weight:600;line-height:1.2;}
.related-cats .cat-list__sub{color:#7a807c;font-size:13px;line-height:1.3;}
.related-cats .cat-list__chev{color:#7a807c;flex-shrink:0;transition:transform .22s;}
.related-cats .cat-list__panel{max-height:0;transition:max-height .28s cubic-bezier(.4,0,.2,1);overflow:hidden;}
.related-cats .cat-list__panel-inner{flex-direction:column;gap:14px;padding:2px 0 18px 62px;display:flex;}
.related-cats .cat-list__show-all{color:#1f6b3a;align-items:center;gap:6px;padding:2px 0;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex;}
.related-cats .cat-list__chips{flex-wrap:wrap;gap:8px;display:flex;}
.related-cats .cat-list__chip{background:#f4f4f2;color:#4b524d;border:1px solid #e7e7e3;border-radius:20px;padding:8px 15px;font-size:14px;font-weight:500;text-decoration:none;transition:background .12s,color .12s;display:inline-block;}
.related-cats .cat-list__chip:active{background:#e7f7df;color:#1f6b3a;}


.related-cats .group__head{flex-shrink:0;justify-content:space-between;align-items:flex-start;height:52px;transition:height .35s cubic-bezier(.2,.8,.2,1),opacity .2s,transform .35s cubic-bezier(.2,.8,.2,1),margin .35s cubic-bezier(.2,.8,.2,1);display:flex;}
.related-cats .group__icon{width:52px;height:52px;color:#1f6b3a;background:#ffffffb3;border-radius:14px;flex-shrink:0;place-items:center;display:grid;box-shadow:0 6px 14px -6px #0000001a;}
.related-cats .group__icon svg{stroke-width:1.75px;width:26px;height:26px;  stroke: var(--g-fg, revert-layer);}
.related-cats .group__arrow{color:#7a807c;transition:transform .2s,color .2s;}
.related-cats .group__body{flex-shrink:0;}
.related-cats .group__title{letter-spacing:-.02em;margin:0 0 4px;font-size:20px;font-weight:700;line-height:1.15;}
.related-cats .group__subtitle{color:#4b524d;margin:0;font-size:13px;}
.related-cats .group__subs{opacity:0;flex-wrap:wrap;gap:6px;max-height:0;transition:max-height .35s cubic-bezier(.2,.8,.2,1),opacity .2s 80ms,transform .3s 80ms;display:flex;overflow:hidden;transform:translateY(6px);}
.related-cats .group:hover .group__subs{opacity:1;max-height:120px;transform:translateY(0);}
.related-cats .group__chip{color:#4b524d;white-space:nowrap;background:#ffffffbf;border:1px solid #0000000a;border-radius:999px;padding:5px 11px;font-size:12px;font-weight:500;transition:all .15s;}
.related-cats .group__chip--more{color:#121613;background:#0000000f;font-weight:600;}
.related-cats .group:hover .group__chip{background:#fff;}
@media (width<=1024px){
    .related-cats .groups{grid-template-columns:repeat(2,1fr);}
}
@media (width<=767px){
    .related-cats .group__body{
        width: calc(100% - 70px);

    }
/* .groups--desktop{display:none;} */
.related-cats .cat-list{display:block;}
.related-cats .groups--related {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 0 !important;
}

.related-cats{padding:40px 0;overflow-x:clip;}
.related-cats  svg.group__arrow.group__arrow--desktop {
    display: none;
}
.related-cats svg.group__arrow.group__arrow--mobile {
    position: absolute;
    right: 5px;
    top: 30px;
    /* transform: translateY(-50%); */
}
.related-cats .group{
    cursor: pointer;
    text-align: left;
    background: 0 0;
    border: none;
    align-items: center;
    gap: 0 16px;
    width: 100%;
    min-height: 64px;
    padding: 16px 4px;
    transition: background .1s;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.related-cats .group:first-child {
    border-top: 1px solid #e7e7e3;
}
.related-cats .group{
    border-bottom: 1px solid #e7e7e3;
}
.related-cats .group:not(:has(.group__subs > *)) .group__arrow.group__arrow--mobile {
    display: none !important;
}
.related-cats  .group__subs {
    padding-left: 66px;
}
.related-cats .group:hover .group__chip {
    background: #f4f4f2;
    color: #4b524d;
    border: 1px solid #e7e7e3;
    border-radius: 20px;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background .12s, color .12s;
    display: inline-block;
}
.related-cats .group__title {
  word-break: break-word;
    color: #121613;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}
.related-cats .group__subtitle {
    color: #7a807c;
}
.related-cats .group__icon {
  
    background: var(--g-bg, #f4f4f2);
}
.related-cats .group:hover .group__subs {
    max-height: max-content;
    padding-top: 16px;

}

.related-cats .cat-list__show-all {
    padding-left: 66px;
max-height: 0;
opacity: 0;
}
.related-cats .group:hover  .cat-list__show-all {
    opacity: 1;
    max-height: 120px;
    transform: translateY(0);
    margin-top: 14px;

}

}
@media (width>768px){
    .related-cats   .cat-list__show-all {
        display: none;
    }
    .related-cats .group{
        background: var(--g-bg, #f4f4f2);
        color: #121613;
        border-radius: 22px;
        text-align: left;
        border: 1px solid #0000;
        flex-direction: column;
        gap: 14px;
        height: 220px;
        padding: 22px 22px 20px;
        transition: transform .25s, box-shadow .25s;
        display: flex;
        position: relative;
        overflow: hidden;
    }
  
    .related-cats   svg.group__arrow.group__arrow--mobile {
        display: none;
    }
    .related-cats .group:has(.group__subs > *):hover .group__head{opacity:0;height:0;margin-bottom:-14px;transform:translateY(-10px);} 
    .related-cats .group:has(.group__subs > *):hover{transform:translateY(-3px);box-shadow:0 20px 40px -20px #0000002e;}
    .related-cats .group:has(.group__subs > *):hover .group__arrow{color:#121613;transform:translate(3px,-3px);}
    .related-cats .group:not(:has(.group__subs > *)) svg.group__arrow.group__arrow--desktop {
        display: none;
    }

}
.related-cats{background:#e7f7df;padding:56px 0;}
.related-cats h2{letter-spacing:-.02em;margin-bottom:20px;font-size:24px;font-weight:700;}

/* //for homepage */


.related-cats  .section-head {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    margin-bottom: 28px;
    display: flex;
}
.related-cats .section-head__left {
    max-width: 60ch;
}
.related-cats .section-head__eyebrow {
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #1f6b3a;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
}
.related-cats .section-head__eyebrow:before {
    content: "";
    background: #bef0b0;
    border-radius: 3px;
    width: 10px;
    height: 10px;
}
.related-cats .section-head__sub {
    color: #4b524d;
    max-width: 56ch;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
}
.related-cats .section-head__link {
    color: #121613;
    border: 1px solid #d8d8d3;
    white-space: nowrap;
    border-radius: 10px;
    /* flex-shrink: 0; */
    /* width: 100%; */
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    transition: all .15s;
    display: inline-flex;
}
.related-cats .section-head__link:hover {
    background: #121613;
    color: #fff;
    border-color: #121613;
}
@media (width<=768px) {
    .related-cats .section-head__link {
        display: none;
    }
}

