{"product_id":"vicenzovo-strawberry-ladyfinger-biscuits-200g-buy-1-get-1-free","title":"Vicenzovo Strawberry Ladyfinger Biscuits - 200g  | Buy 1 Get 1 FREE","description":"\u003cstyle\u003e\n  :root {\n    --container-bg: #ffffff;\n    --text-color: #000000;\n    --feature-bg: rgba(0, 0, 0, 0.04);\n    --radius: 14px;\n    --desktop-max: 1800px;\n    --mobile-max: 300px;\n    --gap: 20px;\n  }\n\n  .product-card,\n  .product-card p,\n  .product-card div,\n  .product-card span,\n  .product-card li {\n    font-weight: 400;\n  }\n\n  .product-card strong,\n  .product-card b {\n    font-weight: 700;\n  }\n\n  .product-card h1,\n  .product-card h2,\n  .product-card h3,\n  .product-card h4,\n  .product-card h5,\n  .product-card h6 {\n    font-weight: 700;\n  }\n  .other-flavours,\n  .other-flavours p,\n  .other-flavours div,\n  .other-flavours span,\n  .other-flavours li {\n    font-weight: 400;\n  }\n\n  .other-flavours strong,\n  .other-flavours b {\n    font-weight: 700;\n  }\n\n  .other-flavours h1,\n  .other-flavours h2,\n  .other-flavours h3,\n  .other-flavours h4,\n  .other-flavours h5,\n  .other-flavours h6 {\n    font-weight: 700;\n  }\n* {\n    box-sizing: border-box;\n  }\n\n  .product-card,\n  .product-card * {\n    font-family: inherit;\n    color: inherit;\n  }\n\n  body {\n    margin: 0;\n    padding: 0;\n    background: #ffffff;\n  }\n\n  .product-card {\n    width: 100%;\n    max-width: var(--desktop-max);\n    margin: 12px auto;\n    background: var(--container-bg);\n    border-radius: calc(var(--radius) + 6px);\n    padding: 0 !important;\n    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);\n    display: flex;\n    flex-direction: column;\n    gap: var(--gap);\n    align-items: center;\n  }\n\n.product-card .product-media {\n  border-radius: 12px 12px 0 0 !important;\n  overflow: hidden; \n  box-shadow: 0 10px 24px rgba(0,0,0,0.12); \n}\n\n.product-card .product-media img {\n  border-radius: 0 !important;\n  display: block;\n}\n\n  .product-media:hover img {\n    transform: scale(1.01);\n  }\n\n  .product-body {\n    width: 100%;\n    max-width: 1100px;\n    text-align: center;\n    padding: 6px 8px;\n  }\n\n  .product-title {\n    margin: 6px 0 10px;\n    font-weight: 700;\n    line-height: 1.15;\n    text-align: center;\n    font-size: clamp(1.25rem, 2.5vw, 1.9rem);\n  }\n\n  .product-desc {\n    margin: 0 auto;\n    line-height: 1.5;\n    max-width: 900px;\n    opacity: 0.95;\n  }\n\n  .features {\n    width: 100%;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 14px;\n    margin-top: 8px;\n  }\n\n  @media (min-width: 768px) {\n    .features {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  .feature {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    background: var(--feature-bg);\n    padding: 12px;\n    border-radius: 10px;\n    text-align: left;\n  }\n\n  .feature .icon {\n    width: 64px;\n    height: 64px;\n    flex-shrink: 0;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .feature .icon img {\n    max-width: 100%;\n    max-height: 100%;\n    object-fit: contain;\n  }\n\n  .feature .ft-text {\n    line-height: 1.4;\n  }\n\n  .feature .ft-text strong {\n    display: block;\n    font-weight: 700;\n    margin-bottom: 4px;\n  }\n\n  .closing-line {\n    width: 100%;\n    max-width: 1000px;\n    text-align: center;\n    opacity: 0.95;\n    margin-top: 6px;\n  }\n   .other-flavours,\n  .other-flavours * {\n    font-family: inherit;\n    color: inherit;\n  }\n  body {\n    margin: 0;\n    padding: 0;\n    background: #ffffff;\n  }\n\n  .product-card {\n    width: 100%;\n    max-width: var(--desktop-max);\n    margin: 12px auto;\n    background: var(--container-bg);\n    border-radius: calc(var(--radius) + 6px);\n    padding: 36px;\n    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);\n    display: flex;\n    flex-direction: column;\n    gap: var(--gap);\n    align-items: center;\n  }\n\n  .product-media {\n    width: 100%;\n    border-radius: 12px;\n    overflow: hidden;\n    margin: 0;\n    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);\n  }\n\n  .product-media img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: cover;\n    transition: transform 0.35s ease;\n  }\n\n  .product-media:hover img {\n    transform: scale(1.01);\n  }\n\n  .product-body {\n    width: 100%;\n    max-width: 1100px;\n    text-align: center;\n    padding: 6px 8px;\n  }\n\n  .product-title {\n    margin: 6px 0 10px;\n    font-weight: 700;\n    line-height: 1.15;\n    text-align: center;\n    font-size: clamp(1.25rem, 2.5vw, 1.9rem);\n  }\n\n  .product-desc {\n    margin: 0 auto;\n    line-height: 1.5;\n    max-width: 900px;\n    opacity: 0.95;\n  }\n\n  .features {\n    width: 100%;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 14px;\n    margin-top: 8px;\n  }\n\n  @media (min-width: 768px) {\n    .features {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  .feature {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    background: var(--feature-bg);\n    padding: 12px;\n    border-radius: 10px;\n    text-align: left;\n  }\n\n  .feature .icon {\n    width: 64px;\n    height: 64px;\n    flex-shrink: 0;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .feature .icon img {\n    max-width: 100%;\n    max-height: 100%;\n    object-fit: contain;\n  }\n\n  .feature .ft-text {\n    line-height: 1.4;\n  }\n\n  .feature .ft-text strong {\n    display: block;\n    font-weight: 700;\n    margin-bottom: 4px;\n  }\n\n  .closing-line {\n    width: 100%;\n    max-width: 1000px;\n    text-align: center;\n    opacity: 0.95;\n    margin-top: 6px;\n  }\n\n  .other-flavours {\n    width: 100%;\n    border-top: 1px solid rgba(0, 0, 0, 0.06);\n    padding-top: 14px;\n    margin-top: 10px;\n    text-align: left;\n  }\n.flavour-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));\n    gap: 14px;\n    text-align: center;\n  }\n\n  @media (min-width: 900px) {\n    .flavour-grid {\n      grid-template-columns: repeat(6, 1fr); \/* ✅ single line on desktop *\/\n    }\n  }\n\n  .flavour-card {\n    background: rgba(0, 0, 0, 0.04);\n    border-radius: 10px;\n    padding: 10px;\n    transition: transform 0.25s ease;\n    cursor: pointer;\n  }\n\n  .flavour-card:hover {\n    transform: translateY(-4px);\n  }\n\n  .flavour-card img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    object-fit: cover;\n    margin-bottom: 6px;\n  }\n\n  .flavour-card p {\n    font-size: 13px;\n    margin: 0;\n    color: #000;\n    font-weight: 600;\n  }\n\n  @media (min-width: 880px) {\n    .product-card {\n      padding: 34px;\n    }\n\n    .product-title {\n      font-size: 22px;\n    }\n  }\n\u003c\/style\u003e\n\u003carticle class=\"product-card\" aria-labelledby=\"isira-title\"\u003e\u003c!-- HERO IMAGE --\u003e\n\u003cfigure class=\"product-media\"\u003e\u003cimg alt=\"Vicenzovo Strawberry Ladyfinger Biscuits\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0607\/8958\/8199\/files\/Vicenzovo_Strawberry_Ladyfinger_Biscuits.jpg?v=1760425314\"\u003e\u003c\/figure\u003e\n\u003c!-- TITLE + DESCRIPTION --\u003e\n\u003cdiv class=\"product-body\"\u003e\n\u003ch2 id=\"vicenzovo-title\" class=\"product-title\"\u003eVicenzovo Ladyfinger Biscuits by Matilde Vicenzi – No.1 Italian Biscuits for Tiramisu | Iconic Italian Classic Ladyfinger · Strawberry Twist\u003c\/h2\u003e\n\u003cp\u003eBUY 1 GET 1 FREE\u003c\/p\u003e\n\u003cp class=\"product-desc\"\u003eDiscover the irresistible taste of \u003cstrong\u003eVicenzovo Strawberry 200g\u003c\/strong\u003e — a delightful twist on the iconic Italian ladyfinger biscuit by \u003cstrong\u003eMatilde Vicenzi\u003c\/strong\u003e. This version retains the signature elongated shape and airy, sponge-like texture of the original Vicenzovo, now elevated with a touch of sweet strawberry flavour.\u003c\/p\u003e\n\u003cp class=\"product-desc\"\u003eCrafted true to the authentic Italian recipe, these ladyfingers are baked to perfection with a hint of fruity freshness that adds charm and balance to every bite. Light, crisp, and delicately structured with tiny air bubbles, each biscuit melts in your mouth while maintaining the perfect texture for layering in desserts.\u003c\/p\u003e\n\u003cp class=\"product-desc\"\u003eWhether you enjoy them plain as a light snack, paired with your coffee or tea, or as a base for exquisite desserts — Vicenzovo Strawberry Ladyfingers bring elegance to every occasion. Ideal for \u003cstrong\u003estrawberry tiramisù, cheesecakes, dessert cups, charlottes\u003c\/strong\u003e, or even \u003cstrong\u003elayered puddings\u003c\/strong\u003e, they turn everyday desserts into Italian-style gourmet creations.\u003c\/p\u003e\n\u003cp class=\"product-desc\"\u003eBeloved by home bakers and dessert enthusiasts alike, Matilde Vicenzi’s Strawberry Ladyfingers combine Italian craftsmanship with an indulgent modern twist — your perfect companion for creative, crowd-pleasing desserts.\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"ft-text\"\u003e\n\u003cstrong\u003eAuthentic Italian Recipe\u003c\/strong\u003e\n\u003cdiv\u003eMade in Italy by Matilde Vicenzi, preserving the original Vicenzovo tradition and taste.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"ft-text\"\u003e\n\u003cstrong\u003eDelightful Strawberry Twist\u003c\/strong\u003e\n\u003cdiv\u003eInfused with a sweet strawberry flavour that adds fruity freshness to the classic ladyfinger.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"ft-text\"\u003e\n\u003cstrong\u003eLight, Crisp \u0026amp; Airy Texture\u003c\/strong\u003e\n\u003cdiv\u003eSoft yet structured, with a perfectly balanced crumb that absorbs flavours beautifully in desserts.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"ft-text\"\u003e\n\u003cstrong\u003ePerfect for Dessert Creations\u003c\/strong\u003e\n\u003cdiv\u003eIdeal for tiramisù, cheesecakes, charlottes, dessert cups, or layered puddings — adds authentic Italian flair.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"ft-text\"\u003e\n\u003cstrong\u003eEnjoy Anytime\u003c\/strong\u003e\n\u003cdiv\u003ePerfect as a tea-time treat, coffee pairing, or light snack — versatile and indulgent.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"ft-text\"\u003e\n\u003cstrong\u003eTransforms Everyday Desserts\u003c\/strong\u003e\n\u003cdiv\u003eTurns simple desserts into gourmet Italian experiences, loved by bakers and dessert enthusiasts alike.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SHORT BULLET SUMMARY --\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cbr\u003eAuthentic Italian Origin\u003c\/strong\u003e: Crafted by Matilde Vicenzi, Italy’s iconic biscuit maker.\u003cbr\u003e\u003cstrong\u003eStrawberry Flavour\u003c\/strong\u003e: Adds fruity sweetness to the classic ladyfinger.\u003cbr\u003e\u003cstrong\u003eLight \u0026amp; Airy Texture\u003c\/strong\u003e: Soft, crisp, and perfect for layering in desserts.\u003cbr\u003e\u003cstrong\u003eVersatile Use\u003c\/strong\u003e: Ideal for tiramisù, cheesecakes, or as a standalone snack.\u003cbr\u003e\u003cstrong\u003eGourmet Experience\u003c\/strong\u003e: Elevates everyday desserts into Italian indulgence.\u003c\/p\u003e\n\u003c!-- CLOSING LINE --\u003e\n\u003cp class=\"closing-line\"\u003eExplore the world of \u003cstrong\u003eMatilde Vicenzi’s Vicenzovo Ladyfingers\u003c\/strong\u003e — authentic Italian tradition reimagined with a strawberry twist. Follow \u003cstrong\u003e@sunbeam_ventures\u003c\/strong\u003e on Instagram for the latest treats, recipes, and offers. 🇮🇹🍓\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003cstyle\u003e\n  \/* === Default Body Style (as saved) === *\/\n  :root {\n    --container-bg: #ffffff;\n    --text-color: #000000;\n    --feature-bg: rgba(0, 0, 0, 0.04);\n    --radius: 14px;\n    --desktop-max: 1800px;\n    --gap: 20px;\n  }\n\n  * {\n    box-sizing: border-box;\n  }\n\n  .variant-section,\n  .variant-section * {\n    font-family: inherit;\n    color: inherit;\n  }\n\n  body {\n    margin: 0;\n    padding: 0;\n    background: #ffffff;\n  }\n\n  .variant-section {\n    width: 100%;\n    max-width: var(--desktop-max);\n    margin: 0 auto;\n    padding: 24px 0;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: var(--gap);\n  }\n\n  .variant-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    justify-items: center;\n    gap: 20px;\n    width: 100%;\n    max-width: 500px;\n  }\n\n  @media (min-width: 768px) {\n    .variant-grid {\n      grid-template-columns: repeat(2, 1fr);\n      max-width: 500px;\n    }\n  }\n\n  .variant-card {\n    background: var(--feature-bg);\n    border-radius: var(--radius);\n    width: 200px;\n    text-align: center;\n    padding: 10px;\n    transition: transform 0.25s ease;\n    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);\n  }\n\n  .variant-card:hover {\n    transform: translateY(-4px);\n  }\n\n  .variant-card img {\n    width: 100%;\n    height: auto;\n    border-radius: 10px;\n    object-fit: cover;\n    margin-bottom: 8px;\n  }\n\n  .variant-card p {\n    margin: 0;\n    font-weight: 600;\n    font-size: 14px;\n  }\n    .other-flavours {\n    width: 100%;\n    max-width: var(--desktop-max);\n    margin: 12px auto;\n    background: var(--container-bg);\n    border-radius: calc(var(--radius) + 6px);\n    padding: 24px;\n    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);\n    text-align: center;\n  }\n\n  .other-flavours p,\n  .other-flavours div,\n  .other-flavours span,\n  .other-flavours li {\n    font-weight: 400;\n  }\n\n  .other-flavours strong,\n  .other-flavours b {\n    font-weight: 700;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"other-flavours\"\u003e\n\u003cdiv class=\"variant-section\"\u003e\n\u003ch3 style=\"text-align: center; font-weight: bold;\"\u003e\u003cstrong\u003eExplore All Flavours\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cdiv class=\"variant-grid\"\u003e\n\u003cdiv class=\"variant-card\"\u003e\n\u003ca href=\"https:\/\/www.sunbeamventures.in\/collections\/matilda-vicenzi-ladyfinger\/products\/vicenzovo-ladyfinger-matilda-vicenzi?variant=47841099612391\" title=\"Ladyfinger Vicenzovo Biscuits - 400g | Perfect for Tiramisu \u0026amp; Desserts\"\u003e \u003cimg src=\"https:\/\/www.sunbeamventures.in\/cdn\/shop\/files\/0eea5443-8675-458a-9486-0844b9c8263d.jpg?v=1758539443\" alt=\"Ladyfinger Vicenzovo Biscuits - 400g | Perfect for Tiramisu \u0026amp; Desserts\"\u003e \u003c\/a\u003e\n\u003cp\u003eClassic Ladyfinger 400g\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"variant-card\"\u003e\n\u003ca href=\"https:\/\/www.sunbeamventures.in\/products\/vicenzovo-ladyfinger-matilda-vicenzi-200g?variant=47841099383015\" title=\"Ladyfinger Vicenzovo Italian Biscuits - 200g\"\u003e \u003cimg src=\"https:\/\/www.sunbeamventures.in\/cdn\/shop\/files\/ffc3e35b-f178-48c9-bca6-4d4625a17cef.jpg?v=1758539444\" alt=\"Ladyfinger Vicenzovo Italian Biscuits - 200g\"\u003e \u003c\/a\u003e\n\u003cp\u003eClassic Ladyfinger 200g\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"follow-line\"\u003e📲 Follow us for authentic Italian dessert recipes and offers: \u003ca href=\"https:\/\/www.instagram.com\/sunbeam_ventures\" rel=\"noopener\" target=\"_blank\"\u003e@sunbeam_ventures\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Matilde Vicenzi Ladyfinger","offers":[{"title":"Default Title","offer_id":52419630792935,"sku":"VZ_LF_STRAW_200_BOGO","price":449.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0607\/8958\/8199\/files\/MatildeVicenzi-Strawberry_BOGO.png?v=1784972437","url":"https:\/\/sunbeamventures.in\/products\/vicenzovo-strawberry-ladyfinger-biscuits-200g-buy-1-get-1-free","provider":"Sunbeam Merchantile Ventures ","version":"1.0","type":"link"}