.p-cat-heading {
    color: var(--Foundation-Grey-G900, #272A29);
    font-family: --var(Futura);
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    /* 150% */
}

.taxnonomy-cat-banner .slide-description {
    width: 100% !important;
}

.p-cat-imgg {
    border-radius: 20px;
}

.p-ca-figuree {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.10);
    display: flex;
    padding: 20px;
    align-items: flex-start;
    gap: 15px;
    flex: 1 0 0;
}

.first-cat {
    border-radius: 20px;
    /* background: rgba(0, 0, 0, 0.20); */
    flex: 0 0 183px;
    width: 183px;
    height: 156px;
    background: #E3E3E3;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-cat-tax-sec {
    margin-top: 32px;
    margin-bottom: 32px;
}

.product-cart-col-wrapper {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.10);
    display: flex;
    padding: 20px;
    align-items: flex-start;
    gap: 15px;
    flex: 1 0 0;
    height: 100%;
    min-width: 0;
    overflow: hidden;
}

.p-cat-ttitle {
    color: var(--Foundation-Grey-G900, #272A29);
    font-family: --var(futura);
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    margin-bottom: 4px;
    display: block;
    overflow-wrap: anywhere;
    /* 150% */
}

.cat--auto-lissst {
    display: block;
    margin-bottom: 4px;
    max-width: 100%;
    line-height: 24px;
    overflow-wrap: normal;
}

.cat--auto-lissst > span:not(.cat--auto-dot) {
    display: inline;
}

.cat--auto-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 6px;
    height: 6px;
    margin: 0 10px;
    vertical-align: middle;
}

.cat--auto-dot::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #272A29;
    display: block;
}

.cat--auto-dot svg {
    display: none;
}

.p-cat-pdf-btn {
    color: var(--Foundation-Grey-G700, #3F4141);
    font-family: --var(futura);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    display: flex;
    gap: 8px;
    align-items: center;
    width: max-content;
    justify-content: center;
    /* 228.571% */
}

.first-cat img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}
.first-cat-else img {
   border-radius: 20px;
   object-fit: cover;
}

.second-cat {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
}
.product-cat-description-title {
    margin-top: 32px;
}

.tterm-name {
    color: var(--Neutral-B700, #1C1C1C);
    font-family: --var(futura);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 57.6px */
}

.tterm-description {
    color: var(--Foundation-Grey-G300, #707272);
    font-family: --var(futura);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 24px */
    margin-bottom: 32px;
}

.cat-search-section {
    margin-top: 0;
    margin-bottom: 32px;
}

.search-filter {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.search-filter-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    border-left: 1px solid #DEDEDE;
    padding-left: 16px;
    cursor: pointer;
    background: transparent;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 6px;
    transition: border-color 0.2s ease;
}

.search-filter-wrapper.is-open {
    border-left-color: #cfd6d2;
}

.search-filter-wrapper .filter-chevron {
    transition: transform 0.2s ease;
}

.search-filter-wrapper.is-open .filter-chevron {
    transform: rotate(180deg);
}

.cat-search-section form {
    position: relative;
    display: flex;
    width: 100%;
}

.cat-search-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    z-index: 1;
}

.cat-search-input {
    display: flex;
    width: 100%;
    border-radius: 8px !important;
    border: 1px solid var(--Foundation-Grey-G40, #E3E3E3) !important;
    background: #FFF;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.10);
    padding: 16px;
    padding-left: 48px;
    padding-right: 120px;
    color: var(--Foundation-Grey-G300, #707272) !important;
    font-family: --var(futura);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.all-products-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 32px;
}

.all-products-filter-tabs.is-collapsed {
    display: none;
}

.all-products-filter-tab {
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    background: #FFF;
    color: #272A29;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: --var(futura);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    padding: 10px 14px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.all-products-filter-tab span {
    color: #707272;
    font-size: 13px;
    font-weight: 500;
}

.all-products-filter-tab.is-active {
    border-color: #026531;
    background: var(--rg-grad, linear-gradient(97deg, #AA2C32 0%, #2B825B 100%));
    color: #FFF;
}

.all-products-filter-tab.is-active span {
    color: #FFF;
}

/* Hide slide-description when empty */
.slide-description:empty {
    display: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .product-cart-col-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        padding: 20px;
    }

    .first-cat {
        flex: 0 0 auto;
        width: 100%;
        height: auto;
        min-height: 156px;
    }

    .first-cat img {
        width: 100%;
        height: auto;
        min-height: 156px;
    }

    .second-cat {
        width: 100%;
    }

    .cat--auto-lissst {
        line-height: 24px;
    }

    .all-products-filter-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 6px;
    }

    .all-products-filter-tab {
        flex: 0 0 auto;
        white-space: nowrap;
    }
}
