.woocommerce .grid-item {
    position: relative;
}

.woocommerce .wrds-category-badge {
    position: absolute;
    top: 10px;
    left: 24px;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 7px 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
    pointer-events: none;
}

.woocommerce-loop-category__content {
    text-align: center;
}

.woocommerce ul.products li.product-category .wrds-category-starting-price {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #7b2cff;
}

.wrds-category-archive-subtitle {
    max-width: 760px;
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 1.65;
    color: #555555;
}

.haru-page-title__heading .wrds-category-archive-subtitle--haru {
    max-width: 760px;
    margin: 10px auto 0;
    font-size: 17px;
    line-height: 1.55;
    color: #000;
    text-align: center;
    opacity: 0.9;
}

.haru-page-title__heading .wrds-category-archive-subtitle--haru p {
    margin: 0;
}

@media (max-width: 767px) {
    .woocommerce ul.products li.product-category .wrds-category-badge {
        top: 8px;
        left: 8px;
        min-height: 23px;
        padding: 6px 9px;
        font-size: 10px;
    }

    .woocommerce ul.products li.product-category .wrds-category-starting-price {
        margin-top: 4px;
        font-size: 13px;
    }

    .wrds-category-archive-subtitle {
        margin-bottom: 18px;
        font-size: 14px;
        line-height: 1.55;
    }

    .haru-page-title__heading .wrds-category-archive-subtitle--haru {
        margin-top: 8px;
        font-size: 14px;
        line-height: 1.45;
    }
}

.wrds-wcc-admin-section h3 {
    margin: 18px 0 6px;
    padding: 10px 12px;
    border-left: 4px solid #7b2cff;
    background: #f6f3ff;
    color: #1d1233;
    font-size: 14px;
    font-weight: 700;
}

.wrds-wcc-admin-section p {
    margin: 0 0 10px;
    color: #666666;
    font-size: 13px;
}