FEEDING INSTRUCTIONS: see table. Water should be available at all times. Batch number, factory registration number and best before date: see information on packaging. To be stored in a cool, dry place.
ADULT CAT
IDEAL WEIGHT (kg) |
STAGE |
| WEIGHT LOSS |
MAINTENANCE AFTER WEIGHT LOSS |
|
grams |
cups |
grams |
cups |
| 2 |
28 |
2/8 |
30 |
3/8 |
| 2.5 |
33 |
2/8 |
35 |
3/8 |
| 3 |
38 |
3/8 |
40 |
4/8 |
| 3.5 |
42 |
3/8 |
45 |
4/8 |
| 4 |
47 |
4/8 |
49 |
5/8 |
| 4.5 |
51 |
4/8 |
54 |
5/8 |
| 5 |
55 |
4/8 |
58 |
6/8 |
| 5.5 |
58 |
4/8 |
62 |
6/8 |
| 6 |
62 |
5/8 |
66 |
6/8 |
| 6.5 |
66 |
5/8 |
70 |
7/8 |
| 7 |
69 |
5/8 |
73 |
7/8 |
| 7.5 |
73 |
6/8 |
77 |
7/8 |
| 8 |
76 |
6/8 |
81 |
1 |
| 8.5 |
80 |
6/8 |
84 |
1 |
| 9 |
83 |
6/8 |
88 |
1 |
| 9.5 |
86 |
6/8 |
91 |
1 + 1/8 |
| 10 |
89 |
7/8 |
95 |
1 + 1/8 |
<style>
body {
font-family: sans-serif;
margin: 20px;
background-color: white;
}
table {
border-collapse: collapse;
width: 100%;
font-size: 14px;
max-width: 700px;
}
th, td {
border: 1px solid #ccc;
padding: 8px 5px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
}
/* Header styling similar to the image */
.main-header {
background-color: #E0E0E0;
color: black;
font-size: 1.2em;
padding: 10px;
font-weight: bold;
text-transform: uppercase;
}
.sub-header th {
background-color: #F8F8F8;
font-weight: bold;
text-transform: uppercase;
}
.weight-cell {
background-color: #D3D3D3; /* Light gray for the weight column */
font-weight: bold;
width: 10%;
}
.category-label {
/* Style for the 'ADULT CAT' label on the left */
writing-mode: vertical-rl;
transform: rotate(180deg);
font-size: 1.5em;
font-weight: bold;
color: #666;
padding: 10px 5px;
background-color: #F0F0F0;
line-height: 1.2;
height: 100%;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
}
/* Specific styling for the table data rows */
.data-row:nth-child(even) {
background-color: #F9F9F9;
}
.table-container {
display: flex;
border: 1px solid #ccc; /* Border around the entire structure */
max-width: fit-content;
}
</style><style>
body {
font-family: "Noto Sans CJK TC", "Microsoft JhengHei", Arial, sans-serif;
margin: 20px;
background-color: #f5f5f5;
color: #333;
}
.container {
background-color: white;
border: 1px solid #e0e0e0;
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
h2 {
font-size: 1.5em;
font-weight: bold;
color: #333;
text-align: left;
margin-top: 0;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid #e0e0e0;
}
table {
border-collapse: collapse;
width: 100%;
font-size: 14px;
}
th, td {
border: 1px solid #e0e0e0; /* 清晰邊框 */
padding: 12px 8px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
}
/* 頂部主標題行 (BODY CONDITION) */
.main-header th {
background-color: #f7f7f7; /* 淺灰色標題區隔 */
font-weight: bold;
color: #333;
padding: 15px 8px;
}
/* 次級標題行 (THIN, NORMAL, OVERWEIGHT) */
.sub-header th {
background-color: #f7f7f7; /* 淺灰色標題區隔 */
font-weight: normal;
color: #666;
}
/* 數據行 */
.data-row td {
background-color: white;
color: #333;
}
/* 第一列 (體重) 特殊處理 */
.weight-cell {
font-weight: bold;
color: #333;
text-align: center;
}
/* "ADULT CAT" 側邊標籤 */
.table-wrapper {
display: flex;
border: 1px solid #e0e0e0; /* 外部邊框 */
}
.adult-cat-label {
writing-mode: vertical-rl;
transform: rotate(180deg);
font-size: 1.5em;
font-weight: bold;
color: #666;
padding: 10px 5px;
background-color: #F0F0F0;
line-height: 1.2;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
border-right: none; /* 與表格主體連接處無邊框 */
min-width: 30px;
}
</style><style>
body {
font-family: "Noto Sans CJK TC", "Microsoft JhengHei", Arial, sans-serif;
margin: 20px;
background-color: #f5f5f5;
color: #333;
}
.container {
background-color: white;
border: 1px solid #e0e0e0;
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
h2 {
font-size: 1.5em;
font-weight: bold;
color: #333;
text-align: left;
margin-top: 0;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid #e0e0e0;
}
table {
border-collapse: collapse;
width: 100%;
font-size: 14px;
}
th, td {
border: 1px solid #e0e0e0; /* 清晰邊框 */
padding: 12px 8px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
}
/* 頂部主標題行 (STAGE) */
.main-header th {
background-color: #f7f7f7; /* 淺灰色標題區隔 */
font-weight: bold;
color: #333;
padding: 15px 8px;
}
/* 次級標題行 (WEIGHT LOSS, MAINTENANCE) */
.sub-header th {
background-color: #f7f7f7; /* 淺灰色標題區隔 */
font-weight: normal;
color: #666;
}
/* 數據行 */
.data-row td {
background-color: white;
color: #333;
}
/* 第一列 (理想體重) 特殊處理 */
.weight-cell {
font-weight: bold;
color: #333;
text-align: center;
}
/* "ADULT CAT" 側邊標籤 */
.table-wrapper {
display: flex;
border: 1px solid #e0e0e0; /* 外部邊框 */
}
.adult-cat-label {
writing-mode: vertical-rl;
transform: rotate(180deg);
font-size: 1.5em;
font-weight: bold;
color: #666;
padding: 10px 5px;
background-color: #F0F0F0;
line-height: 1.2;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
border-right: none; /* 與表格主體連接處無邊框 */
min-width: 30px;
}
</style>