.productinfo-tab {
    padding: 10px 0;
}

/* Section titles */
.productinfo-section-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Color rectangle in product details tab */
.productinfo-color-rect {
    display: inline-block;
    width: 28px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 2px;
    vertical-align: middle;
    margin-right: 6px;
}

/* Composition - Material bars */
.productinfo-materials {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    max-width: 500px;
}

.productinfo-material {
    margin-bottom: 10px;
}

.productinfo-material-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 4px;
}

.productinfo-material-name {
    font-size: 0.9rem;
}

.productinfo-material-pct {
    font-size: 0.85rem;
    font-weight: 600;
    color: #333;
}

.productinfo-bar {
    background: #e9ecef;
    border-radius: 4px;
    height: 8px;
    overflow: hidden;
}

.productinfo-bar-fill {
    background: #232323;
    height: 100%;
    border-radius: 4px;
    transition: width 0.4s ease;
}

/* Care instructions - Icon grid */
.productinfo-care {
    margin-top: 5px;
}

.productinfo-care-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.productinfo-care-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70px;
    text-align: center;
}

.productinfo-care-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 6px;
}

.productinfo-care-label {
    font-size: 0.7rem;
    line-height: 1.2;
    color: #555;
    word-break: break-word;
}
