.themyaso-category-catalog {
    width: 100%;
}

.themyaso-category-navigation {
    width: 100%;
    margin: 0 0 48px;
    overflow: hidden;
}

.themyaso-category-navigation .product-filter {
    padding: 0;
}

.themyaso-category-navigation .category-filter-form {
    margin: 0;
    padding: 8px 0 14px;
}

.themyaso-category-section {
    margin: 0 0 72px;
    padding-bottom: 56px;
    border-bottom: 1px solid rgba(35, 35, 35, 0.1);
}

.themyaso-category-section:last-child {
    margin-bottom: 20px;
    border-bottom: 0;
}

.themyaso-category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.themyaso-category-title {
    margin: 0;
    color: #222;
    font-size: clamp(26px, 3vw, 40px);
    line-height: 1.15;
    text-align: left;
}

.themyaso-category-details,
.themyaso-load-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 24px;
    border: 1px solid #1f1f1f;
    border-radius: 999px;
    background: transparent;
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.themyaso-category-details:hover,
.themyaso-load-more:hover {
    background: #1f1f1f;
    color: #fff;
    transform: translateY(-1px);
}

.themyaso-category-products {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.themyaso-load-more-wrap {
    margin-top: 22px;
    text-align: center;
}

.themyaso-load-more.is-loading {
    cursor: wait;
    opacity: 0.65;
}

.themyaso-load-error {
    margin: 0 0 12px;
    color: #b42318;
    font-size: 14px;
}

@media (max-width: 767px) {
    .themyaso-category-section {
        margin-bottom: 48px;
        padding-bottom: 38px;
    }

    .themyaso-category-header {
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .themyaso-category-details {
        min-height: 40px;
        padding: 9px 16px;
        white-space: nowrap;
    }
}
