{"product_id":"blizzard-mini-black-saffiano","title":"Blizzard Mini Black Saffiano","description":"\u003cdiv class=\"faq-container\"\u003e\n\u003cdiv class=\"faq-tabs\"\u003e\n\u003ch2 href=\"#faq-group-1\" class=\"tab\"\u003e\u003cb\u003eDescription\u003c\/b\u003e\u003c\/h2\u003e \n\u003ch2 href=\"#faq-group-2\" class=\"tab\"\u003e\u003cb\u003eMaterials\u003c\/b\u003e\u003c\/h2\u003e \n\u003ch2 href=\"#faq-group-3\" class=\"tab\"\u003e\u003cb\u003eDimensions\u003c\/b\u003e\u003c\/h2\u003e \n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-content\" id=\"faq-group-1\"\u003e\n\u003cdiv class=\"content-wrapper\"\u003e\n  \u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe \u003cb\u003eBlizzard\u003c\/b\u003e model's name speaks for itself. Designed for the fast-paced lifestyle, it's comfortable, practical, and boasts a versatile silhouette. Whether you're in business attire, cocktail dresses, or casual sportswear, this bag effortlessly complements any look.\u003c\/p\u003e\n\u003cp\u003e\n\nWorn conveniently over the shoulder or cross-body, its wide leather strap offers gentle support and easy adjustability. Unfasten the strap, and it transforms into a sleek clutch for a more formal touch.\u003c\/p\u003e\n\u003cp\u003e\n\nWith magnetic clasps for effortless one-handed opening and closing, the bag features a functional double pocket inside, dividing the interior into multiple compartments for efficient organization.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-content\" id=\"faq-group-3\"\u003e\n\u003cdiv class=\"content-wrapper\"\u003e\n\u003cdiv class=\"text-content\"\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cul\u003e\n  \u003cli\u003e\n\u003cstrong\u003eLeather: \u003c\/strong\u003e Italian leather in Black Saffiano\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eWood: \u003c\/strong\u003e Carpathian Ash wood \u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eSide details: \u003c\/strong\u003e Designer composition of Black Gypsophila and White Briza, covered with jewelry resin\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eFittings: \u003c\/strong\u003e Cast italian alloy steel fittings with a silver luster\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cbr\u003e\n\u003cp\u003eAt our workshop, every piece of our collection is handcrafted from natural materials, ensuring a unique texture and shade that adds character to each item. Please note that slight variations may occur between the finished product and the photo, but this only adds to the charm of owning a one-of-a-kind piece.\u003c\/p\u003e\n\u003cp\u003e\n\nWe use the finest quality genuine leather, sourced exclusively from trusted suppliers in Italy and Spain. Our leather meets the EU norms and standards for quality and durability. Our suppliers are certified by the European Leather Working Group, guaranteeing sustainable practices and responsible sourcing every step of the way.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-content\" id=\"faq-group-5\"\u003e\n\u003cdiv class=\"content-wrapper\"\u003e\n\u003cdiv class=\"text-content\"\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eSize: \u003c\/b\u003e 7x5.7x1.9 inches | 18x14.5x5.5 cm\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eAdjustable shoulder strap: \u003c\/b\u003e 45.3 inches | 115 cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eWeight: \u003c\/b\u003e 372 g\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eIf your phone has display lager than 6.4’’ (Iphone Pro Max\/Samsung Note) it will \u003cb\u003enot  fit into mini bag.\u003c\/b\u003e\u003c\/p\u003e\n\u003cimg alt=\"Picture of the bag with dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/1_2_480x480.jpg?v=1652202897\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\ndocument.addEventListener('DOMContentLoaded', function () {\n  var tabs = document.querySelectorAll('.tab');\n  var contents = document.querySelectorAll('.faq-content');\n  function resetTabs() {\n    tabs.forEach(function(tab) {\n      tab.classList.remove('active');\n    });\n    contents.forEach(function(content) {\n      content.style.display = 'none';\n    });\n  }\n\n  tabs.forEach(function(tab, index) {\n    tab.addEventListener('click', function(event) {\n      event.preventDefault();\n      resetTabs(); \n      tab.classList.add('active');       contents[index].style.display = 'block';     });\n  });\n\n  \n  resetTabs(); \n  tabs[0].classList.add('active'); \n  contents[0].style.display = 'block'; \n  });\u003c\/script\u003e \u003cscript\u003e\ndocument.addEventListener('DOMContentLoaded', function() {\n  var accHeaders = document.querySelectorAll('.tab'); \n  var accContents = document.querySelectorAll('.faq-content'); \n\n  function toggleAccordion(index) {\n    var accBody = accContents[index]; \n    var isOpened = accBody.style.maxHeight \u0026\u0026 accBody.style.maxHeight !== '0px';\n    accContents.forEach(function(content, contentIndex) {\n      if (contentIndex !== index) {\n        content.style.maxHeight = null;\n      }\n    });\n    accHeaders.forEach(function(item, itemIndex) {\n      if (itemIndex !== index) {\n        item.classList.remove('active');\n      }\n    });\n    if (!isOpened) {\n      accBody.style.maxHeight = accBody.scrollHeight + \"px\";\n      accHeaders[index].classList.add('active');\n    } else {\n      accBody.style.maxHeight = null;\n      accHeaders[index].classList.remove('active');\n    }\n  }\n\n  accHeaders.forEach(function(header, index) {\n    header.addEventListener('click', function() {\n      toggleAccordion(index); \n    });\n  });\n\n  if (window.innerWidth \u003c= 800) {\n    toggleAccordion(0);\n  } else {\n    accHeaders[0].classList.add('active');\n    accContents[0].style.display = 'block';\n  }\n});\n\u003c\/script\u003e\n\u003cstyle\u003e\n\nh2 {\n  font-size: 14px;\n  margin-bottom: 18px;\n  font-family: Open Sans, medium !important;\n  line-height: 1.2;\n}\n\n\n.faq-container {\n  font-family: Open Sans, regular !important;\n}\n\n.tab:hover, .tab:focus {\n  border-bottom: 2px solid #000; \n  color: #000;\n  }\n\n.tab.active {\n  border-bottom: 2px solid #000; \n  color: #000;\n}\n\n\n:target {\n  display: block;\n}  \n  .tab {\n  justify-content: left;\n    width: 100%; \n    margin-bottom: 0; \n    border-bottom: 1px solid #505050; \n    cursor: pointer;\n    padding: 15px 0px 10px 0px;\n      color: #878787;\n      }\n      \n   h2 {\n  font-size: 18px;\n  margin-bottom: 20px;\n  font-family: Open Sans, regular !important;\n}\n\n\n.faq-content {\n  display: none;\n}\n\n\n.image-content {\n    display: flex;\n    width: 100%;\n    gap: 10px; \n    justify-content: space-between; \n}\n.image-content img {\n    width: 50%;\n    height: auto; \n    object-fit: contain; \n    }\n    \n    .image-content1 {\n    display: flex;\n    width: 100%;\n    gap: 10px; \n    justify-content: space-between; \n}\n.image-content1 img {\n    width: 100%;\n    height: auto; \n    object-fit: contain; \n    }\n\n\u003c\/style\u003e\n","brand":"Blackwoodbags","offers":[{"title":"Default Title","offer_id":48083217350969,"sku":"Blizzard mini Black Saffiano","price":316.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/BLIZZARD__mini_black_saffiano_5a95af8f-9ce4-4c8f-bb10-aededfdfc99b.jpg?v=1777154125","url":"https:\/\/blackwoodbags.com\/en-eu\/products\/blizzard-mini-black-saffiano","provider":"Blackwoodbags","version":"1.0","type":"link"}