.pix-variations-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 32px !important;
    font-size: 0.9em;
}

.pix-variations-table th,
.pix-variations-table td {
    padding: 10px; 
    text-align: left;
}

.pix-variations-table td {
    border-bottom: 1px solid #F0F0E1 !important;
}

.pix-variations-table thead th {
    border: 0px;
    font-weight: bold;
}

/* Zebra striping for tbody rows (excluding category headers) */
.pix-variations-table tbody tr:not(.pix-variation-category-header):nth-child(even) {
    background-color: rgb(255 255 249);
}

/* Category Header Styles */
.pix-variations-table thead tr th {
    background-color: rgb(255 255 249);
    border: 0px;
    border-bottom: 1px solid #F0F0E1 !important;
    font-weight: 400;
    text-transform: none;
} 

.pix-variation-category-title {
    background: #f0f0e1;
    margin-bottom: 0px !important;
    padding: 7px 24px;
    border-radius: 8px;
}