.ajwilds-product-section {
    margin-bottom: 40px;
}

.ajwilds-product-title {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
}

.ajwilds-product-card {
    border: 1px solid #eee;
    padding: 16px;
    border-radius: 4px;
    background: #fff;
}

.ajwilds-product-image img {
    width: 100%;
    border-radius: 4px;
}

.ajwilds-product-name {
    font-size: 18px;
    margin: 12px 0;
}

.ajwilds-product-price {
    font-weight: bold;
    margin-bottom: 10px;
}

.ajwilds-pagination {
    text-align: center;
    margin-top: 20px;
}

.ajwilds-page-link {
    margin: 0 4px;
}