{"product_id":"c48-colombia-granja-paraiso-92-striped-bourbon-double-anaerobic-thermalshock-p-19","title":"C48 Colombia Granja Paraiso 92 Striped Bourbon Double Anaerobic Thermalshock P-19","description":"\u003cdiv class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql ii04i59q\"\u003e\u003cmeta charset=\"UTF-8\"\u003e\n\u003ch4 style=\"text-align: center;\" dir=\"auto\"\u003e\u003cstrong\u003eCoffee bean information\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cdiv style=\"text-align: left;\" dir=\"auto\"\u003eColombia Cauca Paraiso 92 Striped Bourbon Thermalshock Double Fermentation P-19\u003cbr\u003eCoffee Review 95 points\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: left;\" class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql ii04i59q\"\u003e\n\u003cdiv dir=\"auto\"\u003e\n\u003cdiv style=\"font-size: 0.875rem;\"\u003e\n\u003cul\u003e\n\u003cli\u003eCountry: Colombia\u003cbr\u003eProduction area: Cauca\u003cbr\u003ePiedamo\u003cbr\u003eManor El Paraiso\u003cbr\u003eProduced by Wilton Benetiz\u003cbr\u003eAltitude: 1,800 - 2,200m\u003cbr\u003eAverage annual temperature 20\u003cbr\u003eAnnual rainfall: 2000 ml\u003cbr\u003eVariety Straight Grain Bourbon\u003cbr\u003eTreatment method: Thermal shock double anaerobic treatment\u003c\/li\u003e\n\u003cli\u003e\u003cspan style=\"font-size: 0.875rem;\"\u003eRoasting Level    Light\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cul\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql ii04i59q\"\u003e\n\u003cdiv style=\"text-align: left;\" dir=\"auto\"\u003e♫ Flavor review\u003c\/div\u003e\n\u003cdiv style=\"text-align: left;\" dir=\"auto\"\u003eThe dry aroma is strawberry, peach, lychee and passion fruit. When sipping, the aroma of strawberry jam, jade bag lychee and peach fruit tea is the main focus, accompanied by the aroma of fresh-cut passion fruit and roses, and the flavor is sweet and juicy.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstyle\u003e\n  \/* --- Quality Life Coffee AI CTA 卡片樣式 (優化版) --- *\/\n  .ql-ai-cta {\n    background: linear-gradient(135deg, #ffffff 0%, #fcfcfc 100%);\n    border: 1px solid #e0e0e0;\n    border-left: 4px solid #c5a065; \/* 品牌金 *\/\n    border-radius: 12px; \/* 更圓潤 *\/\n    padding: 24px;\n    margin: 30px 0;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.04);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);\n    text-decoration: none !important;\n    position: relative;\n    overflow: hidden;\n  }\n\n  \/* Hover 浮起效果 *\/\n  .ql-ai-cta:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 12px 24px rgba(197, 160, 101, 0.15); \/* 金色暈影 *\/\n    border-color: #c5a065;\n  }\n\n  .ql-ai-content {\n    flex: 1;\n    z-index: 2;\n  }\n\n  .ql-ai-title {\n    font-size: 17px;\n    font-weight: 800;\n    color: #1a1a1a;\n    margin: 0 0 6px 0;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    line-height: 1.3;\n  }\n\n  .ql-ai-desc {\n    font-size: 14px;\n    color: #555;\n    margin: 0;\n    line-height: 1.6;\n    letter-spacing: 0.3px;\n  }\n\n  .ql-ai-btn {\n    background-color: #1a1a1a;\n    color: #fff !important;\n    padding: 12px 24px;\n    border-radius: 6px;\n    font-size: 14px;\n    font-weight: 700;\n    white-space: nowrap;\n    transition: all 0.3s ease;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n  }\n\n  \/* 按鈕 Hover 變色 *\/\n  .ql-ai-cta:hover .ql-ai-btn {\n    background-color: #c5a065;\n    transform: scale(1.02);\n  }\n\n  \/* SVG Icons *\/\n  .ql-icon-sparkle {\n    width: 20px;\n    height: 20px;\n    color: #c5a065;\n    \/* 讓星星輕微轉動 *\/\n    animation: spin-slow 3s infinite linear;\n  }\n  \n  @keyframes spin-slow {\n    0% { transform: rotate(0deg); }\n    50% { transform: rotate(15deg); }\n    100% { transform: rotate(0deg); }\n  }\n\n  \/* 手機版適配 *\/\n  @media (max-width: 600px) {\n    .ql-ai-cta {\n      flex-direction: column;\n      text-align: left; \/* 手機版保持左對齊看起來較專業 *\/\n      padding: 20px;\n      align-items: flex-start;\n    }\n    .ql-ai-title { font-size: 16px; }\n    .ql-ai-btn { \n      width: 100%; \n      justify-content: center; \n      margin-top: 10px; \n      padding: 14px; \/* 手機版按鈕大一點好按 *\/\n    }\n  }\n\u003c\/style\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql ii04i59q\"\u003e\n\u003cdiv style=\"text-align: left;\" dir=\"auto\"\u003e\n\u003cdiv class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql ii04i59q\"\u003e\n\u003cdiv class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql ii04i59q\"\u003e\n\u003cdiv style=\"text-align: left;\" dir=\"auto\"\u003e\u003ca class=\"ql-ai-cta\" href=\"https:\/\/www.qualitylife.coffee\/pages\/how-to-brew\" target=\"_blank\" rel=\"noopener\"\u003e\n\u003cdiv class=\"ql-ai-content\"\u003e\n\u003cdiv class=\"ql-ai-title\"\u003e\u003csvg fill=\"currentColor\" viewbox=\"0 0 24 24\" class=\"ql-icon-sparkle\"\u003e\u003cpath d=\"M12 2L14.39 9.39L22 12L14.39 14.61L12 22L9.61 14.61L2 12L9.61 9.39L12 2Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Want to get the perfect flavor out of this bean?\u003c\/div\u003e\n\u003cp class=\"ql-ai-desc\"\u003eDon't rush based on your feelings. Scan the label and AI instantly calculates the optimal water temperature and grind size for you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ql-ai-btn\"\u003eGet exclusive brewing methods \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003cpath d=\"M5 12h14\"\u003e\u003c\/path\u003e\u003cpath d=\"m12 5 7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Quality Life Coffee","offers":[{"title":"Default Title","offer_id":45109474623511,"sku":null,"price":179.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0264\/7179\/2663\/files\/c48-colombia-granja-paraiso-92-striped-bourbon-double-anaerobic-thermalshock-p-19-5733165.jpg?v=1777941249","url":"https:\/\/www.qualitylife.coffee\/en\/products\/c48-colombia-granja-paraiso-92-striped-bourbon-double-anaerobic-thermalshock-p-19","provider":"Quality Life Coffee","version":"1.0","type":"link"}