關於洗碗機清洗小叮嚀

  • READ MORE 1.jpg
    關於洗碗機清洗小叮嚀

    洗碗機小叮嚀

    關於洗碗機 清洗小叮嚀公告

    Reminder Notice



    越來越多家庭使用洗碗機分擔餐後收尾,不僅便利且省力;然而小編這邊要跟 JIAROGA 小粉絲們說明, 由於 PGT 系列產品在高規格高功率烘乾系統下,蒸氣溫度會超過 120 度產生熱變形, 市售洗碗機一般清洗流程約 2–3 小時,快洗也至少需要 45–60 分鐘, 內部熱循環系統如同電鍋的原理相似導致變形,雖不會溶出有毒物質,但會讓您心愛的餐具變形的很有創意, 所以還是建議您簡單溫水清洗即可。





    建議使用海綿清潔
    It is recommended to use a sponge for cleaning.
    不可使用鋼絲球
    DO NOT USE steel wire ball
    不可洗碗機
    DO NOT Dishwasher
    不可烘碗機
    DO NOT Dish Dryer







    .pgt-about {
    max-width: 1080px;
    margin: 0 auto;
    padding: 40px 20px 40px;
    font-family: "Microsoft JhengHei","微軟正黑體",sans-serif;
    color: #111;
    line-height: 1.9;
    }

    .pgt-title {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    color: #111;
    margin-bottom: 6px;
    }

    .pgt-sub {
    text-align: center;
    font-size: 15px;
    color: #484848;
    margin-bottom: 28px;
    }

    .pgt-section {
    margin-bottom: 32px;
    }

    /* 公告框:主色 #111 搭配淡灰背景 */
    .pgt-notice-box {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 22px 26px;
    border-left: 4px solid #111;
    box-shadow: 0 6px 20px rgba(0,0,0,0.04);
    color: #484848;
    }

    /* 注意事項列表:主色 + 輔色 */
    .pgt-warn-list {
    list-style: none;
    padding: 0;
    margin: 0;
    }

    .pgt-warn-list li {
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
    color: #484848;
    line-height: 1.7;
    }

    .pgt-warn-list li:last-child {
    border-bottom: none;
    }

    .pgt-warn-list strong {
    color: #111;
    font-size: 16px;
    font-weight: 700;
    }

    /* 圖片卡片區美化(沿用原本設定) */
    #pgt-service {
    max-width: 1080px;
    margin: 0 auto 50px;
    padding: 0 20px 40px;
    font-family: "Microsoft JhengHei","微軟正黑體",sans-serif;
    }

    #pgt-service .remote-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    }

    #pgt-service .svc-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    padding: 18px 16px 22px;
    text-align: center;
    flex: 1 1 calc(25% - 20px);
    max-width: 260px;
    float: none !important;
    transition: transform .2s ease, box-shadow .2s ease;
    box-sizing: border-box;
    }

    #pgt-service .svc-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
    display: block;
    }

    #pgt-service .svc-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.16);
    }

    @media (max-width: 900px) {
    #pgt-service .svc-card {
    flex: 1 1 calc(50% - 20px);
    max-width: none;
    }
    }

    @media (max-width: 600px) {
    .pgt-title { font-size: 26px; }

    #pgt-service .remote-row {
    gap: 16px;
    }
    #pgt-service .svc-card {
    flex: 1 1 100%;
    }
    #pgt-service .svc-card img {
    height: 200px;
    }
    }