{"product_id":"bomboniera-solidale-certificato-animali","title":"Digital charity wedding favor with personalized certificate","description":"\u003cstyle\u003e\n  .slp-favor {\n    max-width: 860px;\n    margin: 0 auto;\n    color: #30352f;\n    font-size: 1rem;\n    line-height: 1.75;\n  }\n\n  .slp-favor * {\n    box-sizing: border-box;\n  }\n\n  .slp-favor h2 {\n    margin: 2.4rem 0 0.8rem;\n    color: #244b3c;\n    font-size: 1.7rem;\n    line-height: 1.25;\n  }\n\n  .slp-favor h3 {\n    margin: 1.4rem 0 0.5rem;\n    color: #315e4c;\n    font-size: 1.22rem;\n    line-height: 1.3;\n  }\n\n  .slp-favor p {\n    margin: 0 0 1rem;\n  }\n\n  .slp-favor a {\n    color: #315e4c;\n    font-weight: 700;\n    text-decoration: underline;\n    text-underline-offset: 3px;\n  }\n\n  .slp-favor__hero {\n    margin-bottom: 2rem;\n    padding: 1.8rem;\n    background: linear-gradient(135deg, #f2f7f3 0%, #fbf8ef 100%);\n    border-left: 5px solid #73977f;\n    border-radius: 12px;\n  }\n\n  .slp-favor__hero h2 {\n    margin-top: 0;\n  }\n\n  .slp-favor__label {\n    display: inline-block;\n    margin-bottom: 0.8rem;\n    padding: 0.35rem 0.7rem;\n    color: #ffffff;\n    background: #7d1638;\n    border-radius: 999px;\n    font-size: 0.82rem;\n    font-weight: 700;\n    letter-spacing: 0.03em;\n    text-transform: uppercase;\n  }\n\n  .slp-favor__lead {\n    font-size: 1.08rem;\n  }\n\n  .slp-favor__important {\n    margin: 1.4rem 0;\n    padding: 1.2rem 1.3rem;\n    background: #fff8e8;\n    border: 1px solid #ead8aa;\n    border-radius: 10px;\n  }\n\n  .slp-favor__important strong {\n    color: #7d1638;\n  }\n\n  .slp-favor__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 1rem;\n    margin: 1.4rem 0 2rem;\n  }\n\n  .slp-favor__card {\n    padding: 1.25rem;\n    background: #faf8f2;\n    border: 1px solid #e5dfd2;\n    border-radius: 10px;\n  }\n\n  .slp-favor__card h3 {\n    margin-top: 0;\n  }\n\n  .slp-favor__card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .slp-favor__steps {\n    margin: 1.4rem 0 2rem;\n    padding: 0;\n    list-style: none;\n    counter-reset: slp-step;\n  }\n\n  .slp-favor__steps li {\n    position: relative;\n    margin: 0 0 1rem;\n    padding: 1.15rem 1.15rem 1.15rem 4rem;\n    background: #f7f7f4;\n    border-radius: 10px;\n    counter-increment: slp-step;\n  }\n\n  .slp-favor__steps li::before {\n    content: counter(slp-step);\n    position: absolute;\n    top: 1rem;\n    left: 1rem;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 2.15rem;\n    height: 2.15rem;\n    color: #ffffff;\n    background: #244b3c;\n    border-radius: 50%;\n    font-weight: 700;\n  }\n\n  .slp-favor__impact {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 1rem;\n    margin: 1.4rem 0 2rem;\n    padding: 0;\n    list-style: none;\n  }\n\n  .slp-favor__impact li {\n    margin: 0;\n    padding: 1.15rem;\n    background: #f2f7f3;\n    border: 1px solid #dce8df;\n    border-radius: 10px;\n  }\n\n  .slp-favor__impact strong {\n    display: inline-block;\n    margin-bottom: 0.2rem;\n    color: #244b3c;\n  }\n\n  .slp-favor__example {\n    margin: 1.5rem 0;\n    padding: 1.4rem;\n    background: #fff8e8;\n    border: 1px solid #ead8aa;\n    border-radius: 10px;\n  }\n\n  .slp-favor__example p {\n    margin-bottom: 0;\n    color: #5b3a26;\n    font-style: italic;\n  }\n\n  .slp-favor__contact {\n    margin: 2rem 0;\n    padding: 1.7rem;\n    color: #ffffff;\n    background: #244b3c;\n    border-radius: 12px;\n    text-align: center;\n  }\n\n  .slp-favor__contact h2 {\n    margin-top: 0;\n    color: #ffffff;\n  }\n\n  .slp-favor__contact a {\n    color: #ffffff;\n  }\n\n  .slp-favor__buttons {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 0.75rem;\n    margin-top: 1.2rem;\n  }\n\n  .slp-favor__button {\n    display: inline-block;\n    padding: 0.85rem 1.25rem;\n    color: #244b3c !important;\n    background: #ffffff;\n    border: 2px solid #ffffff;\n    border-radius: 7px;\n    font-weight: 700;\n    text-decoration: none !important;\n    transition: transform 0.2s ease, background-color 0.2s ease;\n  }\n\n  .slp-favor__button:hover {\n    background: #f3f7f3;\n    transform: translateY(-1px);\n  }\n\n  .slp-favor__faq {\n    margin: 2rem 0;\n  }\n\n  .slp-favor__faq details {\n    margin-bottom: 0.75rem;\n    padding: 1rem 1.15rem;\n    background: #f7f7f4;\n    border: 1px solid #e4e4df;\n    border-radius: 8px;\n  }\n\n  .slp-favor__faq summary {\n    color: #244b3c;\n    font-weight: 700;\n    cursor: pointer;\n  }\n\n  .slp-favor__faq details p {\n    margin: 0.8rem 0 0;\n  }\n\n  .slp-favor__details {\n    margin-top: 2.2rem;\n    padding-top: 1.4rem;\n    border-top: 1px solid #dedede;\n    font-size: 0.95rem;\n  }\n\n  .slp-favor__notice {\n    margin-top: 1rem;\n    padding: 1rem 1.2rem;\n    background: #f7f7f4;\n    border-radius: 8px;\n    font-size: 0.95rem;\n  }\n\n  @media screen and (max-width: 640px) {\n    .slp-favor {\n      font-size: 0.98rem;\n    }\n\n    .slp-favor h2 {\n      font-size: 1.45rem;\n    }\n\n    .slp-favor__grid,\n    .slp-favor__impact {\n      grid-template-columns: 1fr;\n    }\n\n    .slp-favor__hero,\n    .slp-favor__contact {\n      padding: 1.25rem;\n    }\n\n    .slp-favor__button {\n      display: block;\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"slp-favor\"\u003e\n\n\n  \u003csection class=\"slp-favor__hero\"\u003e\n    \u003cspan class=\"slp-favor__label\"\u003eDigital charity favor\u003c\/span\u003e\n\n    \u003ch2\u003eA party favor that truly leaves a mark\u003c\/h2\u003e\n\n\n    \u003cp class=\"slp-favor__lead\"\u003e\n      Celebrate a wedding, civil union, baptism, communion, graduation,\n      anniversary, or another special moment with a\n      \u003cstrong\u003edigital charity favor\u003c\/strong\u003e dedicated to the animals\n      rescued by the Sotto la Panca Sanctuary.\n    \u003c\/p\u003e\n\n\n    \u003cp\u003e\n      Your contribution is transformed into food, veterinary care,\n      safe shelter, and habitat maintenance. You will receive a\n      personalized certificate to print, frame, or give to your guests.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"slp-favor__important\"\u003e\n\n    \u003cstrong\u003eImportant:\u003c\/strong\u003e this is a digital product.\n    You will not receive a physical party favor, and no shipping is involved.\n    The personalized certificate will be sent via email.\n  \u003c\/div\u003e\n\n\n  \u003csection\u003e\n    \u003ch2\u003eFreely choose your contribution\u003c\/h2\u003e\n\n\n    \u003cp\u003e\n      Select one of the amounts available at the top of the\n      page. Every contribution supports the Sanctuary’s activities and the daily\n      life of the animals it shelters.\n    \u003c\/p\u003e\n\n\n    \u003cp\u003e\n      If you would like to make a donation of a different amount, request\n      multiple certificates, or include the name of each guest, please contact us\n      before completing your order. We will evaluate the most suitable solution together.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003ch2\u003eChoose the format of your party favor\u003c\/h2\u003e\n\n\n    \u003cdiv class=\"slp-favor__grid\"\u003e\n\n      \u003carticle class=\"slp-favor__card\"\u003e\n        \u003ch3\u003e💚 A certificate for the event\u003c\/h3\u003e\n\n\n        \u003cp\u003e\n          You will receive a personalized certificate with the names of those being celebrated,\n          the occasion, and the date. You can print it, frame it, or\n          reproduce it yourself for your guests.\n        \u003c\/p\u003e\n\n\n        \u003cp\u003e\n          This is the simplest solution and involves no costs related to the number\n          of copies printed by the client.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n      \u003carticle class=\"slp-favor__card\"\u003e\n        \u003ch3\u003e🐾 Name-specific certificates\u003c\/h3\u003e\n\n        \u003cp\u003e\n          If you would like a different file for each guest's name,\n          contact us before purchasing and send us the full list of names.\n        \u003c\/p\u003e\n\n\n        \u003cp\u003e\n          Timeframes and methods will be agreed upon based on the number of\n          customizations requested.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003ch2\u003eHow it works\u003c\/h2\u003e\n\n\n    \u003col class=\"slp-favor__steps\"\u003e\n\n      \u003cli\u003e\n\n        \u003cstrong\u003eChoose the amount.\u003c\/strong\u003e\u003cbr\u003e\n        Select the desired donation level from the available options.\n      \u003c\/li\u003e\n\n\n      \u003cli\u003e\n\n        \u003cstrong\u003eComplete your order.\u003c\/strong\u003e\u003cbr\u003e\n        Use the secure payment system available on the site.\n      \u003c\/li\u003e\n\n\n      \u003cli\u003e\n\n        \u003cstrong\u003eSend us the details.\u003c\/strong\u003e\u003cbr\u003e\n        Share the names, type of occasion, date, and any dedication via\n        the Contact page, including your order number.\n      \u003c\/li\u003e\n\n\n      \u003cli\u003e\n\n        \u003cstrong\u003eWe check the customization.\u003c\/strong\u003e\u003cbr\u003e\n        We prepare the certificate using the information received.\n      \u003c\/li\u003e\n\n\n      \u003cli\u003e\n\n        \u003cstrong\u003eReceive the digital file.\u003c\/strong\u003e\u003cbr\u003e\n        The final certificate is sent to the email address provided\n        with the order.\n      \u003c\/li\u003e\n\n    \u003c\/ol\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003ch2\u003eWhat information do we need from you?\u003c\/h2\u003e\n\n\n    \u003cp\u003e\n      After purchasing, contact us by indicating the order number and sending:\n    \u003c\/p\u003e\n\n\n    \u003cul\u003e\n\n      \u003cli\u003ename or names to include on the certificate;\u003c\/li\u003e\n\n      \u003cli\u003etype of occasion;\u003c\/li\u003e\n\n      \u003cli\u003edate of the event;\u003c\/li\u003e\n\n      \u003cli\u003eoptional dedication;\u003c\/li\u003e\n\n      \u003cli\u003eemail address for delivery;\u003c\/li\u003e\n\n      \u003cli\u003echoice between a single certificate and name-specific certificates;\u003c\/li\u003e\n\n      \u003cli\u003eapproximate number of guests;\u003c\/li\u003e\n\n      \u003cli\u003ethe complete list of names, if applicable.\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n\n    \u003cp\u003e\n      Carefully check the spelling of names, accents, and dates.\n      The certificate will be created using the data provided.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003ch2\u003eWhat occasions is it suitable for?\u003c\/h2\u003e\n\n\n    \u003cdiv class=\"slp-favor__grid\"\u003e\n\n      \u003carticle class=\"slp-favor__card\"\u003e\n        \u003ch3\u003e💍 Weddings and civil unions\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Dedicate your day to the animals rescued with a keepsake\n          shared with friends and family.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n      \u003carticle class=\"slp-favor__card\"\u003e\n        \u003ch3\u003e🎓 Graduations\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Turn a personal milestone into a gesture that offers new\n          possibilities to other living beings.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n      \u003carticle class=\"slp-favor__card\"\u003e\n        \u003ch3\u003e🌱 Births and baptisms\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Celebrate the start of a new life by choosing to protect other\n          lives.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n      \u003carticle class=\"slp-favor__card\"\u003e\n        \u003ch3\u003e✨ Communions, anniversaries, and events\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Share your values during a family, professional, or corporate\n          occasion.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003ch2\u003eA message to share with guests\u003c\/h2\u003e\n\n\n    \u003cp\u003e\n      The certificate tells the story of why you chose to\n      support the Sanctuary in a simple way. It can be displayed during the party,\n      given to guests, or sent in digital format.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"slp-favor__example\"\u003e\n\n      \u003cp\u003e\n        “To celebrate this day, we have chosen to support the animals\n        rescued by the Sotto la Panca Sanctuary. This gesture contributes to their care,\n        nutrition, and safe habitat. Thank you for sharing with us a\n        day that leaves a mark.”\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003ch2\u003eWhat your contribution supports\u003c\/h2\u003e\n\n\n    \u003cul class=\"slp-favor__impact\"\u003e\n\n      \u003cli\u003e\n\n        🌿 \u003cstrong\u003eNutrition\u003c\/strong\u003e\u003cbr\u003e\n        Food tailored to the needs and conditions of each animal.\n      \u003c\/li\u003e\n\n\n      \u003cli\u003e\n\n        🩺 \u003cstrong\u003eVeterinary care\u003c\/strong\u003e\u003cbr\u003e\n        Check-ups, screenings, medications, therapies, and any necessary procedures.\n      \u003c\/li\u003e\n\n\n      \u003cli\u003e\n\n        🏡 \u003cstrong\u003eShelter and habitats\u003c\/strong\u003e\u003cbr\u003e\n        Maintenance of fences, structures, and protected spaces.\n      \u003c\/li\u003e\n\n\n      \u003cli\u003e\n\n        💧 \u003cstrong\u003eDaily assistance\u003c\/strong\u003e\u003cbr\u003e\n        Water, cleaning, supplies, and everything else needed throughout the year.\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003ch2\u003eProduction timelines\u003c\/h2\u003e\n\n\n    \u003cp\u003e\n      We recommend placing your order and sending all details at least\n      \u003cstrong\u003e7 business days before the event\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n\n    \u003cp\u003e\n      For large numbers of name-specific certificates, urgent requests, or\n      special customizations, please contact us before purchasing. Timelines\n      will be agreed upon based on the quantity and complexity of the work.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"slp-favor__important\"\u003e\n\n      \u003cstrong\u003eProduction can only begin after we have received:\u003c\/strong\u003e\n      the order number, all correct data, and any additional instructions.\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003ch2\u003eA consistent choice without waste\u003c\/h2\u003e\n\n\n    \u003cp\u003e\n      The party favor is provided in digital format to avoid unnecessary\n      production, packaging, and shipping. You will be able to choose the\n      paper, format, and number of copies to print yourself.\n    \u003c\/p\u003e\n\n\n    \u003cp\u003e\n      If you decide to pair it with a small object, we recommend recycled materials,\n      local products, and solutions free of animal-derived components.\n    \u003c\/p\u003e\n\n\n    \u003cp\u003e\n      A party favor dedicated to a vegan sanctuary should avoid leather,\n      wool, silk, feathers, beeswax, and animal-derived ingredients.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"slp-favor__faq\"\u003e\n    \u003ch2\u003eFrequently asked questions\u003c\/h2\u003e\n\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWill I receive a physical product?\u003c\/summary\u003e\n      \u003cp\u003e\n        No. You will receive a personalized digital certificate. Printing and\n        any assembly are the responsibility of the client.\n      \u003c\/p\u003e\n\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan I print multiple copies of the same certificate?\u003c\/summary\u003e\n      \u003cp\u003e\n        Yes. The standard certificate can be printed in the number of copies\n        needed for your event.\n      \u003c\/p\u003e\n\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan you include each guest's name?\u003c\/summary\u003e\n      \u003cp\u003e\n        Yes, but you must contact us before purchasing. The full list\n        of names and an agreement on production times will be required.\n      \u003c\/p\u003e\n\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan I choose a different amount?\u003c\/summary\u003e\n      \u003cp\u003e\n        Yes. Contact us before ordering and we will indicate the most\n        suitable way to make your desired contribution.\n      \u003c\/p\u003e\n\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan I change colors and graphics?\u003c\/summary\u003e\n      \u003cp\u003e\n        Small customizations can be evaluated before\n        purchasing. Complex graphic changes require a specific agreement.\n      \u003c\/p\u003e\n\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan I use the Sanctuary's logo on my materials?\u003c\/summary\u003e\n      \u003cp\u003e\n        The logo cannot be used independently. For invitations,\n        signs, or other materials, you must request prior authorization\n        from the Sanctuary.\n      \u003c\/p\u003e\n\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan I request a party favor for a corporate event?\u003c\/summary\u003e\n      \u003cp\u003e\n        Yes. For events, anniversaries, and corporate gifts, contact us before\n        purchasing to coordinate quantity and messaging.\n      \u003c\/p\u003e\n\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"slp-favor__contact\"\u003e\n    \u003ch2\u003eNeed a specific amount or a unique customization?\u003c\/h2\u003e\n\n\n    \u003cp\u003e\n      Contact us before purchasing if you would like name-specific certificates,\n      large quantities, different graphics, or a donation amount not listed\n      in the options.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"slp-favor__buttons\"\u003e\n\n      \u003ca class=\"slp-favor__button\" href=\"\/en\/pages\/contatti\"\u003e\n        Contact the Sanctuary\n      \u003c\/a\u003e\n\n      \u003ca class=\"slp-favor__button\" href=\"\/en\/pages\/altri-modi-per-aiutare\"\u003e\n        Discover other ways to help us\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"slp-favor__details\"\u003e\n    \u003ch2\u003eAbout the Sanctuary\u003c\/h2\u003e\n\n\n    \u003cp\u003e\n      \u003cstrong\u003eSotto la Panca ODV\u003c\/strong\u003e is a non-profit Volunteer Organization\n      committed to animal protection and the promotion of an anti-speciesist culture.\n    \u003c\/p\u003e\n\n\n    \u003cp\u003e\n      Registered in the Single National Registry of the Third Sector:\n      \u003cstrong\u003eRUNTS, repertoire no. 155195\u003c\/strong\u003e\u003cbr\u003e\n      Tax ID (Codice fiscale): \u003cstrong\u003e90074110876\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n\n    \u003cp\u003e\n      Contributions received support the association's institutional\n      activities and the care of the sheltered animals.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"slp-favor__notice\"\u003e\n\n      \u003cstrong\u003eNote:\u003c\/strong\u003e this page concerns a digital charity favor\n      with a personalized certificate. No physical products will be shipped.\n      Before purchasing name-specific certificates or\n      special customizations, please use the\n      \u003ca href=\"\/en\/pages\/contatti\"\u003eContact\u003c\/a\u003e page.\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"Sotto La Panca ODV","offers":[{"title":"10","offer_id":54095223816520,"sku":null,"price":10.0,"currency_code":"EUR","in_stock":true},{"title":"20","offer_id":54095223849288,"sku":null,"price":20.0,"currency_code":"EUR","in_stock":true},{"title":"30","offer_id":54095223882056,"sku":null,"price":30.0,"currency_code":"EUR","in_stock":true},{"title":"50","offer_id":54095223914824,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true},{"title":"80","offer_id":54095223947592,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"100","offer_id":54095223980360,"sku":null,"price":100.0,"currency_code":"EUR","in_stock":true},{"title":"120","offer_id":54095224013128,"sku":null,"price":120.0,"currency_code":"EUR","in_stock":true},{"title":"150","offer_id":54095224045896,"sku":null,"price":150.0,"currency_code":"EUR","in_stock":true},{"title":"200","offer_id":54095224078664,"sku":null,"price":200.0,"currency_code":"EUR","in_stock":true},{"title":"250","offer_id":54095224111432,"sku":null,"price":250.0,"currency_code":"EUR","in_stock":true},{"title":"300","offer_id":54095224144200,"sku":null,"price":300.0,"currency_code":"EUR","in_stock":true},{"title":"400","offer_id":54095224176968,"sku":null,"price":400.0,"currency_code":"EUR","in_stock":true},{"title":"500","offer_id":54095224209736,"sku":null,"price":500.0,"currency_code":"EUR","in_stock":true},{"title":"800","offer_id":54095224242504,"sku":null,"price":800.0,"currency_code":"EUR","in_stock":true},{"title":"1000","offer_id":54095224275272,"sku":null,"price":1000.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0898\/5709\/8056\/files\/esempio-bomboniera-solidale_9d1912af-b16f-4825-b874-d0f89f6f89e5.png?v=1789824089","url":"https:\/\/www.santuariosottolapanca.org\/en\/products\/animal-charity-favor-certificate","provider":"Sotto La Panca ODV","version":"1.0","type":"link"}