.vintage-jerseys-container-eb80c5fc {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    padding: 20px;
    background: #fdfdfd;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.vj-title-eb80c5fc {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.vj-products-grid-eb80c5fc {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.vj-product-card-eb80c5fc {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.vj-product-card-eb80c5fc:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.vj-product-image-container-eb80c5fc {
    background: #f7f7f7;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.vj-product-image-eb80c5fc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vj-placeholder-img-eb80c5fc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9ecef;
    color: #6c757d;
    font-size: 14px;
    font-weight: 600;
}

.vj-product-details-eb80c5fc {
    padding: 18px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
}

.vj-product-name-eb80c5fc {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 10px 0;
    line-height: 1.4;
    min-height: 44px;
}

.vj-product-price-eb80c5fc {
    font-size: 18px;
    font-weight: bold;
    color: #e67e22;
    margin-bottom: 15px;
}

.vj-product-button-eb80c5fc {
    display: block;
    background: #111111;
    color: #ffffff;
    text-align: center;
    padding: 10px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.3s ease;
    margin-top: auto;
}

.vj-product-button-eb80c5fc:hover {
    background: #e67e22;
    color: #ffffff;
}

.vj-no-products-eb80c5fc {
    text-align: center;
    color: #888888;
    padding: 30px;
    font-style: italic;
}
