{"product_id":"aurora-purple-heart-bordeaux","title":"Aurora Purple Heart Bordeaux","description":"\u003cstyle\u003e\n  .bw-tabs-wrapper {\n    width: 100%;\n    background-color: #dbd9d3;\n    padding: 0 5px;\n    margin-top: -15px;\n    margin-bottom: 0;\n    font-family: 'KyivTypeSans-Regular', -apple-system, BlinkMacSystemFont, sans-serif;\n    color: #190200;\n    overflow: hidden;\n    box-sizing: border-box;\n    -webkit-text-size-adjust: 100%;\n  }\n\n  .bw-tab-radio {\n    position: absolute;\n    width: 1px;\n    height: 1px;\n    margin: -1px;\n    padding: 0;\n    overflow: hidden;\n    clip: rect(0 0 0 0);\n    white-space: nowrap;\n    border: 0;\n  }\n\n  .bw-tabs-nav {\n    display: flex;\n    flex-wrap: nowrap;\n    justify-content: space-between;\n    column-gap: 8px;\n    max-width: 760px;\n    margin: 0 auto 30px;\n    text-align: center;\n  }\n\n  .bw-tab-btn {\n    font-size: 15px !important;\n    font-weight: 400;\n    letter-spacing: 0.02em;\n    cursor: pointer;\n    opacity: 0.45;\n    transition: opacity 0.3s ease, font-weight 0.3s ease;\n    position: relative;\n    padding-bottom: 6px;\n    display: inline-block;\n    white-space: nowrap;\n    flex: 1 1 auto;\n  }\n\n  .bw-tab-btn:hover {\n    opacity: 1;\n  }\n\n  .bw-tab-btn::after {\n    content: '';\n    position: absolute;\n    bottom: -1px;\n    left: 0;\n    width: 100%;\n    height: 1.5px;\n    background-color: #190200;\n    opacity: 0;\n    transition: opacity 0.3s ease;\n  }\n\n  #bw-aurora-bord-tab1:checked ~ .bw-tabs-nav label[for=\"bw-aurora-bord-tab1\"],\n  #bw-aurora-bord-tab2:checked ~ .bw-tabs-nav label[for=\"bw-aurora-bord-tab2\"],\n  #bw-aurora-bord-tab3:checked ~ .bw-tabs-nav label[for=\"bw-aurora-bord-tab3\"],\n  #bw-aurora-bord-tab4:checked ~ .bw-tabs-nav label[for=\"bw-aurora-bord-tab4\"],\n  #bw-aurora-bord-tab5:checked ~ .bw-tabs-nav label[for=\"bw-aurora-bord-tab5\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-aurora-bord-tab1:checked ~ .bw-tabs-nav label[for=\"bw-aurora-bord-tab1\"]::after,\n  #bw-aurora-bord-tab2:checked ~ .bw-tabs-nav label[for=\"bw-aurora-bord-tab2\"]::after,\n  #bw-aurora-bord-tab3:checked ~ .bw-tabs-nav label[for=\"bw-aurora-bord-tab3\"]::after,\n  #bw-aurora-bord-tab4:checked ~ .bw-tabs-nav label[for=\"bw-aurora-bord-tab4\"]::after,\n  #bw-aurora-bord-tab5:checked ~ .bw-tabs-nav label[for=\"bw-aurora-bord-tab5\"]::after {\n    opacity: 1;\n  }\n\n  .bw-tabs-content {\n    max-width: 800px;\n    margin: 0 auto;\n    min-height: 280px;\n    padding-bottom: 25px;\n  }\n\n  .bw-tab-pane {\n    display: none;\n    font-size: 13px !important;\n    line-height: 1.6 !important;\n  }\n\n  #bw-aurora-bord-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-aurora-bord-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-aurora-bord-tab3:checked ~ .bw-tabs-content .bw-pane3,\n  #bw-aurora-bord-tab4:checked ~ .bw-tabs-content .bw-pane4,\n  #bw-aurora-bord-tab5:checked ~ .bw-tabs-content .bw-pane5 {\n    display: block;\n    animation: bw-aurora-slide 0.5s ease forwards;\n  }\n\n  @keyframes bw-aurora-slide {\n    from { opacity: 0; transform: translateY(8px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  .bw-tab-pane p,\n  .bw-tab-pane li,\n  .bw-tab-pane span:not(.bw-table-label):not(.bw-table-value),\n  .bw-tab-pane a,\n  .bw-tab-pane strong,\n  .bw-tab-pane b {\n    font-size: 13px !important;\n    line-height: 1.6 !important;\n  }\n\n  .bw-tab-pane p {\n    margin: 0 0 14px;\n  }\n\n  .bw-tab-pane strong,\n  .bw-tab-pane b {\n    font-weight: 600;\n  }\n\n  .bw-product-note {\n    max-width: 680px;\n    margin: 0 auto;\n  }\n\n  .bw-tab-pane ul {\n    padding-left: 18px !important;\n    margin: 0 0 14px 0 !important;\n    list-style-type: none !important;\n  }\n\n  .bw-tab-pane li {\n    position: relative !important;\n    margin: 0 0 8px 0 !important;\n    padding: 0 !important;\n    line-height: 1.55 !important;\n  }\n\n  .bw-tab-pane li::before {\n    content: \"•\" !important;\n    position: absolute;\n    left: -16px;\n    top: 0;\n    color: #190200;\n    font-size: 16px !important;\n    line-height: 1.2 !important;\n  }\n\n  .bw-philanthropy-link {\n    color: #5b2029 !important;\n    font-weight: 600 !important;\n    text-decoration: underline !important;\n  }\n\n  .bw-care-link {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 10px 0;\n    border-bottom: 1px solid rgba(25, 2, 0, 0.15);\n    color: #190200 !important;\n    text-decoration: none !important;\n  }\n\n  .bw-care-link-first {\n    margin-top: 20px;\n  }\n\n  .bw-dimensions-layout {\n    display: flex;\n    align-items: center;\n    gap: 28px;\n    margin-top: 8px;\n  }\n\n  .bw-dimensions-table {\n    flex: 0.9;\n    min-width: 0;\n  }\n\n  .bw-table-row {\n    display: flex;\n    align-items: baseline;\n    justify-content: space-between;\n    gap: 18px;\n    border-bottom: 1px solid rgba(25, 2, 0, 0.1);\n    padding: 10px 0;\n  }\n\n  .bw-table-label {\n    width: 145px;\n    flex-shrink: 0;\n    font-size: 11px !important;\n    line-height: 1.25 !important;\n    text-transform: uppercase;\n    color: rgba(25, 2, 0, 0.55);\n  }\n\n  .bw-table-value {\n    flex: 1;\n    min-width: 0;\n    font-size: 13px !important;\n    font-weight: 500;\n    line-height: 1.35 !important;\n    color: #190200;\n    text-align: left;\n  }\n\n  .bw-diagram-holder {\n    flex: 1;\n    min-width: 180px;\n  }\n\n  .bw-size-img {\n    display: block;\n    width: 100%;\n    max-width: 320px;\n    height: auto;\n    margin: 0 auto;\n    mix-blend-mode: multiply;\n  }\n\n  .bw-note {\n    margin-top: 15px;\n    font-size: 13px !important;\n    line-height: 1.45 !important;\n    color: #190200;\n  }\n\n  @media (max-width: 767px) {\n    .bw-tabs-wrapper {\n      padding: 0 14px;\n      margin-top: -25px;\n    }\n\n    .bw-tabs-nav {\n      display: grid;\n      grid-template-columns: repeat(6, minmax(0, 1fr));\n      gap: 13px 14px;\n      max-width: 430px;\n      width: 100%;\n      margin: 0 auto 24px;\n      padding: 0 0 2px;\n      border-bottom: 0;\n    }\n\n    .bw-tab-btn {\n      flex: none;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      min-height: 32px;\n      padding-bottom: 8px;\n      font-size: 12.5px !important;\n      line-height: 1.15 !important;\n      white-space: normal;\n      text-align: center;\n      letter-spacing: 0.015em;\n      border-bottom: 1px solid rgba(25, 2, 0, 0.12);\n    }\n\n    .bw-tab-btn:nth-of-type(1),\n    .bw-tab-btn:nth-of-type(2),\n    .bw-tab-btn:nth-of-type(3) {\n      grid-column: span 2;\n    }\n\n    .bw-tab-btn:nth-of-type(4),\n    .bw-tab-btn:nth-of-type(5) {\n      grid-column: span 3;\n    }\n\n    .bw-tab-btn::after {\n      bottom: -1px;\n      height: 1.5px;\n    }\n\n    .bw-tabs-content {\n      min-height: 340px;\n      padding-bottom: 25px;\n    }\n\n    .bw-dimensions-layout {\n      flex-direction: column;\n      align-items: stretch;\n      gap: 18px;\n    }\n\n    .bw-dimensions-table {\n      width: 100%;\n    }\n\n    .bw-table-row {\n      gap: 12px;\n    }\n\n    .bw-table-label {\n      width: 42%;\n      max-width: 150px;\n    }\n\n    .bw-table-value {\n      text-align: right;\n    }\n\n    .bw-diagram-holder {\n      width: 100%;\n      min-width: 0;\n    }\n\n    .bw-size-img {\n      max-width: 100%;\n    }\n  }\n\n  @media (max-width: 420px) {\n    .bw-tabs-wrapper {\n      padding: 0 12px;\n    }\n\n    .bw-tabs-nav {\n      gap: 11px 10px;\n    }\n\n    .bw-tab-btn {\n      font-size: 11.5px !important;\n      min-height: 31px;\n    }\n\n    .bw-table-row {\n      align-items: flex-start;\n    }\n\n    .bw-table-label {\n      width: 44%;\n      font-size: 10.5px !important;\n    }\n\n    .bw-table-value {\n      font-size: 13px !important;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"bw-tabs-wrapper\"\u003e\n  \u003cinput checked class=\"bw-tab-radio\" name=\"bw-aurora-bord-tabs\" id=\"bw-aurora-bord-tab1\" type=\"radio\"\u003e\n  \u003cinput class=\"bw-tab-radio\" name=\"bw-aurora-bord-tabs\" id=\"bw-aurora-bord-tab2\" type=\"radio\"\u003e\n  \u003cinput class=\"bw-tab-radio\" name=\"bw-aurora-bord-tabs\" id=\"bw-aurora-bord-tab3\" type=\"radio\"\u003e\n  \u003cinput class=\"bw-tab-radio\" name=\"bw-aurora-bord-tabs\" id=\"bw-aurora-bord-tab4\" type=\"radio\"\u003e\n  \u003cinput class=\"bw-tab-radio\" name=\"bw-aurora-bord-tabs\" id=\"bw-aurora-bord-tab5\" type=\"radio\"\u003e\n\n  \u003cdiv class=\"bw-tabs-nav\"\u003e\n    \u003clabel for=\"bw-aurora-bord-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e\n    \u003clabel for=\"bw-aurora-bord-tab2\" class=\"bw-tab-btn\"\u003eMaterials\u003c\/label\u003e\n    \u003clabel for=\"bw-aurora-bord-tab3\" class=\"bw-tab-btn\"\u003eDimensions\u003c\/label\u003e\n    \u003clabel for=\"bw-aurora-bord-tab4\" class=\"bw-tab-btn\"\u003eWhat's Included\u003c\/label\u003e\n    \u003clabel for=\"bw-aurora-bord-tab5\" class=\"bw-tab-btn\"\u003eShipping \u0026amp; Payment\u003c\/label\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bw-tabs-content\"\u003e\n    \u003cdiv class=\"bw-tab-pane bw-pane1\"\u003e\n      \u003cdiv class=\"bw-product-note\"\u003e\n        \u003cp\u003e\u003cb\u003eAurora Purple Heart Bordeaux Handbag\u003c\/b\u003e\u003c\/p\u003e\n        \u003cp\u003eA limited edition model from the Purple Heart Collection, created for the 9th anniversary of Atelier BLACKWOOD. Inspired by the depth of Amaranth wood, resilience, and the mature beauty of natural materials.\u003c\/p\u003e\n        \u003cp\u003eItalian bordeaux leather combines textured Croco embossing on the flap with smooth leather on the body. Custom side panels made of natural Amaranth, adorned with a mother-of-pearl rose composition, give the piece the character of a collectible art object.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eCharity Initiative:\u003c\/b\u003e The handbag is complemented by a signature leather heart charm. Profits from its purchase are donated to the \u003ca class=\"bw-philanthropy-link\" rel=\"noopener noreferrer\" href=\"https:\/\/starenki.com.ua\/en\/\" target=\"_blank\"\u003e«Starenki»\u003c\/a\u003e foundation to support elderly people in need.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bw-tab-pane bw-pane2\"\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLeather:\u003c\/strong\u003e Combination of Italian bordeaux leather: textured Croco embossing on the flap and smooth leather on the body.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWood:\u003c\/strong\u003e Natural Amaranth (Purpleheart wood).\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSide Elements:\u003c\/strong\u003e Natural Amaranth with an exclusive mother-of-pearl rose composition coated in jewelry resin.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eHardware:\u003c\/strong\u003e Cast alloy steel hardware.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eNatural Material Feature:\u003c\/strong\u003e Slight variations in leather texture, wood grain, and mother-of-pearl patterns are natural and emphasize the unique identity of each handcrafted piece.\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003ca class=\"bw-care-link bw-care-link-first\" href=\"https:\/\/blackwoodbags.com\/pages\/shipping\"\u003e\n        \u003cspan\u003eWarranty \u0026amp; Returns\u003c\/span\u003e \u003cspan\u003e↗\u003c\/span\u003e\n      \u003c\/a\u003e\n      \u003ca class=\"bw-care-link\" href=\"https:\/\/blackwoodbags.com\/pages\/care\"\u003e\n        \u003cspan\u003eCare \u0026amp; Storage\u003c\/span\u003e \u003cspan\u003e↗\u003c\/span\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bw-tab-pane bw-pane3\"\u003e\n      \u003cdiv class=\"bw-dimensions-layout\"\u003e\n        \u003cdiv class=\"bw-dimensions-table\"\u003e\n          \u003cdiv class=\"bw-table-row\"\u003e\n            \u003cspan class=\"bw-table-label\"\u003eOuter Dimensions\u003c\/span\u003e\n            \u003cspan class=\"bw-table-value\"\u003e15 × 19 × 6 cm\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"bw-table-row\"\u003e\n            \u003cspan class=\"bw-table-label\"\u003eInner Width\u003c\/span\u003e\n            \u003cspan class=\"bw-table-value\"\u003e16.7 cm\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"bw-table-row\"\u003e\n            \u003cspan class=\"bw-table-label\"\u003eStrap Length\u003c\/span\u003e\n            \u003cspan class=\"bw-table-value\"\u003e115 cm, adjustable\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"bw-table-row\"\u003e\n            \u003cspan class=\"bw-table-label\"\u003eProduct Weight\u003c\/span\u003e\n            \u003cspan class=\"bw-table-value\"\u003e559 g\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"bw-diagram-holder\"\u003e\n          \u003cimg alt=\"Dimension diagram for Aurora Purple Heart Bordeaux handbag\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0446\/9322\/5640\/files\/876543.jpg?v=1781108431\" class=\"bw-size-img\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"bw-note\"\u003e\u003cstrong\u003eCapacity:\u003c\/strong\u003e Fits a smartphone (including Pro Max series), cardholder, keys, and essential daily items.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bw-tab-pane bw-pane4\"\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cb\u003eHandbag:\u003c\/b\u003e Aurora Purple Heart Bordeaux model.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eHeart Charm:\u003c\/strong\u003e Crafted from matching Italian leather, complementing the charity initiative of the collection.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cb\u003eCarrying Options:\u003c\/b\u003e In hand by the architectural wooden handle, on the shoulder, or cross-body via the detachable adjustable leather strap.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eInternal Layout:\u003c\/strong\u003e One spacious compartment with a double pocket for convenient organization.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePackaging:\u003c\/strong\u003e Signature BLACKWOOD gift box, dust bag, and greeting card. Protects the item during delivery and serves as an ideal gift package.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bw-tab-pane bw-pane5\"\u003e\n      \u003cp\u003e\u003cstrong\u003eShipping:\u003c\/strong\u003e Worldwide insured delivery (except RU\/BY).\u003c\/p\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eUAE:\u003c\/strong\u003e Next-day delivery from Dubai. Custom\/Pre-order items ship from Ukraine.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eUSA:\u003c\/strong\u003e 5-10 business days. DDP (all taxes\/duties included at checkout).\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eInternational:\u003c\/strong\u003e Standard (10-21 days) or Express (5-10 days). Shipped DAP (recipient covers local duties\/taxes).\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e\u003cstrong\u003ePayment:\u003c\/strong\u003e Visa, MasterCard, Apple\/Google Pay, PayPal. All payments are secure; data is not saved.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Blackwoodbags","offers":[{"title":"Default Title","offer_id":49657956368697,"sku":"Aurora Middle Bordeaux Croco\/Smooth New","price":1350.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/Aurora_Purple_Heart_Bordo_1_1.jpg?v=1773422604","url":"https:\/\/blackwoodatelier.com\/en-ae\/products\/aurora-purple-heart-bordeaux","provider":"Blackwoodbags","version":"1.0","type":"link"}