{"title":"-30%","description":"","products":[{"product_id":"wallet-green-braided","title":"Wallet Green Braided","description":"\u003cstyle\u003e\n  \/* === ГЛОБАЛЬНІ СТИЛІ BLACKWOOD (EDITORIAL LUXURY) === *\/\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, 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  \/* Навігація на десктопі *\/\n  .bw-tabs-nav {\n    display: flex;\n    flex-wrap: nowrap;\n    justify-content: space-between;\n    column-gap: 8px;\n    row-gap: 0;\n    max-width: 620px;\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: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);\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:focus-visible {\n    outline: 1px solid rgba(25, 2, 0, 0.45);\n    outline-offset: 4px;\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-wallet-tab1:checked ~ .bw-tabs-nav label[for=\"bw-wallet-tab1\"],\n  #bw-wallet-tab2:checked ~ .bw-tabs-nav label[for=\"bw-wallet-tab2\"],\n  #bw-wallet-tab3:checked ~ .bw-tabs-nav label[for=\"bw-wallet-tab3\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-wallet-tab1:checked ~ .bw-tabs-nav label[for=\"bw-wallet-tab1\"]::after,\n  #bw-wallet-tab2:checked ~ .bw-tabs-nav label[for=\"bw-wallet-tab2\"]::after,\n  #bw-wallet-tab3:checked ~ .bw-tabs-nav label[for=\"bw-wallet-tab3\"]::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  \/* Внутрішній контент табів строго 13px *\/\n  .bw-tab-pane {\n    display: none;\n    font-size: 13px !important;\n    line-height: 1.6 !important;\n  }\n\n  #bw-wallet-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-wallet-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-wallet-tab3:checked ~ .bw-tabs-content .bw-pane3 {\n    display: block;\n    animation: bw-wallet-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n  }\n\n  @keyframes bw-wallet-slide {\n    from { opacity: 0; transform: translateY(8px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* Захист від сторонніх стилів теми *\/\n  .bw-tab-pane p,\n  .bw-tab-pane li,\n  .bw-tab-pane span:not(.bw-size-label),\n  .bw-tab-pane a,\n  .bw-tab-pane strong {\n    font-size: 13px !important;\n    line-height: 1.6 !important;\n  }\n\n  .bw-tab-pane p { margin: 0 0 14px; }\n  .bw-tab-pane strong { font-weight: 600; }\n  .bw-product-note { max-width: 680px; margin: 0 auto; }\n\n  \/* Преміум-списки без дефолтних маркерів *\/\n  .bw-material-list,\n  .bw-delivery-list {\n    padding-left: 18px !important;\n    margin: 0 0 14px 0 !important;\n    list-style-type: none !important;\n  }\n\n  .bw-material-list li,\n  .bw-delivery-list 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-material-list li::before,\n  .bw-delivery-list li::before {\n    content: \"•\" !important;\n    position: absolute;\n    left: -16px;\n    top: 0;\n    color: #5b2029;\n    font-size: 16px !important;\n    line-height: 1.2 !important;\n  }\n\n  .bw-care-link { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid rgba(25, 2, 0, 0.15); color: #190200 !important; text-decoration: none !important; }\n  .bw-care-link-first { margin-top: 20px; }\n\n  \/* АДАПТИВНІСТЬ ДЛЯ МОБІЛЬНИХ ПРИСТРОЇВ *\/\n  @media (max-width: 767px) {\n    .bw-tabs-wrapper { padding: 0 10px; margin-top: -25px; }\n    .bw-tabs-nav {\n      display: flex;\n      flex-wrap: nowrap;\n      justify-content: space-between;\n      column-gap: 8px;\n      row-gap: 0;\n      max-width: 100%;\n      width: 100%;\n      margin: 0 auto 24px;\n      text-align: center;\n      border-bottom: 1.5px solid rgba(25, 2, 0, 0.08);\n      padding: 0 2px 0 2px;\n    }\n    .bw-tab-btn { white-space: nowrap; font-size: 15px !important; flex: 1 1 auto; padding-bottom: 8px; }\n    .bw-tabs-content { min-height: 340px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"bw-tabs-wrapper\"\u003e\n\u003cinput type=\"radio\" id=\"bw-wallet-tab1\" name=\"bw-wallet-tabs\" class=\"bw-tab-radio\" checked\u003e \u003cinput type=\"radio\" id=\"bw-wallet-tab2\" name=\"bw-wallet-tabs\" class=\"bw-tab-radio\"\u003e \u003cinput type=\"radio\" id=\"bw-wallet-tab3\" name=\"bw-wallet-tabs\" class=\"bw-tab-radio\"\u003e\n\u003cdiv class=\"bw-tabs-nav\"\u003e\n\u003clabel for=\"bw-wallet-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e \u003clabel for=\"bw-wallet-tab2\" class=\"bw-tab-btn\"\u003eMaterials\u003c\/label\u003e \u003clabel for=\"bw-wallet-tab3\" class=\"bw-tab-btn\"\u003eShipping \u0026amp; Payment\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-tabs-content\"\u003e\n\u003c!-- Tab 1: Description --\u003e\n\u003cdiv class=\"bw-tab-pane bw-pane1\"\u003e\n\u003cdiv class=\"bw-product-note\"\u003e\n\u003cp\u003eThe classic envelope-shaped wallet is specially designed for BLACKWOOD bags. Ideal in size and capacity, it takes up minimal space, leaving room for other essentials. Minimalist in style, it perfectly matches every bag model.\u003c\/p\u003e\n\u003cp\u003eThe BLACKWOOD leather wallet can serve as a complementary accessory to your bag or as an independent accent in your look.\u003c\/p\u003e\n\u003cp\u003eBelts and accessories can be made from leather of any color and texture. Custom manufacturing according to individual dimensions is also available.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tab 2: Materials --\u003e\n\u003cdiv class=\"bw-tab-pane bw-pane2\"\u003e\n\u003cul class=\"bw-material-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Genuine Italian Green Braided leather\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 17 x 9.5 cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eClosure:\u003c\/strong\u003e Magnetic snap button\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003ci\u003eEach item is handcrafted from natural materials, making every texture and shade unique. Minor variations from the product photos are to be expected.\u003c\/i\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Tab 3: Shipping \u0026 Payment --\u003e\n\u003cdiv class=\"bw-tab-pane bw-pane3\"\u003e\n\u003cp\u003e\u003cstrong\u003eShipping:\u003c\/strong\u003e Worldwide insured delivery (except RU\/BY).\u003c\/p\u003e\n\u003cul class=\"bw-delivery-list\"\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\u003ca class=\"bw-care-link bw-care-link-first\" href=\"https:\/\/blackwood.ua\/pages\/warranty\"\u003e\u003cspan\u003eWarranty\u003c\/span\u003e \u003cspan\u003e↗\u003c\/span\u003e\u003c\/a\u003e \u003ca class=\"bw-care-link\" href=\"https:\/\/blackwood.ua\/pages\/care\"\u003e\u003cspan\u003eCare \u0026amp; Storage\u003c\/span\u003e \u003cspan\u003e↗\u003c\/span\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Blackwoodbags","offers":[{"title":"Default Title","offer_id":44116306493753,"sku":"Wallet Green Braided","price":60.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/wallet-green-braided.webp?v=1776783724"},{"product_id":"wallet-blue-braided","title":"Wallet Blue Braided","description":"\u003cstyle\u003e\n  \/* === ГЛОБАЛЬНІ СТИЛІ BLACKWOOD (EDITORIAL LUXURY) === *\/\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, 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  \/* Навігація на десктопі *\/\n  .bw-tabs-nav {\n    display: flex;\n    flex-wrap: nowrap;\n    justify-content: space-between;\n    column-gap: 8px;\n    row-gap: 0;\n    max-width: 620px;\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: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);\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:focus-visible {\n    outline: 1px solid rgba(25, 2, 0, 0.45);\n    outline-offset: 4px;\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-wallet-tab1:checked ~ .bw-tabs-nav label[for=\"bw-wallet-tab1\"],\n  #bw-wallet-tab2:checked ~ .bw-tabs-nav label[for=\"bw-wallet-tab2\"],\n  #bw-wallet-tab3:checked ~ .bw-tabs-nav label[for=\"bw-wallet-tab3\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-wallet-tab1:checked ~ .bw-tabs-nav label[for=\"bw-wallet-tab1\"]::after,\n  #bw-wallet-tab2:checked ~ .bw-tabs-nav label[for=\"bw-wallet-tab2\"]::after,\n  #bw-wallet-tab3:checked ~ .bw-tabs-nav label[for=\"bw-wallet-tab3\"]::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  \/* Внутрішній контент табів строго 13px *\/\n  .bw-tab-pane {\n    display: none;\n    font-size: 13px !important;\n    line-height: 1.6 !important;\n  }\n\n  #bw-wallet-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-wallet-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-wallet-tab3:checked ~ .bw-tabs-content .bw-pane3 {\n    display: block;\n    animation: bw-wallet-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n  }\n\n  @keyframes bw-wallet-slide {\n    from { opacity: 0; transform: translateY(8px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* Захист від сторонніх стилів теми *\/\n  .bw-tab-pane p,\n  .bw-tab-pane li,\n  .bw-tab-pane span:not(.bw-size-label),\n  .bw-tab-pane a,\n  .bw-tab-pane strong {\n    font-size: 13px !important;\n    line-height: 1.6 !important;\n  }\n\n  .bw-tab-pane p { margin: 0 0 14px; }\n  .bw-tab-pane strong { font-weight: 600; }\n  .bw-product-note { max-width: 680px; margin: 0 auto; }\n\n  \/* Преміум-списки без дефолтних маркерів *\/\n  .bw-material-list,\n  .bw-delivery-list {\n    padding-left: 18px !important;\n    margin: 0 0 14px 0 !important;\n    list-style-type: none !important;\n  }\n\n  .bw-material-list li,\n  .bw-delivery-list 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-material-list li::before,\n  .bw-delivery-list li::before {\n    content: \"•\" !important;\n    position: absolute;\n    left: -16px;\n    top: 0;\n    color: #5b2029;\n    font-size: 16px !important;\n    line-height: 1.2 !important;\n  }\n\n  .bw-care-link { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid rgba(25, 2, 0, 0.15); color: #190200 !important; text-decoration: none !important; }\n  .bw-care-link-first { margin-top: 20px; }\n\n  \/* АДАПТИВНІСТЬ ДЛЯ МОБІЛЬНИХ ПРИСТРОЇВ *\/\n  @media (max-width: 767px) {\n    .bw-tabs-wrapper { padding: 0 10px; margin-top: -25px; }\n    .bw-tabs-nav {\n      display: flex;\n      flex-wrap: nowrap;\n      justify-content: space-between;\n      column-gap: 8px;\n      row-gap: 0;\n      max-width: 100%;\n      width: 100%;\n      margin: 0 auto 24px;\n      text-align: center;\n      border-bottom: 1.5px solid rgba(25, 2, 0, 0.08);\n      padding: 0 2px 0 2px;\n    }\n    .bw-tab-btn { white-space: nowrap; font-size: 15px !important; flex: 1 1 auto; padding-bottom: 8px; }\n    .bw-tabs-content { min-height: 340px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"bw-tabs-wrapper\"\u003e\n\u003cinput type=\"radio\" id=\"bw-wallet-tab1\" name=\"bw-wallet-tabs\" class=\"bw-tab-radio\" checked\u003e \u003cinput type=\"radio\" id=\"bw-wallet-tab2\" name=\"bw-wallet-tabs\" class=\"bw-tab-radio\"\u003e \u003cinput type=\"radio\" id=\"bw-wallet-tab3\" name=\"bw-wallet-tabs\" class=\"bw-tab-radio\"\u003e\n\u003cdiv class=\"bw-tabs-nav\"\u003e\n\u003clabel for=\"bw-wallet-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e \u003clabel for=\"bw-wallet-tab2\" class=\"bw-tab-btn\"\u003eMaterials\u003c\/label\u003e \u003clabel for=\"bw-wallet-tab3\" class=\"bw-tab-btn\"\u003eShipping \u0026amp; Payment\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-tabs-content\"\u003e\n\u003c!-- Tab 1: Description --\u003e\n\u003cdiv class=\"bw-tab-pane bw-pane1\"\u003e\n\u003cdiv class=\"bw-product-note\"\u003e\n\u003cp\u003eThe classic envelope-shaped wallet is specially designed for BLACKWOOD bags. Ideal in size and capacity, it takes up minimal space, leaving room for other essentials. Minimalist in style, it perfectly matches every bag model.\u003c\/p\u003e\n\u003cp\u003eThe BLACKWOOD leather wallet can serve as a complementary accessory to your bag or as an independent accent in your look.\u003c\/p\u003e\n\u003cp\u003eBelts and accessories can be made from leather of any color and texture. Custom manufacturing according to individual dimensions is also available.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tab 2: Materials --\u003e\n\u003cdiv class=\"bw-tab-pane bw-pane2\"\u003e\n\u003cul class=\"bw-material-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Genuine Italian Blue Braided leather\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 17 x 9.5 cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eClosure:\u003c\/strong\u003e Magnetic snap button\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003ci\u003eEach item is handcrafted from natural materials, making every texture and shade unique. Minor variations from the product photos are to be expected.\u003c\/i\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Tab 3: Shipping \u0026 Payment --\u003e\n\u003cdiv class=\"bw-tab-pane bw-pane3\"\u003e\n\u003cp\u003e\u003cstrong\u003eShipping:\u003c\/strong\u003e Worldwide insured delivery (except RU\/BY).\u003c\/p\u003e\n\u003cul class=\"bw-delivery-list\"\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\u003ca class=\"bw-care-link bw-care-link-first\" href=\"https:\/\/blackwood.ua\/pages\/warranty\"\u003e\u003cspan\u003eWarranty\u003c\/span\u003e \u003cspan\u003e↗\u003c\/span\u003e\u003c\/a\u003e \u003ca class=\"bw-care-link\" href=\"https:\/\/blackwood.ua\/pages\/care\"\u003e\u003cspan\u003eCare \u0026amp; Storage\u003c\/span\u003e \u003cspan\u003e↗\u003c\/span\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Blackwoodbags","offers":[{"title":"Default Title","offer_id":47957334720825,"sku":"Wallet Blue Braided","price":60.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/wallet-blue-braided1.webp?v=1776783724"},{"product_id":"wallet-light-blue-saffiano-mini","title":"Cardholder Blue Saffiano","description":"\u003cstyle\u003e\n  \/* === ГЛОБАЛЬНІ СТИЛІ BLACKWOOD (EDITORIAL LUXURY) === *\/\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, 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  \/* Навігація на десктопі *\/\n  .bw-tabs-nav {\n    display: flex;\n    flex-wrap: nowrap;\n    justify-content: space-between;\n    column-gap: 8px;\n    row-gap: 0;\n    max-width: 620px;\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: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);\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:focus-visible {\n    outline: 1px solid rgba(25, 2, 0, 0.45);\n    outline-offset: 4px;\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-cardholder-tab1:checked ~ .bw-tabs-nav label[for=\"bw-cardholder-tab1\"],\n  #bw-cardholder-tab2:checked ~ .bw-tabs-nav label[for=\"bw-cardholder-tab2\"],\n  #bw-cardholder-tab3:checked ~ .bw-tabs-nav label[for=\"bw-cardholder-tab3\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-cardholder-tab1:checked ~ .bw-tabs-nav label[for=\"bw-cardholder-tab1\"]::after,\n  #bw-cardholder-tab2:checked ~ .bw-tabs-nav label[for=\"bw-cardholder-tab2\"]::after,\n  #bw-cardholder-tab3:checked ~ .bw-tabs-nav label[for=\"bw-cardholder-tab3\"]::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  \/* Внутрішній контент табів строго 13px *\/\n  .bw-tab-pane {\n    display: none;\n    font-size: 13px !important;\n    line-height: 1.6 !important;\n  }\n\n  #bw-cardholder-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-cardholder-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-cardholder-tab3:checked ~ .bw-tabs-content .bw-pane3 {\n    display: block;\n    animation: bw-cardholder-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n  }\n\n  @keyframes bw-cardholder-slide {\n    from { opacity: 0; transform: translateY(8px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* Захист від сторонніх стилів теми *\/\n  .bw-tab-pane p,\n  .bw-tab-pane li,\n  .bw-tab-pane span:not(.bw-size-label),\n  .bw-tab-pane a,\n  .bw-tab-pane strong {\n    font-size: 13px !important;\n    line-height: 1.6 !important;\n  }\n\n  .bw-tab-pane p { margin: 0 0 14px; }\n  .bw-tab-pane strong { font-weight: 600; }\n  .bw-product-note { max-width: 680px; margin: 0 auto; }\n\n  \/* Преміум-списки без дефолтних маркерів *\/\n  .bw-material-list,\n  .bw-delivery-list {\n    padding-left: 18px !important;\n    margin: 0 0 14px 0 !important;\n    list-style-type: none !important;\n  }\n\n  .bw-material-list li,\n  .bw-delivery-list 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-material-list li::before,\n  .bw-delivery-list li::before {\n    content: \"•\" !important;\n    position: absolute;\n    left: -16px;\n    top: 0;\n    color: #5b2029;\n    font-size: 16px !important;\n    line-height: 1.2 !important;\n  }\n\n  .bw-care-link { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid rgba(25, 2, 0, 0.15); color: #190200 !important; text-decoration: none !important; }\n  .bw-care-link-first { margin-top: 20px; }\n\n  \/* АДАПТИВНІСТЬ ДЛЯ МОБІЛЬНИХ ПРИСТРОЇВ *\/\n  @media (max-width: 767px) {\n    .bw-tabs-wrapper { padding: 0 10px; margin-top: -25px; }\n    .bw-tabs-nav {\n      display: flex;\n      flex-wrap: nowrap;\n      justify-content: space-between;\n      column-gap: 8px;\n      row-gap: 0;\n      max-width: 100%;\n      width: 100%;\n      margin: 0 auto 24px;\n      text-align: center;\n      border-bottom: 1.5px solid rgba(25, 2, 0, 0.08);\n      padding: 0 2px 0 2px;\n    }\n    .bw-tab-btn { white-space: nowrap; font-size: 15px !important; flex: 1 1 auto; padding-bottom: 8px; }\n    .bw-tabs-content { min-height: 340px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"bw-tabs-wrapper\"\u003e\n\u003cinput type=\"radio\" id=\"bw-cardholder-tab1\" name=\"bw-cardholder-tabs\" class=\"bw-tab-radio\" checked\u003e \u003cinput type=\"radio\" id=\"bw-cardholder-tab2\" name=\"bw-cardholder-tabs\" class=\"bw-tab-radio\"\u003e \u003cinput type=\"radio\" id=\"bw-cardholder-tab3\" name=\"bw-cardholder-tabs\" class=\"bw-tab-radio\"\u003e\n\u003cdiv class=\"bw-tabs-nav\"\u003e\n\u003clabel for=\"bw-cardholder-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e \u003clabel for=\"bw-cardholder-tab2\" class=\"bw-tab-btn\"\u003eMaterials\u003c\/label\u003e \u003clabel for=\"bw-cardholder-tab3\" class=\"bw-tab-btn\"\u003eShipping \u0026amp; Payment\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-tabs-content\"\u003e\n\u003c!-- Tab 1: Description --\u003e\n\u003cdiv class=\"bw-tab-pane bw-pane1\"\u003e\n\u003cdiv class=\"bw-product-note\"\u003e\n\u003cp\u003eA stylish \u003cstrong\u003eBLACKWOOD\u003c\/strong\u003e cardholder in the shape of a mini-envelope — the perfect companion to your bag or briefcase.\u003c\/p\u003e\n\u003cp\u003eThis compact accessory is designed to hold cards and folded banknotes, fitting neatly inside your bag while taking up very little space. It can be crafted in any leather texture or color, allowing for custom combinations that perfectly match your style.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePackage:\u003c\/strong\u003e Delivered in an elegant black box, making it an ideal gift.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tab 2: Materials --\u003e\n\u003cdiv class=\"bw-tab-pane bw-pane2\"\u003e\n\u003cul class=\"bw-material-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Italian light blue saffiano leather\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 13 x 9 cm (5.1 x 3.5 in)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBuckle:\u003c\/strong\u003e Magnetic button\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eInside:\u003c\/strong\u003e 1 section for banknotes, 2 sections for cards\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003ci\u003eMinor differences from the product photo are normal as each piece is handcrafted from natural materials with unique textures.\u003c\/i\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Tab 3: Shipping \u0026 Payment (ІДЕНТИЧНИЙ ДО ОКУЛЯРІВ) --\u003e\n\u003cdiv class=\"bw-tab-pane bw-pane3\"\u003e\n\u003cp\u003e\u003cstrong\u003eShipping:\u003c\/strong\u003e Worldwide insured delivery (except RU\/BY).\u003c\/p\u003e\n\u003cul class=\"bw-delivery-list\"\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\u003ca class=\"bw-care-link bw-care-link-first\" href=\"https:\/\/blackwoodbags.com\/pages\/shipping\"\u003e\u003cspan\u003eWarranty \u0026amp; Returns\u003c\/span\u003e \u003cspan\u003e↗\u003c\/span\u003e\u003c\/a\u003e \u003ca class=\"bw-care-link\" href=\"https:\/\/blackwoodbags.com\/pages\/care\"\u003e\u003cspan\u003eCare \u0026amp; Storage\u003c\/span\u003e \u003cspan\u003e↗\u003c\/span\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Blackwoodbags","offers":[{"title":"Default Title","offer_id":47957332197689,"sku":"Cardholder Blue Saffiano","price":48.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/cardholder-light-blue-saffiano.webp?v=1776786100"},{"product_id":"wallet-burgundy-braded-mini","title":"Cardholder Burgundy Braided","description":"\u003cstyle\u003e\n  \/* === ГЛОБАЛЬНІ СТИЛІ BLACKWOOD (EDITORIAL LUXURY) === *\/\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, 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  \/* Навігація на десктопі *\/\n  .bw-tabs-nav {\n    display: flex;\n    flex-wrap: nowrap;\n    justify-content: space-between;\n    column-gap: 8px;\n    row-gap: 0;\n    max-width: 620px;\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: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);\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:focus-visible {\n    outline: 1px solid rgba(25, 2, 0, 0.45);\n    outline-offset: 4px;\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-cardholder-tab1:checked ~ .bw-tabs-nav label[for=\"bw-cardholder-tab1\"],\n  #bw-cardholder-tab2:checked ~ .bw-tabs-nav label[for=\"bw-cardholder-tab2\"],\n  #bw-cardholder-tab3:checked ~ .bw-tabs-nav label[for=\"bw-cardholder-tab3\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-cardholder-tab1:checked ~ .bw-tabs-nav label[for=\"bw-cardholder-tab1\"]::after,\n  #bw-cardholder-tab2:checked ~ .bw-tabs-nav label[for=\"bw-cardholder-tab2\"]::after,\n  #bw-cardholder-tab3:checked ~ .bw-tabs-nav label[for=\"bw-cardholder-tab3\"]::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  \/* Внутрішній контент табів строго 13px *\/\n  .bw-tab-pane {\n    display: none;\n    font-size: 13px !important;\n    line-height: 1.6 !important;\n  }\n\n  #bw-cardholder-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-cardholder-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-cardholder-tab3:checked ~ .bw-tabs-content .bw-pane3 {\n    display: block;\n    animation: bw-cardholder-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n  }\n\n  @keyframes bw-cardholder-slide {\n    from { opacity: 0; transform: translateY(8px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* Захист від сторонніх стилів теми *\/\n  .bw-tab-pane p,\n  .bw-tab-pane li,\n  .bw-tab-pane span:not(.bw-size-label),\n  .bw-tab-pane a,\n  .bw-tab-pane strong {\n    font-size: 13px !important;\n    line-height: 1.6 !important;\n  }\n\n  .bw-tab-pane p { margin: 0 0 14px; }\n  .bw-tab-pane strong { font-weight: 600; }\n  .bw-product-note { max-width: 680px; margin: 0 auto; }\n\n  \/* Преміум-списки без дефолтних маркерів *\/\n  .bw-material-list,\n  .bw-delivery-list {\n    padding-left: 18px !important;\n    margin: 0 0 14px 0 !important;\n    list-style-type: none !important;\n  }\n\n  .bw-material-list li,\n  .bw-delivery-list 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-material-list li::before,\n  .bw-delivery-list li::before {\n    content: \"•\" !important;\n    position: absolute;\n    left: -16px;\n    top: 0;\n    color: #5b2029;\n    font-size: 16px !important;\n    line-height: 1.2 !important;\n  }\n\n  .bw-care-link { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid rgba(25, 2, 0, 0.15); color: #190200 !important; text-decoration: none !important; }\n  .bw-care-link-first { margin-top: 20px; }\n\n  \/* АДАПТИВНІСТЬ ДЛЯ МОБІЛЬНИХ ПРИСТРОЇВ *\/\n  @media (max-width: 767px) {\n    .bw-tabs-wrapper { padding: 0 10px; margin-top: -25px; }\n    .bw-tabs-nav {\n      display: flex;\n      flex-wrap: nowrap;\n      justify-content: space-between;\n      column-gap: 8px;\n      row-gap: 0;\n      max-width: 100%;\n      width: 100%;\n      margin: 0 auto 24px;\n      text-align: center;\n      border-bottom: 1.5px solid rgba(25, 2, 0, 0.08);\n      padding: 0 2px 0 2px;\n    }\n    .bw-tab-btn { white-space: nowrap; font-size: 15px !important; flex: 1 1 auto; padding-bottom: 8px; }\n    .bw-tabs-content { min-height: 340px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"bw-tabs-wrapper\"\u003e\n\u003cinput type=\"radio\" id=\"bw-cardholder-tab1\" name=\"bw-cardholder-tabs\" class=\"bw-tab-radio\" checked\u003e \u003cinput type=\"radio\" id=\"bw-cardholder-tab2\" name=\"bw-cardholder-tabs\" class=\"bw-tab-radio\"\u003e \u003cinput type=\"radio\" id=\"bw-cardholder-tab3\" name=\"bw-cardholder-tabs\" class=\"bw-tab-radio\"\u003e\n\u003cdiv class=\"bw-tabs-nav\"\u003e\n\u003clabel for=\"bw-cardholder-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e \u003clabel for=\"bw-cardholder-tab2\" class=\"bw-tab-btn\"\u003eMaterials\u003c\/label\u003e \u003clabel for=\"bw-cardholder-tab3\" class=\"bw-tab-btn\"\u003eShipping \u0026amp; Payment\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-tabs-content\"\u003e\n\u003c!-- Tab 1: Description --\u003e\n\u003cdiv class=\"bw-tab-pane bw-pane1\"\u003e\n\u003cdiv class=\"bw-product-note\"\u003e\n\u003cp\u003eA stylish \u003cstrong\u003eBLACKWOOD\u003c\/strong\u003e cardholder in the shape of a mini-envelope — the perfect companion to your bag or briefcase.\u003c\/p\u003e\n\u003cp\u003eThis compact accessory is designed to hold cards and folded banknotes, fitting neatly inside your bag while taking up very little space. It can be crafted in any leather texture or color, allowing for custom combinations that perfectly match your style.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePackage:\u003c\/strong\u003e Delivered in an elegant black box, making it an ideal gift.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tab 2: Materials --\u003e\n\u003cdiv class=\"bw-tab-pane bw-pane2\"\u003e\n\u003cul class=\"bw-material-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Italian burgundy braided leather\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 13 x 9 cm (5.1 x 3.5 in)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBuckle:\u003c\/strong\u003e Magnetic button\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eInside:\u003c\/strong\u003e 1 section for banknotes, 2 sections for cards\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003ci\u003eMinor differences from the product photo are normal as each piece is handcrafted from natural materials with unique textures.\u003c\/i\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Tab 3: Shipping \u0026 Payment (ІДЕНТИЧНИЙ ДО ОКУЛЯРІВ) --\u003e\n\u003cdiv class=\"bw-tab-pane bw-pane3\"\u003e\n\u003cp\u003e\u003cstrong\u003eShipping:\u003c\/strong\u003e Worldwide insured delivery (except RU\/BY).\u003c\/p\u003e\n\u003cul class=\"bw-delivery-list\"\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\u003ca class=\"bw-care-link bw-care-link-first\" href=\"https:\/\/blackwoodbags.com\/pages\/shipping\"\u003e\u003cspan\u003eWarranty \u0026amp; Returns\u003c\/span\u003e \u003cspan\u003e↗\u003c\/span\u003e\u003c\/a\u003e \u003ca class=\"bw-care-link\" href=\"https:\/\/blackwoodbags.com\/pages\/care\"\u003e\u003cspan\u003eCare \u0026amp; Storage\u003c\/span\u003e \u003cspan\u003e↗\u003c\/span\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Blackwoodbags","offers":[{"title":"Default Title","offer_id":47957331804473,"sku":"Cardholder Burgundy Braided","price":48.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/cardholder-burgundi-braided.webp?v=1776786014"},{"product_id":"macbook-green-saffiano","title":"MacBook Case Green Saffiano","description":"\u003cstyle\u003e\n  \/* === ГЛОБАЛЬНІ СТИЛІ BLACKWOOD (EDITORIAL LUXURY) === *\/\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, 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  \/* Навігація на десктопі *\/\n  .bw-tabs-nav {\n    display: flex;\n    flex-wrap: nowrap;\n    justify-content: space-between;\n    column-gap: 8px;\n    row-gap: 0;\n    max-width: 620px;\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: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);\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:focus-visible {\n    outline: 1px solid rgba(25, 2, 0, 0.45);\n    outline-offset: 4px;\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-mac-tab1:checked ~ .bw-tabs-nav label[for=\"bw-mac-tab1\"],\n  #bw-mac-tab2:checked ~ .bw-tabs-nav label[for=\"bw-mac-tab2\"],\n  #bw-mac-tab3:checked ~ .bw-tabs-nav label[for=\"bw-mac-tab3\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-mac-tab1:checked ~ .bw-tabs-nav label[for=\"bw-mac-tab1\"]::after,\n  #bw-mac-tab2:checked ~ .bw-tabs-nav label[for=\"bw-mac-tab2\"]::after,\n  #bw-mac-tab3:checked ~ .bw-tabs-nav label[for=\"bw-mac-tab3\"]::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  \/* Внутрішній контент табів *\/\n  .bw-tab-pane {\n    display: none;\n    font-size: 13px !important;\n    line-height: 1.6 !important;\n  }\n\n  #bw-mac-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-mac-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-mac-tab3:checked ~ .bw-tabs-content .bw-pane3 {\n    display: block;\n    animation: bw-mac-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n  }\n\n  @keyframes bw-mac-slide {\n    from { opacity: 0; transform: translateY(8px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* Захист від сторонніх стилів теми *\/\n  .bw-tab-pane p,\n  .bw-tab-pane li,\n  .bw-tab-pane span:not(.bw-size-label),\n  .bw-tab-pane a,\n  .bw-tab-pane strong,\n  .bw-tab-pane td,\n  .bw-tab-pane th {\n    font-size: 13px !important;\n    line-height: 1.6 !important;\n  }\n\n  .bw-tab-pane p { margin: 0 0 14px; }\n  .bw-tab-pane strong { font-weight: 600; }\n  .bw-product-note { max-width: 680px; margin: 0 auto; }\n\n  \/* Преміум-списки *\/\n  .bw-material-list,\n  .bw-delivery-list {\n    padding-left: 18px !important;\n    margin: 0 0 14px 0 !important;\n    list-style-type: none !important;\n  }\n\n  .bw-material-list li,\n  .bw-delivery-list 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-material-list li::before,\n  .bw-delivery-list li::before {\n    content: \"•\" !important;\n    position: absolute;\n    left: -16px;\n    top: 0;\n    color: #5b2029;\n    font-size: 16px !important;\n    line-height: 1.2 !important;\n  }\n\n  \/* Таблиця розмірів *\/\n  .bw-size-table-wrapper {\n    width: 100%;\n    overflow-x: auto;\n    margin-bottom: 16px;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .bw-size-table {\n    width: 100%;\n    border-collapse: collapse;\n    text-align: left;\n  }\n\n  .bw-size-table thead {\n    background-color: rgba(25, 2, 0, 0.05);\n  }\n\n  .bw-size-table th, \n  .bw-size-table td {\n    padding: 10px 8px;\n    border-bottom: 1px solid rgba(25, 2, 0, 0.15);\n    color: #190200;\n  }\n\n  .bw-size-table th {\n    font-weight: 600;\n  }\n\n  .bw-care-link { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid rgba(25, 2, 0, 0.15); color: #190200 !important; text-decoration: none !important; }\n  .bw-care-link-first { margin-top: 20px; }\n\n  \/* АДАПТИВНІСТЬ ДЛЯ МОБІЛЬНИХ ПРИСТРОЇВ *\/\n  @media (max-width: 767px) {\n    .bw-tabs-wrapper { padding: 0 10px; margin-top: -25px; }\n    .bw-tabs-nav {\n      display: flex;\n      flex-wrap: nowrap;\n      justify-content: space-between;\n      column-gap: 8px;\n      row-gap: 0;\n      max-width: 100%;\n      width: 100%;\n      margin: 0 auto 24px;\n      text-align: center;\n      border-bottom: 1.5px solid rgba(25, 2, 0, 0.08);\n      padding: 0 2px 0 2px;\n    }\n    .bw-tab-btn { white-space: nowrap; font-size: 15px !important; flex: 1 1 auto; padding-bottom: 8px; }\n    .bw-tabs-content { min-height: 340px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"bw-tabs-wrapper\"\u003e\n\u003cinput type=\"radio\" id=\"bw-mac-tab1\" name=\"bw-mac-tabs\" class=\"bw-tab-radio\" checked\u003e \u003cinput type=\"radio\" id=\"bw-mac-tab2\" name=\"bw-mac-tabs\" class=\"bw-tab-radio\"\u003e \u003cinput type=\"radio\" id=\"bw-mac-tab3\" name=\"bw-mac-tabs\" class=\"bw-tab-radio\"\u003e\n\u003cdiv class=\"bw-tabs-nav\"\u003e\n\u003clabel for=\"bw-mac-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e \u003clabel for=\"bw-mac-tab2\" class=\"bw-tab-btn\"\u003eMaterials \u0026amp; Dimensions\u003c\/label\u003e \u003clabel for=\"bw-mac-tab3\" class=\"bw-tab-btn\"\u003eShipping \u0026amp; Payment\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-tabs-content\"\u003e\n\u003c!-- Tab 1: Description --\u003e\n\u003cdiv class=\"bw-tab-pane bw-pane1\"\u003e\n\u003cdiv class=\"bw-product-note\"\u003e\n\u003cp\u003e\u003cstrong\u003eMacBook Sleeve in Green Saffiano Leather.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eDesigned for complete device protection in the dynamic rhythm of the big city. Thanks to its precise architectural shape and the density of genuine textured leather, the sleeve securely holds your laptop, absorbs external pressure, and remains resistant to daily wear.\u003c\/p\u003e\n\u003cp\u003eThe clean, minimalist design elevates basic protection into a refined accent that seamlessly complements both men's and women's business wardrobe.\u003c\/p\u003e\n\u003cp\u003eHandcrafted by BLACKWOOD artisans.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tab 2: Materials \u0026 Dimensions --\u003e\n\u003cdiv class=\"bw-tab-pane bw-pane2\"\u003e\n\u003cul class=\"bw-material-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eLeather:\u003c\/strong\u003e Genuine Italian Green Saffiano leather\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWood:\u003c\/strong\u003e Carpathian Ash\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSide Details:\u003c\/strong\u003e Carpathian Ash inset with metal logo\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bw-size-table-wrapper\"\u003e\n\u003ctable class=\"bw-size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eCase Model\u003c\/th\u003e\n\u003cth\u003eInner Size (mm)\u003c\/th\u003e\n\u003cth\u003eCompatible MacBook Models\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePro 13\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e308 x 218 x 17\u003c\/td\u003e\n\u003ctd\u003eMacBook Pro 13\" (2016-2024), MacBook Air 13\" (2018-2024)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePro 14\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e317 x 229 x 17\u003c\/td\u003e\n\u003ctd\u003eMacBook Pro 14\" (2021-2024)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eAir 15\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e345 x 238 x 15\u003c\/td\u003e\n\u003ctd\u003eMacBook Air 15\" (2022-2024)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePro 16\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e361 x 255 x 19\u003c\/td\u003e\n\u003ctd\u003eMacBook Pro 16\" (2019-2024), MacBook Pro 15\" (2019)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003ci\u003e* Sleeves are designed according to Apple MacBook dimensions, but fit laptops of other manufacturers based on the specified internal sizes. If you are unsure about the size, please contact our concierge service.\u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003e* Each piece is handcrafted from natural materials, making its texture and shade entirely unique. Slight variations of the finished product from the photo are acceptable.\u003c\/i\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Tab 3: Shipping \u0026 Payment --\u003e\n\u003cdiv class=\"bw-tab-pane bw-pane3\"\u003e\n\u003cp\u003e\u003cstrong\u003eShipping:\u003c\/strong\u003e Worldwide insured delivery (except RU\/BY).\u003c\/p\u003e\n\u003cul class=\"bw-delivery-list\"\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\u003ca href=\"https:\/\/blackwoodbags.com\/pages\/shipping\" class=\"bw-care-link bw-care-link-first\"\u003e\u003cspan\u003eWarranty \u0026amp; Returns\u003c\/span\u003e \u003cspan\u003e↗\u003c\/span\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/blackwoodbags.com\/pages\/care\" class=\"bw-care-link\"\u003e\u003cspan\u003eCare \u0026amp; Storage\u003c\/span\u003e \u003cspan\u003e↗\u003c\/span\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BlackwoodUkraine","offers":[{"title":"Pro 13","offer_id":49751374758201,"sku":"MacbookCase Green Saffiano","price":319.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/macbookgreensaffiano_adc79734-7e12-4556-92e3-2c8827f44765.webp?v=1780073193"},{"product_id":"macbook-deep-вlue-saffiano","title":"MacBook Case Deep Blue Saffiano","description":"\u003cstyle\u003e\n  \/* === ГЛОБАЛЬНІ СТИЛІ BLACKWOOD (EDITORIAL LUXURY) === *\/\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, 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  \/* Навігація на десктопі *\/\n  .bw-tabs-nav {\n    display: flex;\n    flex-wrap: nowrap;\n    justify-content: space-between;\n    column-gap: 8px;\n    row-gap: 0;\n    max-width: 620px;\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: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);\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:focus-visible {\n    outline: 1px solid rgba(25, 2, 0, 0.45);\n    outline-offset: 4px;\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-mac-tab1:checked ~ .bw-tabs-nav label[for=\"bw-mac-tab1\"],\n  #bw-mac-tab2:checked ~ .bw-tabs-nav label[for=\"bw-mac-tab2\"],\n  #bw-mac-tab3:checked ~ .bw-tabs-nav label[for=\"bw-mac-tab3\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-mac-tab1:checked ~ .bw-tabs-nav label[for=\"bw-mac-tab1\"]::after,\n  #bw-mac-tab2:checked ~ .bw-tabs-nav label[for=\"bw-mac-tab2\"]::after,\n  #bw-mac-tab3:checked ~ .bw-tabs-nav label[for=\"bw-mac-tab3\"]::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  \/* Внутрішній контент табів *\/\n  .bw-tab-pane {\n    display: none;\n    font-size: 13px !important;\n    line-height: 1.6 !important;\n  }\n\n  #bw-mac-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-mac-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-mac-tab3:checked ~ .bw-tabs-content .bw-pane3 {\n    display: block;\n    animation: bw-mac-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n  }\n\n  @keyframes bw-mac-slide {\n    from { opacity: 0; transform: translateY(8px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* Захист від сторонніх стилів теми *\/\n  .bw-tab-pane p,\n  .bw-tab-pane li,\n  .bw-tab-pane span:not(.bw-size-label),\n  .bw-tab-pane a,\n  .bw-tab-pane strong,\n  .bw-tab-pane td,\n  .bw-tab-pane th {\n    font-size: 13px !important;\n    line-height: 1.6 !important;\n  }\n\n  .bw-tab-pane p { margin: 0 0 14px; }\n  .bw-tab-pane strong { font-weight: 600; }\n  .bw-product-note { max-width: 680px; margin: 0 auto; }\n\n  \/* Преміум-списки *\/\n  .bw-material-list,\n  .bw-delivery-list {\n    padding-left: 18px !important;\n    margin: 0 0 14px 0 !important;\n    list-style-type: none !important;\n  }\n\n  .bw-material-list li,\n  .bw-delivery-list 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-material-list li::before,\n  .bw-delivery-list li::before {\n    content: \"•\" !important;\n    position: absolute;\n    left: -16px;\n    top: 0;\n    color: #5b2029;\n    font-size: 16px !important;\n    line-height: 1.2 !important;\n  }\n\n  \/* Таблиця розмірів *\/\n  .bw-size-table-wrapper {\n    width: 100%;\n    overflow-x: auto;\n    margin-bottom: 16px;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .bw-size-table {\n    width: 100%;\n    border-collapse: collapse;\n    text-align: left;\n  }\n\n  .bw-size-table thead {\n    background-color: rgba(25, 2, 0, 0.05);\n  }\n\n  .bw-size-table th, \n  .bw-size-table td {\n    padding: 10px 8px;\n    border-bottom: 1px solid rgba(25, 2, 0, 0.15);\n    color: #190200;\n  }\n\n  .bw-size-table th {\n    font-weight: 600;\n  }\n\n  .bw-care-link { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid rgba(25, 2, 0, 0.15); color: #190200 !important; text-decoration: none !important; }\n  .bw-care-link-first { margin-top: 20px; }\n\n  \/* АДАПТИВНІСТЬ ДЛЯ МОБІЛЬНИХ ПРИСТРОЇВ *\/\n  @media (max-width: 767px) {\n    .bw-tabs-wrapper { padding: 0 10px; margin-top: -25px; }\n    .bw-tabs-nav {\n      display: flex;\n      flex-wrap: nowrap;\n      justify-content: space-between;\n      column-gap: 8px;\n      row-gap: 0;\n      max-width: 100%;\n      width: 100%;\n      margin: 0 auto 24px;\n      text-align: center;\n      border-bottom: 1.5px solid rgba(25, 2, 0, 0.08);\n      padding: 0 2px 0 2px;\n    }\n    .bw-tab-btn { white-space: nowrap; font-size: 15px !important; flex: 1 1 auto; padding-bottom: 8px; }\n    .bw-tabs-content { min-height: 340px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"bw-tabs-wrapper\"\u003e\n  \u003cinput type=\"radio\" id=\"bw-mac-tab1\" name=\"bw-mac-tabs\" class=\"bw-tab-radio\" checked\u003e\n  \u003cinput type=\"radio\" id=\"bw-mac-tab2\" name=\"bw-mac-tabs\" class=\"bw-tab-radio\"\u003e\n  \u003cinput type=\"radio\" id=\"bw-mac-tab3\" name=\"bw-mac-tabs\" class=\"bw-tab-radio\"\u003e\n\n  \u003cdiv class=\"bw-tabs-nav\"\u003e\n    \u003clabel for=\"bw-mac-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e\n    \u003clabel for=\"bw-mac-tab2\" class=\"bw-tab-btn\"\u003eMaterials \u0026amp; Dimensions\u003c\/label\u003e\n    \u003clabel for=\"bw-mac-tab3\" class=\"bw-tab-btn\"\u003eShipping \u0026amp; Payment\u003c\/label\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bw-tabs-content\"\u003e\n    \u003c!-- Tab 1: Description --\u003e\n    \u003cdiv class=\"bw-tab-pane bw-pane1\"\u003e\n      \u003cdiv class=\"bw-product-note\"\u003e\n        \u003cp\u003e\u003cstrong\u003eMacBook Sleeve in Deep Blue Saffiano Leather.\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003eDesigned for complete device protection in the dynamic rhythm of the big city. Thanks to its precise architectural shape and the density of genuine textured leather, the sleeve securely holds your laptop, absorbs external pressure, and remains resistant to daily wear.\u003c\/p\u003e\n        \u003cp\u003eThe clean, minimalist design elevates basic protection into a refined accent that seamlessly complements both men's and women's business wardrobe.\u003c\/p\u003e\n        \u003cp\u003eHandcrafted by BLACKWOOD artisans.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tab 2: Materials \u0026 Dimensions --\u003e\n    \u003cdiv class=\"bw-tab-pane bw-pane2\"\u003e\n      \u003cul class=\"bw-material-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLeather:\u003c\/strong\u003e Genuine Italian Deep Blue Saffiano leather\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWood:\u003c\/strong\u003e Carpathian Ash\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSide Details:\u003c\/strong\u003e Carpathian Ash inset with metal logo\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"bw-size-table-wrapper\"\u003e\n        \u003ctable class=\"bw-size-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003eCase Model\u003c\/th\u003e\n              \u003cth\u003eInner Size (mm)\u003c\/th\u003e\n              \u003cth\u003eCompatible MacBook Models\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003ePro 13\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003e308 x 218 x 17\u003c\/td\u003e\n              \u003ctd\u003eMacBook Pro 13\" (2016-2024), MacBook Air 13\" (2018-2024)\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003ePro 14\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003e317 x 229 x 17\u003c\/td\u003e\n              \u003ctd\u003eMacBook Pro 14\" (2021-2024)\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003eAir 15\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003e345 x 238 x 15\u003c\/td\u003e\n              \u003ctd\u003eMacBook Air 15\" (2022-2024)\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003ePro 16\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003e361 x 255 x 19\u003c\/td\u003e\n              \u003ctd\u003eMacBook Pro 16\" (2019-2024), MacBook Pro 15\" (2019)\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cp\u003e\u003ci\u003e* Sleeves are designed according to Apple MacBook dimensions, but fit laptops of other manufacturers based on the specified internal sizes. If you are unsure about the size, please contact our concierge service.\u003c\/i\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003ci\u003e* Each piece is handcrafted from natural materials, making its texture and shade entirely unique. Slight variations of the finished product from the photo are acceptable.\u003c\/i\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tab 3: Shipping \u0026 Payment --\u003e\n    \u003cdiv class=\"bw-tab-pane bw-pane3\"\u003e\n      \u003cp\u003e\u003cstrong\u003eShipping:\u003c\/strong\u003e Worldwide insured delivery (except RU\/BY).\u003c\/p\u003e\n      \u003cul class=\"bw-delivery-list\"\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      \u003ca href=\"https:\/\/blackwoodbags.com\/pages\/shipping\" class=\"bw-care-link bw-care-link-first\"\u003e\u003cspan\u003eWarranty \u0026amp; Returns\u003c\/span\u003e \u003cspan\u003e↗\u003c\/span\u003e\u003c\/a\u003e\n      \u003ca href=\"https:\/\/blackwoodbags.com\/pages\/care\" class=\"bw-care-link\"\u003e\u003cspan\u003eCare \u0026amp; Storage\u003c\/span\u003e \u003cspan\u003e↗\u003c\/span\u003e\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"BlackwoodUkraine","offers":[{"title":"Pro 13","offer_id":49751371710777,"sku":"MacbookCase Blue Saffiano","price":319.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/macbookbluesaffiano.webp?v=1777192734"},{"product_id":"macbook-beige-saffiano","title":"MacBook Case Beige Saffiano","description":"\u003cstyle\u003e\n  \/* === ГЛОБАЛЬНІ СТИЛІ BLACKWOOD (EDITORIAL LUXURY) === *\/\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, 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  \/* Навігація на десктопі *\/\n  .bw-tabs-nav {\n    display: flex;\n    flex-wrap: nowrap;\n    justify-content: space-between;\n    column-gap: 8px;\n    row-gap: 0;\n    max-width: 620px;\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: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);\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:focus-visible {\n    outline: 1px solid rgba(25, 2, 0, 0.45);\n    outline-offset: 4px;\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-mac-tab1:checked ~ .bw-tabs-nav label[for=\"bw-mac-tab1\"],\n  #bw-mac-tab2:checked ~ .bw-tabs-nav label[for=\"bw-mac-tab2\"],\n  #bw-mac-tab3:checked ~ .bw-tabs-nav label[for=\"bw-mac-tab3\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-mac-tab1:checked ~ .bw-tabs-nav label[for=\"bw-mac-tab1\"]::after,\n  #bw-mac-tab2:checked ~ .bw-tabs-nav label[for=\"bw-mac-tab2\"]::after,\n  #bw-mac-tab3:checked ~ .bw-tabs-nav label[for=\"bw-mac-tab3\"]::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  \/* Внутрішній контент табів *\/\n  .bw-tab-pane {\n    display: none;\n    font-size: 13px !important;\n    line-height: 1.6 !important;\n  }\n\n  #bw-mac-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-mac-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-mac-tab3:checked ~ .bw-tabs-content .bw-pane3 {\n    display: block;\n    animation: bw-mac-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n  }\n\n  @keyframes bw-mac-slide {\n    from { opacity: 0; transform: translateY(8px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* Захист від сторонніх стилів теми *\/\n  .bw-tab-pane p,\n  .bw-tab-pane li,\n  .bw-tab-pane span:not(.bw-size-label),\n  .bw-tab-pane a,\n  .bw-tab-pane strong,\n  .bw-tab-pane td,\n  .bw-tab-pane th {\n    font-size: 13px !important;\n    line-height: 1.6 !important;\n  }\n\n  .bw-tab-pane p { margin: 0 0 14px; }\n  .bw-tab-pane strong { font-weight: 600; }\n  .bw-product-note { max-width: 680px; margin: 0 auto; }\n\n  \/* Преміум-списки *\/\n  .bw-material-list,\n  .bw-delivery-list {\n    padding-left: 18px !important;\n    margin: 0 0 14px 0 !important;\n    list-style-type: none !important;\n  }\n\n  .bw-material-list li,\n  .bw-delivery-list 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-material-list li::before,\n  .bw-delivery-list li::before {\n    content: \"•\" !important;\n    position: absolute;\n    left: -16px;\n    top: 0;\n    color: #5b2029;\n    font-size: 16px !important;\n    line-height: 1.2 !important;\n  }\n\n  \/* Таблиця розмірів *\/\n  .bw-size-table-wrapper {\n    width: 100%;\n    overflow-x: auto;\n    margin-bottom: 16px;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .bw-size-table {\n    width: 100%;\n    border-collapse: collapse;\n    text-align: left;\n  }\n\n  .bw-size-table thead {\n    background-color: rgba(25, 2, 0, 0.05);\n  }\n\n  .bw-size-table th, \n  .bw-size-table td {\n    padding: 10px 8px;\n    border-bottom: 1px solid rgba(25, 2, 0, 0.15);\n    color: #190200;\n  }\n\n  .bw-size-table th {\n    font-weight: 600;\n  }\n\n  .bw-care-link { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid rgba(25, 2, 0, 0.15); color: #190200 !important; text-decoration: none !important; }\n  .bw-care-link-first { margin-top: 20px; }\n\n  \/* АДАПТИВНІСТЬ ДЛЯ МОБІЛЬНИХ ПРИСТРОЇВ *\/\n  @media (max-width: 767px) {\n    .bw-tabs-wrapper { padding: 0 10px; margin-top: -25px; }\n    .bw-tabs-nav {\n      display: flex;\n      flex-wrap: nowrap;\n      justify-content: space-between;\n      column-gap: 8px;\n      row-gap: 0;\n      max-width: 100%;\n      width: 100%;\n      margin: 0 auto 24px;\n      text-align: center;\n      border-bottom: 1.5px solid rgba(25, 2, 0, 0.08);\n      padding: 0 2px 0 2px;\n    }\n    .bw-tab-btn { white-space: nowrap; font-size: 15px !important; flex: 1 1 auto; padding-bottom: 8px; }\n    .bw-tabs-content { min-height: 340px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"bw-tabs-wrapper\"\u003e\n\u003cinput checked class=\"bw-tab-radio\" name=\"bw-mac-tabs\" id=\"bw-mac-tab1\" type=\"radio\"\u003e \u003cinput class=\"bw-tab-radio\" name=\"bw-mac-tabs\" id=\"bw-mac-tab2\" type=\"radio\"\u003e \u003cinput class=\"bw-tab-radio\" name=\"bw-mac-tabs\" id=\"bw-mac-tab3\" type=\"radio\"\u003e\n\u003cdiv class=\"bw-tabs-nav\"\u003e\n\u003clabel class=\"bw-tab-btn\" for=\"bw-mac-tab1\"\u003eDescription\u003c\/label\u003e \u003clabel class=\"bw-tab-btn\" for=\"bw-mac-tab2\"\u003eMaterials \u0026amp; Dimensions\u003c\/label\u003e \u003clabel class=\"bw-tab-btn\" for=\"bw-mac-tab3\"\u003eShipping \u0026amp; Payment\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-tabs-content\"\u003e\n\u003c!-- Tab 1: Description --\u003e\n\u003cdiv class=\"bw-tab-pane bw-pane1\"\u003e\n\u003cdiv class=\"bw-product-note\"\u003e\n\u003cp\u003e\u003cstrong\u003eMacBook Sleeve in Beige Saffiano Leather.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eDesigned for complete device protection in the dynamic rhythm of the big city. Thanks to its precise architectural shape and the density of genuine embossed leather, the sleeve securely holds your laptop, absorbs external pressure, and remains resistant to daily wear.\u003c\/p\u003e\n\u003cp\u003eThe clean, minimalist design elevates basic protection into a refined accent that seamlessly complements both men's and women's business wardrobe.\u003c\/p\u003e\n\u003cp\u003eHandcrafted by BLACKWOOD artisans.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tab 2: Materials \u0026 Dimensions --\u003e\n\u003cdiv class=\"bw-tab-pane bw-pane2\"\u003e\n\u003cul class=\"bw-material-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eLeather:\u003c\/strong\u003e Genuine Italian Beige Saffiano leather\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWood:\u003c\/strong\u003e American Walnut\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSide Details:\u003c\/strong\u003e American Walnut inset with metal logo\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bw-size-table-wrapper\"\u003e\n\u003ctable class=\"bw-size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eCase Model\u003c\/th\u003e\n\u003cth\u003eInner Size (mm)\u003c\/th\u003e\n\u003cth\u003eCompatible MacBook Models\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePro 13\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e308 x 218 x 17\u003c\/td\u003e\n\u003ctd\u003eMacBook Pro 13\" (2016-2024), MacBook Air 13\" (2018-2024)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePro 14\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e317 x 229 x 17\u003c\/td\u003e\n\u003ctd\u003eMacBook Pro 14\" (2021-2024)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eAir 15\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e345 x 238 x 15\u003c\/td\u003e\n\u003ctd\u003eMacBook Air 15\" (2022-2024)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePro 16\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e361 x 255 x 19\u003c\/td\u003e\n\u003ctd\u003eMacBook Pro 16\" (2019-2024), MacBook Pro 15\" (2019)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003ci\u003e* Sleeves are designed according to Apple MacBook dimensions, but fit laptops of other manufacturers based on the specified internal sizes. If you are unsure about the size, please contact our concierge service.\u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003e* Each piece is handcrafted from natural materials, making its texture and shade entirely unique. Slight variations of the finished product from the photo are acceptable.\u003c\/i\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Tab 3: Shipping \u0026 Payment --\u003e\n\u003cdiv class=\"bw-tab-pane bw-pane3\"\u003e\n\u003cp\u003e\u003cstrong\u003eShipping:\u003c\/strong\u003e Worldwide insured delivery (except RU\/BY).\u003c\/p\u003e\n\u003cul class=\"bw-delivery-list\"\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\u003ca class=\"bw-care-link bw-care-link-first\" href=\"https:\/\/blackwoodbags.com\/pages\/shipping\"\u003e\u003cspan\u003eWarranty \u0026amp; Returns\u003c\/span\u003e \u003cspan\u003e↗\u003c\/span\u003e\u003c\/a\u003e \u003ca class=\"bw-care-link\" href=\"https:\/\/blackwoodbags.com\/pages\/care\"\u003e\u003cspan\u003eCare \u0026amp; Storage\u003c\/span\u003e \u003cspan\u003e↗\u003c\/span\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BlackwoodUkraine","offers":[{"title":"Pro 13","offer_id":49751362240825,"sku":"MacbookCase Beige Saffiano","price":319.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/macbookbeigesaffiano.webp?v=1777192706"},{"product_id":"fjord-blue-green-braided","title":"Fjord Green\/Blue Braided","description":"\u003cdiv class=\"bw-tabs-wrapper\"\u003e\n  \u003cinput checked class=\"bw-tab-radio\" name=\"bw-fjord-braided-tabs\" id=\"bw-fj-braid-tab1\" type=\"radio\"\u003e \n  \u003cinput class=\"bw-tab-radio\" name=\"bw-fjord-braided-tabs\" id=\"bw-fj-braid-tab2\" type=\"radio\"\u003e \n  \u003cinput class=\"bw-tab-radio\" name=\"bw-fjord-braided-tabs\" id=\"bw-fj-braid-tab3\" type=\"radio\"\u003e \n  \u003cinput class=\"bw-tab-radio\" name=\"bw-fjord-braided-tabs\" id=\"bw-fj-braid-tab4\" type=\"radio\"\u003e \n  \u003cinput class=\"bw-tab-radio\" name=\"bw-fjord-braided-tabs\" id=\"bw-fj-braid-tab5\" type=\"radio\"\u003e\n  \n  \u003cdiv class=\"bw-tabs-nav\"\u003e\n    \u003clabel for=\"bw-fj-braid-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e \n    \u003clabel for=\"bw-fj-braid-tab2\" class=\"bw-tab-btn\"\u003eMaterials\u003c\/label\u003e \n    \u003clabel for=\"bw-fj-braid-tab3\" class=\"bw-tab-btn\"\u003eDimensions\u003c\/label\u003e \u003cspan class=\"bw-tab-break\"\u003e\u003c\/span\u003e\n    \u003clabel for=\"bw-fj-braid-tab4\" class=\"bw-tab-btn\"\u003eDetails\u003c\/label\u003e \n    \u003clabel for=\"bw-fj-braid-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      \u003cp\u003e\u003cstrong\u003eFjord Braided\u003c\/strong\u003e — a version inspired by the rhythm of weaving, the depth of blue, and the natural freshness of green. Italian Blue\/Green Braided leather emphasizes the architectural clarity of the shape, while an original composition featuring blue and yellow ruscus on the side elements creates the character of a living art object.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eFjord — the geometry of strength.\u003c\/strong\u003e Inspired by northern shores and rocky terrain, the model combines a clear silhouette, natural materials, and the functionality of a modern bag. It can be carried in the hand, over the shoulder, or as a crossbody — depending on your look, rhythm, and the moment.\u003c\/p\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 Italian Blue\/Green Braided leather.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWood:\u003c\/strong\u003e Carpathian ash.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSide elements:\u003c\/strong\u003e Carpathian ash with an original composition featuring blue and yellow ruscus, covered with 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 materials note:\u003c\/strong\u003e slight variations in the texture of leather, wood, and plant composition are natural and emphasize the individuality of a handcrafted piece.\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003ca class=\"bw-care-link\" href=\"https:\/\/blackwoodbags.com\/pages\/warranty\"\u003e\u003cspan\u003eWarranty\u003c\/span\u003e\u003cspan\u003e↗\u003c\/span\u003e\u003c\/a\u003e \n      \u003ca class=\"bw-care-link\" href=\"https:\/\/blackwoodbags.com\/pages\/care-instructions\"\u003e\u003cspan\u003eCare \u0026amp; Storage\u003c\/span\u003e\u003cspan\u003e↗\u003c\/span\u003e\u003c\/a\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"bw-tab-pane bw-pane3\"\u003e\n      \u003cinput checked class=\"bw-tab-radio\" name=\"bw-fj-braid-units\" id=\"bw-fj-braid-unit-cm\" type=\"radio\"\u003e \n      \u003cinput class=\"bw-tab-radio\" name=\"bw-fj-braid-units\" id=\"bw-fj-braid-unit-in\" type=\"radio\"\u003e\n      \u003cdiv class=\"bw-unit-toggle\"\u003e\n        \u003clabel class=\"bw-unit-btn\" for=\"bw-fj-braid-unit-cm\"\u003ecm\u003c\/label\u003e \n        \u003clabel class=\"bw-unit-btn\" for=\"bw-fj-braid-unit-in\"\u003ein\u003c\/label\u003e\n      \u003c\/div\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\"\u003eExternal dimensions\u003c\/span\u003e\n            \u003cspan class=\"bw-table-value\"\u003e\u003cspan class=\"bw-val-cm\"\u003e21 × 17.5 × 8.5 cm\u003c\/span\u003e\u003cspan class=\"bw-val-in\"\u003e8.3\" × 6.9\" × 3.3\"\u003c\/span\u003e\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"bw-table-row\"\u003e\n            \u003cspan class=\"bw-table-label\"\u003eInternal width\u003c\/span\u003e\n            \u003cspan class=\"bw-table-value\"\u003e\u003cspan class=\"bw-val-cm\"\u003e18.5 cm\u003c\/span\u003e\u003cspan class=\"bw-val-in\"\u003e7.3\"\u003c\/span\u003e\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\"\u003e\u003cspan class=\"bw-val-cm\"\u003e115 cm (adjustable)\u003c\/span\u003e\u003cspan class=\"bw-val-in\"\u003e45.3\" (adjustable)\u003c\/span\u003e\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"bw-table-row\"\u003e\n            \u003cspan class=\"bw-table-label\"\u003eWeight\u003c\/span\u003e\n            \u003cspan class=\"bw-table-value\"\u003e\u003cspan class=\"bw-val-cm\"\u003e559 g\u003c\/span\u003e\u003cspan class=\"bw-val-in\"\u003e19.7 oz\u003c\/span\u003e\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"bw-diagram-holder\"\u003e\n          \u003cimg class=\"bw-size-img\" alt=\"Fjord Braided bag dimensions diagram\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0446\/9322\/5640\/files\/93b4f2ac6de054ba1f4fa6ecc4b4d67d_b95e7b56-c412-4234-9850-7d861366dac8.jpg?v=1779832798\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp style=\"margin-top: 15px; font-size: 13px; line-height: 1.45; color: #190200;\"\u003e\u003cb\u003eCapacity:\u003c\/b\u003e fits a smartphone, including Pro Max series, cardholder, keys, lipstick, and other daily essentials.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"bw-tab-pane bw-pane4\"\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWearing options:\u003c\/strong\u003e the detachable adjustable strap allows you to wear the bag on the shoulder or as a crossbody; the leather handle allows you to carry the piece in your hand.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eErgonomics:\u003c\/strong\u003e the interior space features a double pocket for convenient organization; the flap closes with hidden magnetic buttons.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePackaging:\u003c\/strong\u003e the item comes in a branded BLACKWOOD box, accompanied by a dust bag and a card. The packaging protects the accessory during shipping and creates a complete unboxing experience — for yourself or as a gift.\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e\u003cem\u003eUpon request, we can personalize the piece with embossing. You can also create a custom version of the product by contacting our \u003ca style=\"text-decoration: underline; color: #5b2029;\" href=\"https:\/\/t.me\/blackwood_ua\" target=\"_blank\"\u003eBLACKWOOD concierge\u003c\/a\u003e.\u003c\/em\u003e\u003c\/p\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":48083213386041,"sku":"Fjord St Green\/Blue Braided","price":587.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/Fjord_Green_Blue_Braided.jpg?v=1773423927"},{"product_id":"blizzard-red-saffiano","title":"Blizzard Red Saffiano","description":"\u003cstyle\u003e\n  \/* === Глобальні стилі BLACKWOOD === *\/\n  .bw-tabs-wrapper { width: 100%; background-color: #dbd9d3; padding: 0 5px 0 5px; margin-top: -15px; margin-bottom: 0; font-family: 'KyivTypeSans-Regular', sans-serif; color: #190200; overflow: hidden; box-sizing: border-box; -webkit-text-size-adjust: 100%; }\n  .bw-tabs-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 25px; max-width: 560px; margin: 0 auto 25px auto; text-align: center; }\n  .bw-tab-btn { font-size: 15px; font-weight: 400; cursor: pointer; opacity: 0.4; transition: all 0.3s ease; position: relative; padding-bottom: 5px; display: inline-block; }\n  .bw-tab-btn:hover { opacity: 1; }\n  .bw-tab-btn:hover::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1.5px; background-color: rgba(25, 2, 0, 0.4); }\n  .bw-tab-radio { display: none !important; }\n\n  \/* Активація 5 табів *\/\n  #bw-blizz-red-tab1:checked ~ .bw-tabs-nav label[for=\"bw-blizz-red-tab1\"],\n  #bw-blizz-red-tab2:checked ~ .bw-tabs-nav label[for=\"bw-blizz-red-tab2\"],\n  #bw-blizz-red-tab3:checked ~ .bw-tabs-nav label[for=\"bw-blizz-red-tab3\"],\n  #bw-blizz-red-tab4:checked ~ .bw-tabs-nav label[for=\"bw-blizz-red-tab4\"],\n  #bw-blizz-red-tab5:checked ~ .bw-tabs-nav label[for=\"bw-blizz-red-tab5\"] { opacity: 1; font-weight: 500; }\n\n  #bw-blizz-red-tab1:checked ~ .bw-tabs-nav label[for=\"bw-blizz-red-tab1\"]::after,\n  #bw-blizz-red-tab2:checked ~ .bw-tabs-nav label[for=\"bw-blizz-red-tab2\"]::after,\n  #bw-blizz-red-tab3:checked ~ .bw-tabs-nav label[for=\"bw-blizz-red-tab3\"]::after,\n  #bw-blizz-red-tab4:checked ~ .bw-tabs-nav label[for=\"bw-blizz-red-tab4\"]::after,\n  #bw-blizz-red-tab5:checked ~ .bw-tabs-nav label[for=\"bw-blizz-red-tab5\"]::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1.5px; background-color: #190200; }\n\n  .bw-tab-pane { display: none; line-height: 1.45; font-size: 14px; }\n  .bw-tab-pane p, .bw-tab-pane li { font-size: 14px; line-height: 1.45; }\n\n  #bw-blizz-red-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-blizz-red-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-blizz-red-tab3:checked ~ .bw-tabs-content .bw-pane3,\n  #bw-blizz-red-tab4:checked ~ .bw-tabs-content .bw-pane4,\n  #bw-blizz-red-tab5:checked ~ .bw-tabs-content .bw-pane5 { display: block; animation: premiumSlideSide 0.5s ease-out forwards; }\n\n  .bw-tabs-content { max-width: 780px; margin: 0 auto; position: relative; min-height: 200px; padding-bottom: 20px; }\n  @keyframes premiumSlideSide { 0% { opacity: 0; transform: translateX(20px); } 100% { opacity: 1; transform: translateX(0); } }\n\n  .bw-tab-pane p { margin-bottom: 12px; }\n  .bw-tab-pane b, .bw-tab-pane strong { font-weight: 600; }\n  .bw-tabs-content ul { padding-left: 18px; margin-bottom: 12px; list-style-type: none; }\n  .bw-tab-pane li { margin-bottom: 6px; position: relative; }\n  .bw-tab-pane li::before { content: \"—\"; position: absolute; left: -18px; color: rgba(25, 2, 0, 0.4); }\n\n  .bw-care-link { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid #190200; color: #190200; text-decoration: none; font-size: 14px; }\n  .bw-care-link:hover { opacity: 0.7; }\n\n  \/* Розміри *\/\n  .bw-dimensions-layout { display: flex; align-items: center; gap: 25px; margin-top: 15px; }\n  .bw-dimensions-table { flex: 0.8; display: flex; flex-direction: column; gap: 0; }\n  .bw-table-row { display: flex; justify-content: flex-start; align-items: top; border-bottom: 1px solid rgba(25, 2, 0, 0.08); padding-top: 8px; padding-bottom: 10px; box-sizing: border-box; }\n  .bw-table-row:last-child { border-bottom: none !important; }\n  .bw-table-label { font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.06em; color: rgba(25, 2, 0, 0.5); font-weight: 400; line-height: 1.3; width: 110px; flex-shrink: 0; display: flex; flex-direction: column; }\n  .bw-table-value { font-size: 14px; font-weight: 500; color: #190200; letter-spacing: 0.02em; white-space: nowrap; padding-left: 12px; line-height: 1.3; position: relative; }\n  .bw-table-value-sub { display: block; font-size: 10.5px; color: rgba(25, 2, 0, 0.4); font-weight: 400; position: absolute; left: 12px; bottom: -5px; white-space: nowrap; }\n  .bw-diagram-holder { flex: 2.2; display: flex; justify-content: center; align-items: center; }\n  .bw-size-img { display: block; max-width: 100%; height: auto; object-fit: contain; mix-blend-mode: multiply; }\n  .bw-tab-pane *:last-child { margin-bottom: 0; padding-bottom: 15px; }\n\n  \/* === Перемикач одиниць CM \/ IN === *\/\n  .bw-unit-toggle { display: flex; justify-content: flex-end; gap: 16px; max-width: 780px; margin: 10px 0 0 0; }\n  .bw-unit-btn { font-size: 12px; letter-spacing: 0.05em; text-transform: uppercase; cursor: pointer; opacity: 0.4; transition: all 0.3s ease; position: relative; padding-bottom: 3px; }\n  .bw-unit-btn:hover { opacity: 1; }\n  #bw-blizz-red-unit-cm:checked ~ .bw-unit-toggle label[for=\"bw-blizz-red-unit-cm\"],\n  #bw-blizz-red-unit-in:checked ~ .bw-unit-toggle label[for=\"bw-blizz-red-unit-in\"] { opacity: 1; font-weight: 500; }\n  #bw-blizz-red-unit-cm:checked ~ .bw-unit-toggle label[for=\"bw-blizz-red-unit-cm\"]::after,\n  #bw-blizz-red-unit-in:checked ~ .bw-unit-toggle label[for=\"bw-blizz-red-unit-in\"]::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: #190200; }\n\n  .bw-val-cm, .bw-val-in { display: none; }\n  #bw-blizz-red-unit-cm:checked ~ .bw-dimensions-layout .bw-val-cm { display: inline; }\n  #bw-blizz-red-unit-in:checked ~ .bw-dimensions-layout .bw-val-in { display: inline; }\n\n  @media (max-width: 650px) {\n    .bw-tabs-wrapper { padding: 0 10px 0 10px; margin-top: -25px; }\n    .bw-tabs-nav { gap: 12px 32px; margin-bottom: 20px; max-width: 100%; }\n    .bw-tab-btn { font-size: 14px; }\n    .bw-tab-pane, .bw-tab-pane p, .bw-tab-pane li { font-size: 13px; line-height: 1.45; }\n    .bw-tabs-content { min-height: 260px; }\n    .bw-tab-btn:hover::after { display: none; }\n    .bw-dimensions-layout { flex-direction: column; gap: 15px; }\n    .bw-dimensions-table { width: 100%; order: 1; gap: 0; }\n    .bw-table-row { display: flex; justify-content: space-between; align-items: center; min-height: 34px; padding-top: 8px; padding-bottom: 8px; box-sizing: border-box; }\n    .bw-table-label { flex: 1; width: auto; white-space: nowrap; font-size: 11px; line-height: 1.2; flex-direction: row; gap: 4px; }\n    .bw-table-value { flex: 1.5; flex-shrink: 0; font-size: 13px; padding-left: 0; text-align: right; line-height: 1.2; display: inline-block; white-space: nowrap; }\n    .bw-table-value-sub { display: inline !important; position: static !important; font-size: 11px; color: rgba(25, 2, 0, 0.4); margin-left: 5px !important; vertical-align: baseline !important; line-height: 1.2 !important; white-space: nowrap !important; }\n    .bw-diagram-holder { width: 100%; order: 2; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"bw-tabs-wrapper\"\u003e\n  \u003cinput checked class=\"bw-tab-radio\" name=\"bw-blizzard-red-bag-tabs\" id=\"bw-blizz-red-tab1\" type=\"radio\"\u003e \n  \u003cinput class=\"bw-tab-radio\" name=\"bw-blizzard-red-bag-tabs\" id=\"bw-blizz-red-tab2\" type=\"radio\"\u003e \n  \u003cinput class=\"bw-tab-radio\" name=\"bw-blizzard-red-bag-tabs\" id=\"bw-blizz-red-tab3\" type=\"radio\"\u003e \n  \u003cinput class=\"bw-tab-radio\" name=\"bw-blizzard-red-bag-tabs\" id=\"bw-blizz-red-tab4\" type=\"radio\"\u003e \n  \u003cinput class=\"bw-tab-radio\" name=\"bw-blizzard-red-bag-tabs\" id=\"bw-blizz-red-tab5\" type=\"radio\"\u003e\n  \n  \u003cdiv class=\"bw-tabs-nav\"\u003e\n    \u003clabel class=\"bw-tab-btn\" for=\"bw-blizz-red-tab1\"\u003eDescription\u003c\/label\u003e \n    \u003clabel class=\"bw-tab-btn\" for=\"bw-blizz-red-tab2\"\u003eMaterials\u003c\/label\u003e \n    \u003clabel class=\"bw-tab-btn\" for=\"bw-blizz-red-tab3\"\u003eDimensions\u003c\/label\u003e \u003cspan class=\"bw-tab-break\"\u003e\u003c\/span\u003e\n    \u003clabel class=\"bw-tab-btn\" for=\"bw-blizz-red-tab4\"\u003eDetails\u003c\/label\u003e \n    \u003clabel class=\"bw-tab-btn\" for=\"bw-blizz-red-tab5\"\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      \u003cp\u003e\u003cstrong\u003eBlizzard Red Saffiano\u003c\/strong\u003e — a version where the rich red shade of Italian Red Saffiano leather is combined with an expressive natural composition on the side elements. Red protea adds strength and an emotional accent to the piece, while Carpathian ash softens the character of the shape with its natural texture. This is an art object for looks where color matters.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eBlizzard — the freedom to be different.\u003c\/strong\u003e Inspired by the movement of a snowstorm, the model features a soft streamlined shape without sharp corners and easily changes its mood: from a crossbody for a more active rhythm to a restrained clutch for an evening look. The wide adjustable strap, magnetic clasps, and internal double pocket make the bag flexible to wear and thoughtfully detailed.\u003c\/p\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 premium Italian Red Saffiano leather.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWood:\u003c\/strong\u003e Carpathian ash.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSide elements:\u003c\/strong\u003e Carpathian ash with an original red protea composition, covered with 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 materials note:\u003c\/strong\u003e slight variations in the texture of leather, wood, and plant composition are natural and emphasize the individuality of a handcrafted piece.\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003ca class=\"bw-care-link\" href=\"https:\/\/blackwoodbags.com\/pages\/warranty\"\u003e\u003cspan\u003eWarranty\u003c\/span\u003e\u003cspan\u003e↗\u003c\/span\u003e\u003c\/a\u003e \n      \u003ca class=\"bw-care-link\" href=\"https:\/\/blackwoodbags.com\/pages\/care-instructions\"\u003e\u003cspan\u003eCare \u0026amp; Storage\u003c\/span\u003e\u003cspan\u003e↗\u003c\/span\u003e\u003c\/a\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"bw-tab-pane bw-pane3\"\u003e\n      \u003cinput checked class=\"bw-tab-radio\" name=\"bw-blizz-red-units\" id=\"bw-blizz-red-unit-cm\" type=\"radio\"\u003e \n      \u003cinput class=\"bw-tab-radio\" name=\"bw-blizz-red-units\" id=\"bw-blizz-red-unit-in\" type=\"radio\"\u003e\n      \u003cdiv class=\"bw-unit-toggle\"\u003e\n        \u003clabel class=\"bw-unit-btn\" for=\"bw-blizz-red-unit-cm\"\u003ecm\u003c\/label\u003e \n        \u003clabel class=\"bw-unit-btn\" for=\"bw-blizz-red-unit-in\"\u003ein\u003c\/label\u003e\n      \u003c\/div\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\"\u003e\u003cspan\u003eExternal\u003c\/span\u003e\u003cspan\u003edimensions\u003c\/span\u003e\u003c\/span\u003e \n            \u003cspan class=\"bw-table-value\"\u003e\u003cspan class=\"bw-val-cm\"\u003e21 × 18.5 × 6.5 cm\u003c\/span\u003e\u003cspan class=\"bw-val-in\"\u003e8.3\" × 7.3\" × 2.6\"\u003c\/span\u003e\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"bw-table-row\"\u003e\n            \u003cspan class=\"bw-table-label\"\u003e\u003cspan\u003eInternal\u003c\/span\u003e\u003cspan\u003ewidth\u003c\/span\u003e\u003c\/span\u003e \n            \u003cspan class=\"bw-table-value\"\u003e\u003cspan class=\"bw-val-cm\"\u003e18.5 cm\u003c\/span\u003e\u003cspan class=\"bw-val-in\"\u003e7.3\"\u003c\/span\u003e\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"bw-table-row\"\u003e\n            \u003cspan class=\"bw-table-label\"\u003e\u003cspan\u003eStrap\u003c\/span\u003e\u003cspan\u003elength\u003c\/span\u003e\u003c\/span\u003e \n            \u003cspan class=\"bw-table-value\"\u003e\u003cspan class=\"bw-val-cm\"\u003e115 cm\u003cspan class=\"bw-table-value-sub\"\u003e(adjustable)\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"bw-val-in\"\u003e45.3\"\u003cspan class=\"bw-table-value-sub\"\u003e(adjustable)\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"bw-table-row\"\u003e\n            \u003cspan class=\"bw-table-label\"\u003e\u003cspan\u003eWeight\u003c\/span\u003e\u003c\/span\u003e \n            \u003cspan class=\"bw-table-value\"\u003e\u003cspan class=\"bw-val-cm\"\u003e550 g\u003c\/span\u003e\u003cspan class=\"bw-val-in\"\u003e19.4 oz\u003c\/span\u003e\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"bw-diagram-holder\"\u003e\n          \u003cimg class=\"bw-size-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0446\/9322\/5640\/files\/1_1_480x480_185e4409-e3a7-43a4-91ed-e515ba2f561b_480x480.jpg?v=1674125916\" alt=\"Blizzard Red Saffiano dimensions diagram\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp style=\"margin-top: 15px; font-size: 13px; line-height: 1.45; color: #190200;\"\u003e\u003cb\u003eCapacity:\u003c\/b\u003e fits a smartphone, including Pro Max series, cardholder, keys, lipstick, a small wallet, and basic daily essentials.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"bw-tab-pane bw-pane4\"\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWearing options:\u003c\/strong\u003e the wide detachable strap allows you to wear the bag on the shoulder or as a crossbody; without the strap, the model transforms into a clutch.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eErgonomics:\u003c\/strong\u003e magnetic clasps allow you to open and close the bag with one hand; inside there is a functional double pocket for organizing things.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePackaging:\u003c\/strong\u003e the item comes in a branded BLACKWOOD box, accompanied by a dust bag and a card. The packaging protects the accessory during shipping and creates a complete unboxing experience — for yourself or as a gift.\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e\u003cem\u003eUpon request, we can personalize the piece with embossing. You can also create a custom version of the product by contacting our \u003ca style=\"text-decoration: underline; color: #5b2029;\" href=\"https:\/\/t.me\/blackwood_ua\" target=\"_blank\"\u003eBLACKWOOD concierge\u003c\/a\u003e.\u003c\/em\u003e\u003c\/p\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":48083213320505,"sku":"Blizzard St Red Saffiano","price":385.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/blizzard-red-saffiano-bag.jpg?v=1779627962"},{"product_id":"сонцезахисні-окуляри-sicily-zebra","title":"Sicily Zebra","description":"\u003cstyle\u003e\n  \/* === ГЛОБАЛЬНІ СТИЛІ BLACKWOOD (EDITORIAL LUXURY) === *\/\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, 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  \/* Навігація на десктопі *\/\n  .bw-tabs-nav {\n    display: flex;\n    flex-wrap: nowrap;\n    justify-content: space-between;\n    column-gap: 8px;\n    row-gap: 0;\n    max-width: 620px;\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: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);\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:focus-visible {\n    outline: 1px solid rgba(25, 2, 0, 0.45);\n    outline-offset: 4px;\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-zebra-tab1:checked ~ .bw-tabs-nav label[for=\"bw-zebra-tab1\"],\n  #bw-zebra-tab2:checked ~ .bw-tabs-nav label[for=\"bw-zebra-tab2\"],\n  #bw-zebra-tab3:checked ~ .bw-tabs-nav label[for=\"bw-zebra-tab3\"],\n  #bw-zebra-tab4:checked ~ .bw-tabs-nav label[for=\"bw-zebra-tab4\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-zebra-tab1:checked ~ .bw-tabs-nav label[for=\"bw-zebra-tab1\"]::after,\n  #bw-zebra-tab2:checked ~ .bw-tabs-nav label[for=\"bw-zebra-tab2\"]::after,\n  #bw-zebra-tab3:checked ~ .bw-tabs-nav label[for=\"bw-zebra-tab3\"]::after,\n  #bw-zebra-tab4:checked ~ .bw-tabs-nav label[for=\"bw-zebra-tab4\"]::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-zebra-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-zebra-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-zebra-tab3:checked ~ .bw-tabs-content .bw-pane3,\n  #bw-zebra-tab4:checked ~ .bw-tabs-content .bw-pane4 {\n    display: block;\n    animation: bw-zebra-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n  }\n\n  @keyframes bw-zebra-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 a,\n  .bw-tab-pane strong {\n    font-size: 13px !important;\n    line-height: 1.6 !important;\n  }\n\n  .bw-tab-pane p { margin: 0 0 14px; }\n  .bw-tab-pane strong { font-weight: 600; }\n  .bw-product-note { max-width: 680px; margin: 0 auto; }\n\n  .bw-material-list,\n  .bw-delivery-list {\n    padding-left: 18px !important;\n    margin: 0 0 14px 0 !important;\n    list-style-type: none !important;\n  }\n\n  .bw-material-list li,\n  .bw-delivery-list 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-material-list li::before,\n  .bw-delivery-list li::before {\n    content: \"•\" !important;\n    position: absolute;\n    left: -16px;\n    top: 0;\n    color: #5b2029;\n    font-size: 16px !important;\n    line-height: 1.2 !important;\n  }\n\n  .bw-size-wrap { max-width: 740px; margin: 0 auto; }\n  .bw-fit-explanation { color: #190200; margin: 5px auto 24px; text-align: left; max-width: 740px; }\n\n  .bw-size-list {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    margin-top: 24px;\n    border-top: 1px solid rgba(25, 2, 0, 0.14);\n    border-left: 1px solid rgba(25, 2, 0, 0.14);\n  }\n\n  .bw-size-item {\n    padding: 12px 8px;\n    border-right: 1px solid rgba(25, 2, 0, 0.14);\n    border-bottom: 1px solid rgba(25, 2, 0, 0.14);\n    text-align: center;\n  }\n\n  .bw-size-label {\n    display: block;\n    margin-bottom: 4px;\n    color: rgba(25, 2, 0, 0.55);\n    font-size: 10.5px !important;\n    line-height: 1.25 !important;\n  }\n\n  .bw-size-value { color: #190200; font-weight: 600; white-space: nowrap; }\n  .bw-consult-box { margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(25, 2, 0, 0.13); color: #190200; }\n  .bw-consult-inline { display: flex; align-items: center; gap: 12px; margin-top: 10px; flex-wrap: wrap; }\n  .bw-consult-inline a { color: #5b2029; text-decoration: underline; font-weight: 500; }\n  .bw-consult-divider { color: rgba(25, 2, 0, 0.25); }\n  .bw-care-link { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid rgba(25, 2, 0, 0.15); color: #190200 !important; text-decoration: none !important; }\n  .bw-care-link-first { margin-top: 20px; }\n\n  .bw-arrow { display: inline-block; margin-left: 8px; }\n\n  @media (max-width: 767px) {\n    .bw-tabs-wrapper { padding: 0 10px; margin-top: -25px; }\n    .bw-tabs-nav { max-width: 100%; border-bottom: 1.5px solid rgba(25, 2, 0, 0.08); padding: 0 2px 0 2px; }\n    .bw-tab-btn { font-size: 15px !important; }\n    .bw-tabs-content { min-height: 340px; }\n    .bw-size-list { grid-template-columns: repeat(2, 1fr); margin-top: 14px; }\n    .bw-size-item:last-child { grid-column: span 2; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"bw-tabs-wrapper\"\u003e\n\u003cinput checked class=\"bw-tab-radio\" name=\"bw-zebra-tabs\" id=\"bw-zebra-tab1\" type=\"radio\"\u003e \u003cinput class=\"bw-tab-radio\" name=\"bw-zebra-tabs\" id=\"bw-zebra-tab2\" type=\"radio\"\u003e \u003cinput class=\"bw-tab-radio\" name=\"bw-zebra-tabs\" id=\"bw-zebra-tab3\" type=\"radio\"\u003e \u003cinput class=\"bw-tab-radio\" name=\"bw-zebra-tabs\" id=\"bw-zebra-tab4\" type=\"radio\"\u003e\n\u003cdiv class=\"bw-tabs-nav\"\u003e\n\u003clabel for=\"bw-zebra-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e \u003clabel for=\"bw-zebra-tab2\" class=\"bw-tab-btn\"\u003eMaterials\u003c\/label\u003e \u003clabel for=\"bw-zebra-tab3\" class=\"bw-tab-btn\"\u003eSize \u0026amp; Fit\u003c\/label\u003e \u003clabel for=\"bw-zebra-tab4\" class=\"bw-tab-btn\"\u003eShipping \u0026amp; Payment\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-tabs-content\"\u003e\n\u003c!-- Tab 1: Description --\u003e\n\u003cdiv class=\"bw-tab-pane bw-pane1\"\u003e\n\u003cdiv class=\"bw-product-note\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eSicily Zebra\u003c\/strong\u003e wooden sunglasses are an object of strong character, where every graphic line radiates confidence and hidden inner strength. The expressive cat-eye shape is designed for those who possess the art of a compelling gaze and confidently choose a role that cannot be ignored.\u003c\/p\u003e\n\u003cp\u003eAnatomical reliability is achieved through a hand-crafted blend of layers of select exotic zebrawood and maple. Hidden internal carbon fiber reinforcement provides the frame with exceptional durability while fully preserving the natural texture and tactile warmth of the wood.\u003c\/p\u003e\n\u003cp\u003eThe model is equipped with high-quality polarized lenses featuring UV-400 protection, which effectively block solar glare and provide superior optical clarity. Reinforced metal flex hinges guarantee smooth temple movement and comfort throughout the day.\u003c\/p\u003e\n\u003cp\u003eThe set includes a branded BLACKWOOD box, a leather case with a strap, and a lens cloth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tab 2: Materials --\u003e\n\u003cdiv class=\"bw-tab-pane bw-pane2\"\u003e\n\u003cul class=\"bw-material-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eFrame material:\u003c\/strong\u003e Zebrawood and maple reinforced with carbon fiber\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLenses:\u003c\/strong\u003e Polarized with UV-400 protection\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLens color:\u003c\/strong\u003e Grey gradient\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTint level:\u003c\/strong\u003e Cat. 2 (Light)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHinges:\u003c\/strong\u003e Reinforced flex hinges with a closer\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 26–29 g\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePackaging:\u003c\/strong\u003e Branded box, leather case with a strap, lens cloth, and a passport with an individual product number.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003ci\u003eEach pair is handcrafted from natural materials, making every texture and shade unique. Minor variations from the product photos are to be expected.\u003c\/i\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Tab 3: Size \u0026 Fit --\u003e\n\u003cdiv class=\"bw-tab-pane bw-pane3\"\u003e\n\u003cdiv class=\"bw-size-wrap\"\u003e\n\u003cp class=\"bw-fit-explanation\"\u003eThis expressive cat-eye frame features a \u003cb\u003emedium fit\u003c\/b\u003e, which is universal and adapts perfectly to various face shapes while maintaining harmonious and proportional silhouette lines.\u003c\/p\u003e\n\u003cdiv class=\"bw-size-list\"\u003e\n\u003cdiv class=\"bw-size-item\"\u003e\n\u003cspan class=\"bw-size-label\"\u003eLens width\u003c\/span\u003e\u003cspan class=\"bw-size-value\"\u003e54 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-size-item\"\u003e\n\u003cspan class=\"bw-size-label\"\u003eBridge\u003c\/span\u003e\u003cspan class=\"bw-size-value\"\u003e19 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-size-item\"\u003e\n\u003cspan class=\"bw-size-label\"\u003eTemple\u003c\/span\u003e\u003cspan class=\"bw-size-value\"\u003e140 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-size-item\"\u003e\n\u003cspan class=\"bw-size-label\"\u003eFrame width\u003c\/span\u003e\u003cspan class=\"bw-size-value\"\u003e144 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-size-item\"\u003e\n\u003cspan class=\"bw-size-label\"\u003eWeight\u003c\/span\u003e\u003cspan class=\"bw-size-value\"\u003e26–29 g\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-consult-box\"\u003eIf you are unsure about the fit, our concierge service can help evaluate the look from a photo.\n\u003cdiv class=\"bw-consult-inline\"\u003e\n\u003ca href=\"https:\/\/t.me\/blackwood_ua\" target=\"_blank\"\u003eTelegram\u003c\/a\u003e \u003cspan class=\"bw-consult-divider\"\u003e|\u003c\/span\u003e \u003ca href=\"viber:\/\/chat?number=%2B380980244334\"\u003eViber\u003c\/a\u003e \u003cspan class=\"bw-consult-divider\"\u003e|\u003c\/span\u003e \u003ca href=\"https:\/\/wa.me\/380980244334\" target=\"_blank\"\u003eWhatsApp\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tab 4: Shipping \u0026 Payment --\u003e\n\u003cdiv class=\"bw-tab-pane bw-pane4\"\u003e\n\u003cp\u003e\u003cstrong\u003eShipping:\u003c\/strong\u003e Worldwide insured delivery (except RU\/BY).\u003c\/p\u003e\n\u003cul class=\"bw-delivery-list\"\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\u003ca class=\"bw-care-link bw-care-link-first\" href=\"https:\/\/blackwood.ua\/pages\/warranty\"\u003e\u003cspan\u003eWarranty\u003c\/span\u003e \u003cspan class=\"bw-arrow\"\u003e↗\u003c\/span\u003e\u003c\/a\u003e \u003ca class=\"bw-care-link\" href=\"https:\/\/blackwood.ua\/pages\/care\"\u003e\u003cspan\u003eCare \u0026amp; Storage\u003c\/span\u003e \u003cspan class=\"bw-arrow\"\u003e↗\u003c\/span\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Blackwoodbags","offers":[{"title":"Default Title","offer_id":48852787495225,"sku":"Sicily Zebra Grey gradient","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/blackwood-sicilia-zebra-grey-gradient-sunglasses-1.jpg?v=1777154928"},{"product_id":"belt-bordo-croco","title":"Belt Bordo Croco","description":"\u003cstyle\u003e\n  \/* === ГЛОБАЛЬНІ СТИЛІ BLACKWOOD (EDITORIAL LUXURY) === *\/\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, 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  \/* Навігація на десктопі *\/\n  .bw-tabs-nav {\n    display: flex;\n    flex-wrap: nowrap;\n    justify-content: space-between;\n    column-gap: 8px;\n    row-gap: 0;\n    max-width: 620px;\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: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);\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:focus-visible {\n    outline: 1px solid rgba(25, 2, 0, 0.45);\n    outline-offset: 4px;\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-belt-tab1:checked ~ .bw-tabs-nav label[for=\"bw-belt-tab1\"],\n  #bw-belt-tab2:checked ~ .bw-tabs-nav label[for=\"bw-belt-tab2\"],\n  #bw-belt-tab3:checked ~ .bw-tabs-nav label[for=\"bw-belt-tab3\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-belt-tab1:checked ~ .bw-tabs-nav label[for=\"bw-belt-tab1\"]::after,\n  #bw-belt-tab2:checked ~ .bw-tabs-nav label[for=\"bw-belt-tab2\"]::after,\n  #bw-belt-tab3:checked ~ .bw-tabs-nav label[for=\"bw-belt-tab3\"]::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  \/* Внутрішній контент табів *\/\n  .bw-tab-pane {\n    display: none;\n    font-size: 13px !important;\n    line-height: 1.6 !important;\n  }\n\n  #bw-belt-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-belt-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-belt-tab3:checked ~ .bw-tabs-content .bw-pane3 {\n    display: block;\n    animation: bw-belt-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n  }\n\n  @keyframes bw-belt-slide {\n    from { opacity: 0; transform: translateY(8px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* Захист від сторонніх стилів теми *\/\n  .bw-tab-pane p,\n  .bw-tab-pane li,\n  .bw-tab-pane span:not(.bw-size-label),\n  .bw-tab-pane a,\n  .bw-tab-pane strong {\n    font-size: 13px !important;\n    line-height: 1.6 !important;\n  }\n\n  .bw-tab-pane p { margin: 0 0 14px; }\n  .bw-tab-pane strong { font-weight: 600; }\n  .bw-product-note { max-width: 680px; margin: 0 auto; }\n\n  \/* Преміум-списки *\/\n  .bw-material-list,\n  .bw-delivery-list {\n    padding-left: 18px !important;\n    margin: 0 0 14px 0 !important;\n    list-style-type: none !important;\n  }\n\n  .bw-material-list li,\n  .bw-delivery-list 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-material-list li::before,\n  .bw-delivery-list li::before {\n    content: \"•\" !important;\n    position: absolute;\n    left: -16px;\n    top: 0;\n    color: #5b2029;\n    font-size: 16px !important;\n    line-height: 1.2 !important;\n  }\n\n  .bw-care-link { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid rgba(25, 2, 0, 0.15); color: #190200 !important; text-decoration: none !important; }\n  .bw-care-link-first { margin-top: 20px; }\n\n  \/* АДАПТИВНІСТЬ ДЛЯ МОБІЛЬНИХ ПРИСТРОЇВ *\/\n  @media (max-width: 767px) {\n    .bw-tabs-wrapper { padding: 0 10px; margin-top: -25px; }\n    .bw-tabs-nav {\n      display: flex;\n      flex-wrap: nowrap;\n      justify-content: space-between;\n      column-gap: 8px;\n      row-gap: 0;\n      max-width: 100%;\n      width: 100%;\n      margin: 0 auto 24px;\n      text-align: center;\n      border-bottom: 1.5px solid rgba(25, 2, 0, 0.08);\n      padding: 0 2px 0 2px;\n    }\n    .bw-tab-btn { white-space: nowrap; font-size: 15px !important; flex: 1 1 auto; padding-bottom: 8px; }\n    .bw-tabs-content { min-height: 340px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"bw-tabs-wrapper\"\u003e\n\u003cinput type=\"radio\" id=\"bw-belt-tab1\" name=\"bw-belt-tabs\" class=\"bw-tab-radio\" checked\u003e \u003cinput type=\"radio\" id=\"bw-belt-tab2\" name=\"bw-belt-tabs\" class=\"bw-tab-radio\"\u003e \u003cinput type=\"radio\" id=\"bw-belt-tab3\" name=\"bw-belt-tabs\" class=\"bw-tab-radio\"\u003e\n\u003cdiv class=\"bw-tabs-nav\"\u003e\n\u003clabel for=\"bw-belt-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e \u003clabel for=\"bw-belt-tab2\" class=\"bw-tab-btn\"\u003eMaterials\u003c\/label\u003e \u003clabel for=\"bw-belt-tab3\" class=\"bw-tab-btn\"\u003eShipping \u0026amp; Payment\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-tabs-content\"\u003e\n\u003c!-- Tab 1: Description --\u003e\n\u003cdiv class=\"bw-tab-pane bw-pane1\"\u003e\n\u003cdiv class=\"bw-product-note\"\u003e\n\u003cp\u003eThe piece from the \u003cstrong\u003eSecret Flavor\u003c\/strong\u003e collection embodies exquisite pleasure in every moment. An accessory crafted for a woman who appreciates the beauty of today and chooses items that accentuate her inner state.\u003c\/p\u003e\n\u003cp\u003eA belt featuring the signature BLACKWOOD logo is the elegant finishing touch to a thoughtfully curated look, declaring its completeness and perfection.\u003c\/p\u003e\n\u003cp\u003eBelts can be crafted in leather of any color and texture. Custom tailormade sizing is also available upon request.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tab 2: Materials --\u003e\n\u003cdiv class=\"bw-tab-pane bw-pane2\"\u003e\n\u003cul class=\"bw-material-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eLeather:\u003c\/strong\u003e Genuine Italian Bordeaux Croco-embossed leather\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBelt width:\u003c\/strong\u003e 1.7 cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTotal length:\u003c\/strong\u003e 110 cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWaist size (minimum):\u003c\/strong\u003e 67.5 cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWaist size (maximum):\u003c\/strong\u003e 92.5 cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNumber of holes:\u003c\/strong\u003e 11 (2.5 cm distance between holes)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCustom options:\u003c\/strong\u003e Upon request, we can add more holes or craft the belt in a different color, texture, or according to your personal measurements.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003ci\u003e* Each piece is handcrafted from natural materials, making its texture and shade entirely unique. Slight variations of the finished product from the photo are acceptable.\u003c\/i\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Tab 3: Shipping \u0026 Payment --\u003e\n\u003cdiv class=\"bw-tab-pane bw-pane3\"\u003e\n\u003cp\u003e\u003cstrong\u003eShipping:\u003c\/strong\u003e Worldwide insured delivery (except RU\/BY).\u003c\/p\u003e\n\u003cul class=\"bw-delivery-list\"\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\u003ca class=\"bw-care-link bw-care-link-first\" href=\"https:\/\/blackwoodbags.com\/pages\/shipping\"\u003e\u003cspan\u003eWarranty \u0026amp; Returns\u003c\/span\u003e \u003cspan\u003e↗\u003c\/span\u003e\u003c\/a\u003e \u003ca class=\"bw-care-link\" href=\"https:\/\/blackwoodbags.com\/pages\/care\"\u003e\u003cspan\u003eCare \u0026amp; Storage\u003c\/span\u003e \u003cspan\u003e↗\u003c\/span\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Blackwoodbags","offers":[{"title":"Default Title","offer_id":50018570338617,"sku":"Belt Bordeaux Croco","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/belt-bordeaux-croco.webp?v=1776770594"}],"url":"https:\/\/blackwoodatelier.com\/en-ae\/collections\/blackfriday-30.oembed","provider":"Blackwoodbags","version":"1.0","type":"link"}