.editor__page {
    padding-bottom: 48px;
}

.editor__page__content {
    --editor-page-collapsed-height: 324px;
    position: relative;
    border: 1px solid #EEEEEE;
    border-radius: 16px;
    background: #FFFFFF;
    overflow: hidden;
}

.editor__page__content.is-collapsed {
    max-height: var(--editor-page-collapsed-height);
}

.editor__page__content-inner {
    padding: 32px 40px;
}

.editor__page__content-inner> :first-child {
    margin-top: 0;
}

.editor__page__content-inner> :last-child {
    margin-bottom: 0;
}

.editor__page__content-inner img {
    max-width: 100%;
    height: auto;
}

.editor__page__fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 1;
}

.editor__page__actions {
    display: flex;
    justify-content: center;
}

.editor__page__content.is-expandable.is-collapsed .editor__page__actions {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    z-index: 2;
}

.editor__page__content.is-expandable.is-collapsed .editor__page__fade {
    opacity: 1;
}

.editor__page__content.is-expanded .editor__page__actions {
    position: relative;
    padding: 0 40px 32px;
}

.editor__page__toggle {
    border: none;
    background: transparent;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #212121;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 145%;
}

.editor__page__toggle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease;
}

.editor__page__content.is-expanded .editor__page__toggle-icon {
    transform: rotate(180deg);
}

.editor__page__content {
    color: #616161;
    font-weight: 300;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 1%;
}
.editor__page__content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.editor__page__content h1 {
    color: #212121;
    font-weight: 500;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 1%;

}

.editor__page__content h2 {
    color: #212121;
    font-weight: 500;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 1%;

}

.editor__page__content h3 {
    color: #212121;
    font-weight: 500;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 1%;

}

.editor__page__content h4 {
    color: #212121;
    font-weight: 500;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 1%;

}

.editor__page__content h5 {
    color: #212121;
    font-weight: 500;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 1%;

}

.editor__page__content h6 {
    color: #212121;
    font-weight: 500;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 1%;

}
.box-search {
    margin-top: 24px;
}
.box-search .container {
    width: 100%;
    max-width: max-content;
    margin: 0 auto;

}
.list__all__cate .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 24px;
    padding: 48px 0;

}
body.tax-product_cat .woocommerce-products-header__title {
    display: none;
}
@media screen and (max-width: 1024px) {
    .list__all__cate .container {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 768px) {
    .list__all__cate .container {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .editor__page {
        padding-bottom: 32px;
    }

    .editor__page__content {
        border-radius: 12px;
    }

    .editor__page__content-inner {
        padding: 24px 20px;
    }

    .editor__page__content.is-expanded .editor__page__actions {
        padding: 0 20px 24px;
    }

    .editor__page__content.is-expandable.is-collapsed .editor__page__actions {
        bottom: 20px;
    }

    .editor__page__toggle {
        font-size: 14px;
    }
    .editor__page__content h1 {
        font-size: 20px;
    }
    .editor__page__content h2,
    .editor__page__content h3 ,
    .editor__page__content h4  {
        font-size: 18px;
    }
}
@media screen and (max-width: 540px) {
    .list__all__cate .container {
        grid-template-columns: 1fr 1fr;
    }
}