{"product_id":"tago-sojareiskekse-round","title":"TAGO Sojareiskekse ROUND","description":"\u003cstyle\u003e\n  .tago-soy-rice,\n  .tago-soy-rice * {\n    box-sizing: border-box;\n  }\n\n  .tago-soy-rice {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-soy-rice__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-soy-rice__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-soy-rice__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-soy-rice__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-soy-rice__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-soy-rice__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-soy-rice__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-soy-rice__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-soy-rice__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-soy-rice__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-soy-rice__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-soy-rice__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-soy-rice__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-soy-rice__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-soy-rice__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-soy-rice__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-soy-rice__summary::before,\n  .tago-soy-rice__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-soy-rice__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-soy-rice__details[open] .tago-soy-rice__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-soy-rice__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.65;\n    color: #5a5a5a;\n  }\n\n  .tago-soy-rice__content p {\n    margin: 0;\n  }\n\n  .tago-soy-rice__ingredients {\n    display: block;\n    margin-top: 12px;\n    font-weight: 700;\n    color: #252525;\n  }\n\n  .tago-soy-rice__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-soy-rice__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-soy-rice__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-soy-rice__table td {\n    padding: 7px 0;\n    vertical-align: top;\n  }\n\n  .tago-soy-rice__table td:first-child {\n    padding-right: 15px;\n    color: #666;\n  }\n\n  .tago-soy-rice__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n    white-space: nowrap;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-soy-rice {\n      margin-top: 13px;\n    }\n\n    .tago-soy-rice__title {\n      font-size: 21px;\n    }\n\n    .tago-soy-rice__description {\n      font-size: 12.5px;\n    }\n\n    .tago-soy-rice__benefits {\n      gap: 6px;\n    }\n\n    .tago-soy-rice__benefit {\n      padding: 8px;\n    }\n\n    .tago-soy-rice__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"tago-soy-rice\"\u003e\n\u003cdiv class=\"tago-soy-rice__intro\"\u003e\n\u003cspan class=\"tago-soy-rice__label\"\u003e Knusprig. Pflanzlich. Vielseitig. \u003c\/span\u003e\n\u003ch2 class=\"tago-soy-rice__title\"\u003eDer leichte Knusperspaß mit Stil\u003c\/h2\u003e\n\u003cp class=\"tago-soy-rice__description\"\u003eKnackige Sojareiskekse mit mildem Geschmack und feinem Aroma. Ein leichter Snack für zwischendurch und die stilvolle Alternative zu klassischen Crackern.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-soy-rice__benefits\"\u003e\n\u003cdiv class=\"tago-soy-rice__benefit\"\u003e\n\u003cspan class=\"tago-soy-rice__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M6 18c2-6 6-10 12-12\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 20c3-2 7-3 11-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-soy-rice__benefit-text\"\u003e 79 % Reis \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-soy-rice__benefit\"\u003e\n\u003cspan class=\"tago-soy-rice__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle cx=\"9\" cy=\"12\" r=\"4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"15\" cy=\"12\" r=\"4\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-soy-rice__benefit-text\"\u003e Mit schwarzen Sojabohnen \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-soy-rice__benefit\"\u003e\n\u003cspan class=\"tago-soy-rice__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3v18\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5.64 6.64l12.72 10.72\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M3 12h18\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5.64 17.36 18.36 6.64\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-soy-rice__benefit-text\"\u003e Knackig und angenehm leicht \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-soy-rice__benefit\"\u003e\n\u003cspan class=\"tago-soy-rice__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 19h14\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 16h10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 13h6\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 4v6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-soy-rice__benefit-text\"\u003e Ideal zur Käseplatte \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-soy-rice__tip\"\u003e\n\u003cspan class=\"tago-soy-rice__tip-title\"\u003e Perfekt für \u003c\/span\u003e\n\u003cp class=\"tago-soy-rice__tip-text\"\u003ePur als Snack, mit Dips oder stilvoll angerichtet auf einer Käseplatte – als knusprige und leichte Alternative zu klassischen Crackern.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-soy-rice__accordion\"\u003e\n\u003cdetails class=\"tago-soy-rice__details\"\u003e\n\u003csummary class=\"tago-soy-rice__summary\"\u003eProduktdetails\u003c\/summary\u003e\n\u003cdiv class=\"tago-soy-rice__content\"\u003e\n\u003cp\u003eUnsere Sojareiskekse verbinden knusprigen Reis mit schwarzen Sojabohnen und einem angenehm milden Geschmack. Ihre leichte, luftige Textur macht sie zu einem vielseitigen Snack für jede Gelegenheit. \u003cbr\u003e\u003cbr\u003eOb pur, mit cremigen Dips, als Begleiter zu feinem Käse oder als knuspriges Element auf einer Snackplatte – diese Reiskekse sorgen für einen stilvollen Genussmoment mit feinem Biss. \u003cspan class=\"tago-soy-rice__ingredients\"\u003e Zutaten: Reis 79 %, schwarze Sojabohnen 12 %, Reiskleieöl, Salz. \u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"tago-soy-rice__details\"\u003e\n\u003csummary class=\"tago-soy-rice__summary\"\u003eNährwerte je 100 g\u003c\/summary\u003e\n\u003cdiv class=\"tago-soy-rice__content\"\u003e\n\u003ctable class=\"tago-soy-rice__table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrennwert\u003c\/td\u003e\n\u003ctd\u003e1753 kJ \/ 415 kcal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFett\u003c\/td\u003e\n\u003ctd\u003e7,3 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n\u003ctd\u003e1,8 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n\u003ctd\u003e79 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBallaststoffe\u003c\/td\u003e\n\u003ctd\u003e1,6 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEiweiß\u003c\/td\u003e\n\u003ctd\u003e7,4 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSalz\u003c\/td\u003e\n\u003ctd\u003e1,47 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"200g","offer_id":65357050577245,"sku":null,"price":3.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/SojareiskekseROUND.png?v=1784882295","url":"https:\/\/tagonuts.de\/products\/tago-sojareiskekse-round","provider":"TagoNuts","version":"1.0","type":"link"}