/* Alvasco Pro Frontend Styles v2.1.0 */

/* Product Attributes */
.alvasco-product-attributes {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.6;
}

.product-meta-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.attribute-item {
    color: #666;
}

.attr-label {
    font-weight: 600;
    color: #333;
}

.attr-value {
    color: #666;
}

/* Badges - TEXT ONLY, NO ICONS */
.alvasco-product-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.alvasco-badge {
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: white;
    display: inline-block;
}

.alvasco-badge.quick-ship {
    background: #4CAF50;
}

.alvasco-badge.budget-buster {
    background: #ff6b35;
}

/* Request Quote Button - ALWAYS VISIBLE */
.product-item__description--actions {
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    transform: none !important;
}

/* Single Product Specs */
.alvasco-single-product-specs {
    margin: 20px 0;
}

.alvasco-single-product-specs h3 {
    margin-bottom: 15px;
}

/* Filters */
.alvasco-filters-widget {
    padding: 15px;
    background: #f9f9f9;
    margin-bottom: 20px;
}

.filter-group {
    margin-bottom: 20px;
}

.filter-group h4 {
    margin-bottom: 10px;
    font-size: 16px;
}

.filter-group label {
    display: block;
    margin: 5px 0;
    cursor: pointer;
}

.filter-group input[type="checkbox"] {
    margin-right: 8px;
}

/* Mobile */
@media (max-width: 768px) {
    .alvasco-product-attributes {
        font-size: 13px;
    }
    
    .alvasco-badge {
        font-size: 11px;
        padding: 4px 12px;
    }
}
