全部文章資訊

  • 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;
    }
    }
  • READ MORE 餐具注意事項.png
    PGT優勢與注意事項

    產品優勢&注意事項

    產品優勢&注意事項

    Product Advantages & Precautions








    /* 標題區 */
    .pgt-about {
    max-width: 1080px;
    margin: 0 auto;
    padding: 40px 20px 20px;
    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: 10px;
    }

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

    /* ===============================
    四格圖卡(強制等高設定)
    ================================ */
    #pgt-service {
    max-width: 1080px;
    margin: 0 auto 60px;
    padding: 0 20px;
    font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
    }

    /* 覆蓋原本版型的 float / block 設定,改用 flex 來等高 */
    #pgt-service .remote-row {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 0;
    }

    #pgt-service .remote-row::before,
    #pgt-service .remote-row::after {
    display: none !important;
    content: none !important;
    }

    #pgt-service .remote-row .column.fourth {
    float: none !important;
    }

    #pgt-service .svc-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    padding: 16px 14px 18px;
    text-align: center;

    flex: 0 0 23%;
    max-width: 23%;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    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);
    }

    /* RWD */
    @media (max-width: 900px) {
    #pgt-service .svc-card {
    flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 20px;
    }
    }

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

    #pgt-service .svc-card {
    flex: 0 0 100%;
    max-width: 100%;
    }

    #pgt-service .svc-card img {
    height: 200px;
    }
    }
  • READ MORE 1.jpg
    PGT材質介紹

    材質介紹

    關於 PGT|環保材質

    Polyethylene Glycol Terephthalate



    材料介紹

    PGT 材料源取自於 PET 材料(化學名詞為聚對苯二甲酸乙二酯)。PET 應用於寶特瓶、水果透明孔盒等產品。

    典型特性為高硬度、剛性、強度、良好滑動特性及低磨損率、良好的蠕變強度、低吸水率及優越的尺寸穩定性。

    而 PGT 透過物理性結晶法,將 PET 更升級,讓使用溫度提升至 120 度,同時保有 PET 柔韌度及堅固性,因此更為適合作製作餐具。




    八大優勢


    1. 高隔熱效果:有效阻絕熱能,提升安全性與耐用度。
    2. 耐熱 -20°C~120°C:適用於極端溫差,不易變形。
    3. 耐衝擊:材質堅韌,不易破裂。
    4. 環保回收機制:可回收、可再利用,更加環保。
    5. 無毒無八大重金屬:符合食品安全要求。
    6. 3000 萬產品責任保險:提供完整保障。
    7. SGS、FDA 食品級認證:通過國際級檢測標準。
    8. PIDC 檢測認證:無三聚氰胺及塑化劑,安全無毒。






     

    .pgt-about {
    max-width: 1080px;
    margin: 0 auto;
    padding: 40px 20px 60px;
    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: 10px;
    }

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

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

    .sec-title {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
    border-left: 4px solid #111;
    padding-left: 12px;
    }

    .pgt-list {
    padding-left: 20px;
    margin: 0;
    }

    .pgt-list li {
    margin-bottom: 12px;
    color: #484848;
    line-height: 1.8;
    }

    /* 圖片卡片區美化 */
    #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;
    }

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

    #pgt-service .svc-card .normal-txt {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #111;
    }

    #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; }
    .sec-title { font-size: 20px; }

    #pgt-service .remote-row {
    gap: 16px;
    }
    #pgt-service .svc-card {
    flex: 1 1 100%;
    }
    #pgt-service .svc-card img {
    height: 200px;
    }
    }
  • READ MORE SGS認證
    PGT產品檢驗證書

    SGS認證

    .pgt-gallery {
    max-width: 1080px;
    margin: 0 auto 40px;
    padding: 10px 20px;
    font-family: "Microsoft JhengHei","微軟正黑體",sans-serif;
    }

    .pgt-gallery-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    }

    .pgt-gallery-item {
    flex: 0 0 calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
    box-sizing: border-box;
    }

    .pgt-gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    transition: transform .2s ease, box-shadow .2s ease;
    }

    .pgt-gallery-item img:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 26px rgba(0,0,0,0.18);
    }

    @media (max-width: 900px) {
    .pgt-gallery-item {
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
    }
    }

    @media (max-width: 600px) {
    .pgt-gallery-item {
    flex: 0 0 100%;
    max-width: 100%;
    }
    }
  • READ MORE PIDC認證
    PGT產品檢驗證書

    PIDC認證

     

     

     

     


    .pgt-gallery {
    max-width: 1080px;
    margin: 0 auto 40px;
    padding: 10px 20px;
    font-family: "Microsoft JhengHei","微軟正黑體",sans-serif;
    }

    .pgt-gallery-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    }

    .pgt-gallery-item {
    flex: 0 0 calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
    box-sizing: border-box;
    }

    .pgt-gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    transition: transform .2s ease, box-shadow .2s ease;
    }

    .pgt-gallery-item img:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 26px rgba(0,0,0,0.18);
    }

    @media (max-width: 900px) {
    .pgt-gallery-item {
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
    }
    }

    @media (max-width: 600px) {
    .pgt-gallery-item {
    flex: 0 0 100%;
    max-width: 100%;
    }
    }
  • READ MORE 1 _1_.jpg
    PGT緣起&商品特色

    環保餐具的崛起

    ﹝好物開箱﹞│百元質感餐具打造儀式感.

    PGT彩色環保輕巧多入組碗盤.攜帶方便好收納


    當美味的菜餚熱騰騰煮好時,總是缺漂亮盤子裝盤
    想用漂亮碗盤又擔心材質問題,夾雜在材質與美觀的困境中

    波哥特PGT環保餐具,三大特點:

    1.採用符合國際食品容器安全檢驗之原料,SGS測試、塑化劑檢測、八大重金屬檢測、洗碗機食品容器安全檢驗合格認證

    2.擁有不同系列的器型,符合家用或餐飲行業需求,可耐高低溫-20℃~120℃的PET環保餐具

    3.波哥特系列餐具擁有耐摔且導熱慢的特性,孩童與年長者可安心使用





    #anna_foodie_ ﹝好物開箱﹞JIAROGA│百元質感餐具打造儀式感.PGT彩色環保輕巧多入組碗盤.攜帶方便好收納






    .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: 28px;
    font-weight: 800;
    text-align: center;
    color: #111;
    margin-bottom: 8px;
    }

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

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

    .pgt-lead {
    font-size: 16px;
    color: #333;
    margin-bottom: 18px;
    }

    .pgt-section p {
    margin-bottom: 16px;
    color: #444;
    }

    .pgt-photo-wrap {
    margin: 22px 0;
    text-align: center;
    }

    .pgt-photo-wrap img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.12);
    display: inline-block;
    }

    .pgt-hash {
    font-size: 14px;
    color: #777;
    border-top: 1px solid #eee;
    padding-top: 12px;
    margin-top: 10px;
    }

    /* 圖片卡片區美化 */
    #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: 24px; }

    #pgt-service .remote-row {
    gap: 16px;
    }
    #pgt-service .svc-card {
    flex: 1 1 100%;
    }
    #pgt-service .svc-card img {
    height: 200px;
    }
    }
  • READ MORE 1.jpg
    PGT緣起&商品特色

    緣起&商品特色

    緣起|ORIGIN

    波哥特餐具 - 食隨知味
    有好食力,才有好戰力,有好餐具,才有好魄力。

    外食儼然成了台灣人的飲食文化,越來越多消費者進一步要求安全且可耐久使用的食品容器, 然而現今餐飲業及小吃攤販大多選用美耐皿做為盛裝食品的容器。

    美耐皿是一種合成樹脂,使用三聚氰胺與甲醛聚合製成,若使用過度產生刮痕,不僅容易滋生細菌, 再加上盛裝過熱或酸性食品,遇熱 70 度以上就會散發有毒物質並危害腎臟。

    面對環保替代品日漸增益的需求,波哥特系列延續先前的研發,深耕 PET 耐熱結晶開發, 於 2022 年推出可耐高低溫 -20℃~120℃ 的 PET 環保餐具。






    商品特色|FEATURE

    1. 採用符合國際食品容器安全檢驗之原料,通過 SGS 測試、塑化劑檢測、八大重金屬檢測、洗碗機食品容器安全檢驗合格認證。
    2. 擁有不同系列的器型,符合家用或餐飲行業需求。
    3. 波哥特系列餐具擁有耐摔且導熱慢的特性,孩童與年長者可安心使用。






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

    /* 主視覺圖 */
    .pgt-hero img {
    width: 100%;
    max-width: 1019px;
    display: block;
    margin: 0 auto 25px;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.12);
    }

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

    .sec-title {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
    border-left: 4px solid #111;
    padding-left: 12px;
    }

    .pgt-photo img {
    width: 100%;
    max-width: 490px;
    height: auto;
    display: block;
    margin: 20px auto 0;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.10);
    }

    /* 中間橫幅 */
    .pgt-banner {
    text-align: center;
    margin: 20px 0 40px;
    }

    .pgt-banner img {
    width: 100%;
    max-width: 1019px;
    border-radius: 8px;
    }

    /* 卡片保留你的原外觀 */
    #pgt-service {
    max-width: 1080px;
    margin: 0 auto 50px;
    padding: 0 20px 40px;
    }

    #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 6px 22px rgba(0,0,0,0.10);
    padding: 18px 16px;
    flex: 1 1 calc(25% - 20px);
    max-width: 260px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    text-align: center;
    }

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

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

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

    @media (max-width: 600px) {
    #pgt-service .svc-card {
    flex: 1 1 100%;
    }
    }