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
CAT'S WEIGHT (kg) |
BODY CONDITION |
| THIN |
NORMAL |
OVERWEIGHT |
|
grams |
pouch |
grams |
pouch |
grams |
pouch |
| 2 |
190 |
2 |
160 |
2 |
125 |
1 + 1/2 |
| 2.5 |
220 |
2 + 1/2 |
185 |
2 |
150 |
2 |
| 3 |
250 |
3 |
210 |
2 + 1/2 |
170 |
2 |
| 3.5 |
280 |
3 + 1/2 |
235 |
3 |
185 |
2 |
| 4 |
310 |
3 + 1/2 |
260 |
3 |
205 |
2 + 1/2 |
| 4.5 |
335 |
4 |
280 |
3 + 1/2 |
225 |
2 + 1/2 |
| 5 |
360 |
4 |
300 |
3 + 1/2 |
240 |
3 |
| 5.5 |
390 |
4 + 1/2 |
325 |
4 |
260 |
3 |
| 6 |
410 |
5 |
345 |
4 |
275 |
3 |
| 6.5 |
435 |
5 |
365 |
4 + 1/2 |
290 |
3 + 1/2 |
| 7 |
460 |
5 + 1/2 |
385 |
4 + 1/2 |
305 |
3 + 1/2 |
| 7.5 |
485 |
5 + 1/2 |
405 |
5 |
320 |
4 |
| 8 |
505 |
6 |
420 |
5 |
335 |
4 |
| 8.5 |
530 |
6 |
440 |
5 |
350 |
4 |
| 9 |
550 |
6 + 1/2 |
460 |
5 + 1/2 |
365 |
4 + 1/2 |
| 9.5 |
570 |
6 + 1/2 |
475 |
5 + 1/2 |
380 |
4 + 1/2 |
| 10 |
595 |
7 |
495 |
6 |
395 |
4 + 1/2 |
<style>
body {
font-family: sans-serif;
margin: 20px;
background-color: white;
}
table {
border-collapse: collapse;
width: 100%;
font-size: 14px;
max-width: 600px;
}
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><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>