


.product-header {
    margin-bottom: 2rem;
}

.brand-name-v2 {
    color: #3498db;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.product-title-v2 {
    font-size: 2rem !important;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.product-meta {
    display: flex;
    gap: 1rem;
    font-size: 0.85rem;
    color: #7f8c8d;
}

.sku-info {
    font-weight: 500;
}

.stock-status {
    font-weight: 600;
}

.stock-status.in-stock {
    color: #27ae60;
}

.box-product-info {
    color: #34495e;
    margin-bottom: 2rem;
    padding: 1rem 0;
    border-bottom: 1px solid #ecf0f1;
}

.product-features-v2 h4 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}