{"title":"Glasses Case","description":"","products":[{"product_id":"sunglasses-case-brown-epsom","title":"Glasses Case Brown Epsom","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-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"],\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"],\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-tab3\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"]::after,\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"]::after,\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-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-case-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-case-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-case-tab3:checked ~ .bw-tabs-content .bw-pane3 {\n    display: block;\n    animation: bw-case-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n  }\n\n  @keyframes bw-case-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-case-tab1\" name=\"bw-case-tabs\" class=\"bw-tab-radio\" checked\u003e \u003cinput type=\"radio\" id=\"bw-case-tab2\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e \u003cinput type=\"radio\" id=\"bw-case-tab3\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e\n\u003cdiv class=\"bw-tabs-nav\"\u003e\n\u003clabel for=\"bw-case-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e \u003clabel for=\"bw-case-tab2\" class=\"bw-tab-btn\"\u003eMaterials\u003c\/label\u003e \u003clabel for=\"bw-case-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\u003eClassic style and reliable protection\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBLACKWOOD\u003c\/strong\u003e sunglasses case, crafted from premium natural Italian leather and precious wood. The elegant leather shade perfectly combines with the natural wood texture to create a stylish and recognizable design.\u003c\/p\u003e\n\u003cp\u003eThe rigid frame provides reliable protection for your glasses against damage during storage or transport. This case fits most glasses models of any brand.\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 Natural Italian Brown Epsom leather\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWood:\u003c\/strong\u003e American walnut covered with jewelry resin\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHardware:\u003c\/strong\u003e Magnetic snap for convenient closing\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSize \u0026amp; Weight:\u003c\/strong\u003e 17 x 9.5 cm (80 g)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Suitable for most sunglasses and optical glasses\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003ci\u003e* Each case is handcrafted, so the shade and texture of materials may vary slightly, making every piece unique.\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":49680788881721,"sku":"Glasses Case Brown Epsom","price":120.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/glasses-case-brown-epsom.webp?v=1776764288"},{"product_id":"sunglasses-case-black-croco","title":"Glasses Case Black 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-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"],\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"],\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-tab3\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"]::after,\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"]::after,\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-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-case-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-case-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-case-tab3:checked ~ .bw-tabs-content .bw-pane3 {\n    display: block;\n    animation: bw-case-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n  }\n\n  @keyframes bw-case-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-case-tab1\" name=\"bw-case-tabs\" class=\"bw-tab-radio\" checked\u003e \u003cinput type=\"radio\" id=\"bw-case-tab2\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e \u003cinput type=\"radio\" id=\"bw-case-tab3\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e\n\u003cdiv class=\"bw-tabs-nav\"\u003e\n\u003clabel for=\"bw-case-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e \u003clabel for=\"bw-case-tab2\" class=\"bw-tab-btn\"\u003eMaterials\u003c\/label\u003e \u003clabel for=\"bw-case-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\u003eClassic style and reliable protection\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBLACKWOOD\u003c\/strong\u003e sunglasses case, crafted from premium natural Italian leather and precious wood. The elegant leather shade perfectly combines with the natural wood texture to create a stylish and recognizable design.\u003c\/p\u003e\n\u003cp\u003eThe rigid frame provides reliable protection for your glasses against damage during storage or transport. This case fits most glasses models of any brand.\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 Natural Italian Black Croco-embossed leather\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWood:\u003c\/strong\u003e American walnut covered with jewelry resin\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHardware:\u003c\/strong\u003e Magnetic snap for convenient closing\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSize \u0026amp; Weight:\u003c\/strong\u003e 17 x 9.5 cm (80 g)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Suitable for most sunglasses and optical glasses\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003ci\u003e* Each case is handcrafted, so the shade and texture of materials may vary slightly, making every piece unique.\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":51454867079481,"sku":"Glasses Case Black Croco","price":120.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/Glasses_case_black_croco_1.jpg?v=1776764287"},{"product_id":"glasses-case-beige-croco","title":"Glasses Case Beige 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-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"],\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"],\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-tab3\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"]::after,\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"]::after,\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-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-case-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-case-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-case-tab3:checked ~ .bw-tabs-content .bw-pane3 {\n    display: block;\n    animation: bw-case-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n  }\n\n  @keyframes bw-case-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-case-tab1\" name=\"bw-case-tabs\" class=\"bw-tab-radio\" checked\u003e \u003cinput type=\"radio\" id=\"bw-case-tab2\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e \u003cinput type=\"radio\" id=\"bw-case-tab3\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e\n\u003cdiv class=\"bw-tabs-nav\"\u003e\n\u003clabel for=\"bw-case-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e \u003clabel for=\"bw-case-tab2\" class=\"bw-tab-btn\"\u003eMaterials\u003c\/label\u003e \u003clabel for=\"bw-case-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\u003eClassic style and reliable protection\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBLACKWOOD\u003c\/strong\u003e sunglasses case, crafted from premium natural Italian leather and precious wood. The elegant leather shade perfectly combines with the natural wood texture to create a stylish and recognizable design.\u003c\/p\u003e\n\u003cp\u003eThe rigid frame provides reliable protection for your glasses against damage during storage or transport. This case fits most glasses models of any brand.\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 Natural Italian Beige Croco-embossed leather\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWood:\u003c\/strong\u003e American walnut covered with jewelry resin\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHardware:\u003c\/strong\u003e Magnetic snap for convenient closing\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSize \u0026amp; Weight:\u003c\/strong\u003e 17 x 9.5 cm (80 g)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Suitable for most sunglasses and optical glasses\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003ci\u003e* Each case is handcrafted, so the shade and texture of materials may vary slightly, making every piece unique.\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":51454873239865,"sku":"Glasses Case Beige-G Croco","price":120.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/cse_beige_croco.jpg?v=1776764287"},{"product_id":"sunglasses-case-black-python","title":"Glasses Case Black Python","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-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"],\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"],\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-tab3\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"]::after,\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"]::after,\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-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-case-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-case-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-case-tab3:checked ~ .bw-tabs-content .bw-pane3 {\n    display: block;\n    animation: bw-case-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n  }\n\n  @keyframes bw-case-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-case-tab1\" name=\"bw-case-tabs\" class=\"bw-tab-radio\" checked\u003e \u003cinput type=\"radio\" id=\"bw-case-tab2\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e \u003cinput type=\"radio\" id=\"bw-case-tab3\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e\n\u003cdiv class=\"bw-tabs-nav\"\u003e\n\u003clabel for=\"bw-case-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e \u003clabel for=\"bw-case-tab2\" class=\"bw-tab-btn\"\u003eMaterials\u003c\/label\u003e \u003clabel for=\"bw-case-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\u003eClassic style and reliable protection\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBLACKWOOD\u003c\/strong\u003e sunglasses case, crafted from premium natural Italian leather and precious wood. The elegant leather shade perfectly combines with the natural wood texture to create a stylish and recognizable design.\u003c\/p\u003e\n\u003cp\u003eThe rigid frame provides reliable protection for your glasses against damage during storage or transport. This case fits most glasses models of any brand.\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 Natural Italian Black Python-embossed leather\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWood:\u003c\/strong\u003e Carpathian Ash covered with jewelry resin\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHardware:\u003c\/strong\u003e Magnetic snap for convenient closing\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSize \u0026amp; Weight:\u003c\/strong\u003e 17 x 9.5 cm (80 g)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Suitable for most sunglasses and optical glasses\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003ci\u003e* Each case is handcrafted, so the shade and texture of materials may vary slightly, making every piece unique.\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":51454879990073,"sku":"Glasses Case Black Python","price":120.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/case_black_python.jpg?v=1776764287"},{"product_id":"sunglasses-case-blue-epsom","title":"Glasses Case Blue Epsom","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-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"],\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"],\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-tab3\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"]::after,\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"]::after,\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-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-case-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-case-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-case-tab3:checked ~ .bw-tabs-content .bw-pane3 {\n    display: block;\n    animation: bw-case-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n  }\n\n  @keyframes bw-case-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-case-tab1\" name=\"bw-case-tabs\" class=\"bw-tab-radio\" checked\u003e \u003cinput type=\"radio\" id=\"bw-case-tab2\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e \u003cinput type=\"radio\" id=\"bw-case-tab3\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e\n\u003cdiv class=\"bw-tabs-nav\"\u003e\n\u003clabel for=\"bw-case-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e \u003clabel for=\"bw-case-tab2\" class=\"bw-tab-btn\"\u003eMaterials\u003c\/label\u003e \u003clabel for=\"bw-case-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\u003eClassic style and reliable protection\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBLACKWOOD\u003c\/strong\u003e sunglasses case, crafted from premium natural Italian leather and precious wood. The elegant leather shade perfectly combines with the natural wood texture to create a stylish and recognizable design.\u003c\/p\u003e\n\u003cp\u003eThe rigid frame provides reliable protection for your glasses against damage during storage or transport. This case fits most glasses models of any brand.\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 Natural Italian Blue Epsom leather\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWood:\u003c\/strong\u003e American walnut covered with jewelry resin\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHardware:\u003c\/strong\u003e Magnetic snap for convenient closing\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSize \u0026amp; Weight:\u003c\/strong\u003e 17 x 9.5 cm (80 g)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Suitable for most sunglasses and optical glasses\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003ci\u003e* Each case is handcrafted, so the shade and texture of materials may vary slightly, making every piece unique.\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":51454887133497,"sku":"Glasses Case Blue Epsom","price":120.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/case-blue_epsom.webp?v=1781888363"},{"product_id":"sunglasses-case-emerald-croco","title":"Glasses Case Emerald 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-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"],\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"],\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-tab3\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"]::after,\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"]::after,\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-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-case-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-case-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-case-tab3:checked ~ .bw-tabs-content .bw-pane3 {\n    display: block;\n    animation: bw-case-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n  }\n\n  @keyframes bw-case-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-case-tab1\" name=\"bw-case-tabs\" class=\"bw-tab-radio\" checked\u003e \u003cinput type=\"radio\" id=\"bw-case-tab2\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e \u003cinput type=\"radio\" id=\"bw-case-tab3\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e\n\u003cdiv class=\"bw-tabs-nav\"\u003e\n\u003clabel for=\"bw-case-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e \u003clabel for=\"bw-case-tab2\" class=\"bw-tab-btn\"\u003eMaterials\u003c\/label\u003e \u003clabel for=\"bw-case-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\u003eClassic style and reliable protection\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBLACKWOOD\u003c\/strong\u003e sunglasses case, crafted from premium natural Italian leather and precious wood. The elegant leather shade perfectly combines with the natural wood texture to create a stylish and recognizable design.\u003c\/p\u003e\n\u003cp\u003eThe rigid frame provides reliable protection for your glasses against damage during storage or transport. This case fits most glasses models of any brand.\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 Natural Italian Emerald Croco-embossed leather\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWood:\u003c\/strong\u003e Carpathian Ash covered with jewelry resin\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHardware:\u003c\/strong\u003e Magnetic snap for convenient closing\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSize \u0026amp; Weight:\u003c\/strong\u003e 17 x 9.5 cm (80 g)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Suitable for most sunglasses and optical glasses\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003ci\u003e* Each case is handcrafted, so the shade and texture of materials may vary slightly, making every piece unique.\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":51454894309689,"sku":"Glasses Case Green Croco","price":120.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/glasses-case-emerald-croco.webp?v=1776764286"},{"product_id":"sunglasses-case-pink-croco","title":"Glasses Case Pink 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-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"],\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"],\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-tab3\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"]::after,\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"]::after,\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-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-case-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-case-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-case-tab3:checked ~ .bw-tabs-content .bw-pane3 {\n    display: block;\n    animation: bw-case-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n  }\n\n  @keyframes bw-case-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-case-tab1\" name=\"bw-case-tabs\" class=\"bw-tab-radio\" checked\u003e \u003cinput type=\"radio\" id=\"bw-case-tab2\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e \u003cinput type=\"radio\" id=\"bw-case-tab3\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e\n\u003cdiv class=\"bw-tabs-nav\"\u003e\n\u003clabel for=\"bw-case-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e \u003clabel for=\"bw-case-tab2\" class=\"bw-tab-btn\"\u003eMaterials\u003c\/label\u003e \u003clabel for=\"bw-case-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\u003eClassic style and reliable protection\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBLACKWOOD\u003c\/strong\u003e sunglasses case, crafted from premium natural Italian leather and precious wood. The elegant leather shade perfectly combines with the natural wood texture to create a stylish and recognizable design.\u003c\/p\u003e\n\u003cp\u003eThe rigid frame provides reliable protection for your glasses against damage during storage or transport. This case fits most glasses models of any brand.\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 Natural Italian Pink Croco-embossed leather\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWood:\u003c\/strong\u003e Carpathian Ash covered with jewelry resin\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHardware:\u003c\/strong\u003e Magnetic snap for convenient closing\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSize \u0026amp; Weight:\u003c\/strong\u003e 17 x 9.5 cm (80 g)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Suitable for most sunglasses and optical glasses\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003ci\u003e* Each case is handcrafted, so the shade and texture of materials may vary slightly, making every piece unique.\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":51454896439609,"sku":"Glasses Case Pink Croco","price":120.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/case_pink_croco.jpg?v=1776764286"},{"product_id":"sunglasses-case-graphite-croco","title":"Glasses Case Blue-Graphite 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-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"],\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"],\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-tab3\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"]::after,\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"]::after,\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-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-case-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-case-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-case-tab3:checked ~ .bw-tabs-content .bw-pane3 {\n    display: block;\n    animation: bw-case-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n  }\n\n  @keyframes bw-case-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-case-tab1\" name=\"bw-case-tabs\" class=\"bw-tab-radio\" checked\u003e \u003cinput type=\"radio\" id=\"bw-case-tab2\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e \u003cinput type=\"radio\" id=\"bw-case-tab3\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e\n\u003cdiv class=\"bw-tabs-nav\"\u003e\n\u003clabel for=\"bw-case-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e \u003clabel for=\"bw-case-tab2\" class=\"bw-tab-btn\"\u003eMaterials\u003c\/label\u003e \u003clabel for=\"bw-case-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\u003eClassic style and reliable protection\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBLACKWOOD\u003c\/strong\u003e sunglasses case, crafted from premium natural Italian leather and precious wood. The elegant leather shade perfectly combines with the natural wood texture to create a stylish and recognizable design.\u003c\/p\u003e\n\u003cp\u003eThe rigid frame provides reliable protection for your glasses against damage during storage or transport. This case fits most glasses models of any brand.\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 Natural Italian Blue Graphite Croco-embossed leather\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWood:\u003c\/strong\u003e Carpathian Ash covered with jewelry resin\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHardware:\u003c\/strong\u003e Magnetic snap for convenient closing\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSize \u0026amp; Weight:\u003c\/strong\u003e 17 x 9.5 cm (80 g)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Suitable for most sunglasses and optical glasses\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003ci\u003e* Each case is handcrafted, so the shade and texture of materials may vary slightly, making every piece unique.\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":51454931894585,"sku":"Glasses Case Blue-Graphite Croco","price":120.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/Glasses_Case_geaphite_croco_1.jpg?v=1776764286"},{"product_id":"sunglasses-case-bordeux-croco","title":"Glasses Case Bordeaux 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-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"],\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"],\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-tab3\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"]::after,\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"]::after,\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-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-case-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-case-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-case-tab3:checked ~ .bw-tabs-content .bw-pane3 {\n    display: block;\n    animation: bw-case-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n  }\n\n  @keyframes bw-case-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-case-tab1\" name=\"bw-case-tabs\" class=\"bw-tab-radio\" checked\u003e \u003cinput type=\"radio\" id=\"bw-case-tab2\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e \u003cinput type=\"radio\" id=\"bw-case-tab3\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e\n\u003cdiv class=\"bw-tabs-nav\"\u003e\n\u003clabel for=\"bw-case-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e \u003clabel for=\"bw-case-tab2\" class=\"bw-tab-btn\"\u003eMaterials\u003c\/label\u003e \u003clabel for=\"bw-case-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\u003eClassic style and reliable protection\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBLACKWOOD\u003c\/strong\u003e sunglasses case, crafted from premium natural Italian leather and precious wood. The elegant leather shade perfectly combines with the natural wood texture to create a stylish and recognizable design.\u003c\/p\u003e\n\u003cp\u003eThe rigid frame provides reliable protection for your glasses against damage during storage or transport. This case fits most glasses models of any brand.\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 Natural Italian Bordeaux Croco-embossed leather\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWood:\u003c\/strong\u003e American walnut covered with jewelry resin\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHardware:\u003c\/strong\u003e Magnetic snap for convenient closing\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSize \u0026amp; Weight:\u003c\/strong\u003e 17 x 9.5 cm (80 g)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Suitable for most sunglasses and optical glasses\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003ci\u003e* Each case is handcrafted, so the shade and texture of materials may vary slightly, making every piece unique.\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":51454995988793,"sku":"Glasses Case Bordeaux Croco","price":120.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/case_bordeaux_croco.jpg?v=1776764286"},{"product_id":"футляр-для-окулярів-cappuccino-saffiano","title":"Glasses Case Cappuccino 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-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"],\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"],\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-tab3\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"]::after,\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"]::after,\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-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-case-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-case-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-case-tab3:checked ~ .bw-tabs-content .bw-pane3 {\n    display: block;\n    animation: bw-case-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n  }\n\n  @keyframes bw-case-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-case-tab1\" name=\"bw-case-tabs\" class=\"bw-tab-radio\" checked\u003e \u003cinput type=\"radio\" id=\"bw-case-tab2\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e \u003cinput type=\"radio\" id=\"bw-case-tab3\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e\n\u003cdiv class=\"bw-tabs-nav\"\u003e\n\u003clabel for=\"bw-case-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e \u003clabel for=\"bw-case-tab2\" class=\"bw-tab-btn\"\u003eMaterials\u003c\/label\u003e \u003clabel for=\"bw-case-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\u003eClassic style and reliable protection\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBLACKWOOD\u003c\/strong\u003e sunglasses case, crafted from premium natural Italian leather and precious wood. The elegant leather shade perfectly combines with the natural wood texture to create a stylish and recognizable design.\u003c\/p\u003e\n\u003cp\u003eThe rigid frame provides reliable protection for your glasses against damage during storage or transport. This case fits most glasses models of any brand.\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 Natural Italian Cappuccino Saffiano leather\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWood:\u003c\/strong\u003e Carpathian Ash covered with jewelry resin\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHardware:\u003c\/strong\u003e Magnetic snap for convenient closing\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSize \u0026amp; Weight:\u003c\/strong\u003e 17 x 9.5 cm (80 g)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Suitable for most sunglasses and optical glasses\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003ci\u003e* Each case is handcrafted, so the shade and texture of materials may vary slightly, making every piece unique.\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":51455237325113,"sku":"Glasses Case Cappuccino Saffiano","price":120.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/glasses-case-cappuccino-saffiano.webp?v=1776764285"},{"product_id":"sunglasses-case-blue-croco","title":"Glasses Case Blue 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-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"],\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"],\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-tab3\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"]::after,\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"]::after,\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-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-case-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-case-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-case-tab3:checked ~ .bw-tabs-content .bw-pane3 {\n    display: block;\n    animation: bw-case-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n  }\n\n  @keyframes bw-case-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-case-tab1\" name=\"bw-case-tabs\" class=\"bw-tab-radio\" checked\u003e \u003cinput type=\"radio\" id=\"bw-case-tab2\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e \u003cinput type=\"radio\" id=\"bw-case-tab3\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e\n\u003cdiv class=\"bw-tabs-nav\"\u003e\n\u003clabel for=\"bw-case-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e \u003clabel for=\"bw-case-tab2\" class=\"bw-tab-btn\"\u003eMaterials\u003c\/label\u003e \u003clabel for=\"bw-case-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\u003eClassic style and reliable protection\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBLACKWOOD\u003c\/strong\u003e sunglasses case, crafted from premium natural Italian leather and precious wood. The elegant leather shade perfectly combines with the natural wood texture to create a stylish and recognizable design.\u003c\/p\u003e\n\u003cp\u003eThe rigid frame provides reliable protection for your glasses against damage during storage or transport. This case fits most glasses models of any brand.\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 Natural Italian Blue Croco-embossed leather\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWood:\u003c\/strong\u003e Carpathian Ash covered with jewelry resin\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHardware:\u003c\/strong\u003e Magnetic snap for convenient closing\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSize \u0026amp; Weight:\u003c\/strong\u003e 17 x 9.5 cm (80 g)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Suitable for most sunglasses and optical glasses\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003ci\u003e* Each case is handcrafted, so the shade and texture of materials may vary slightly, making every piece unique.\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":51455255642425,"sku":"Glasses Case Blue Croco","price":120.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/Blue_Croco_case.jpg?v=1776764285"},{"product_id":"sunglasses-case-brown-croco","title":"Glasses Case Brown 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-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"],\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"],\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-tab3\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"]::after,\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"]::after,\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-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-case-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-case-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-case-tab3:checked ~ .bw-tabs-content .bw-pane3 {\n    display: block;\n    animation: bw-case-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n  }\n\n  @keyframes bw-case-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-case-tab1\" name=\"bw-case-tabs\" class=\"bw-tab-radio\" checked\u003e \u003cinput type=\"radio\" id=\"bw-case-tab2\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e \u003cinput type=\"radio\" id=\"bw-case-tab3\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e\n\u003cdiv class=\"bw-tabs-nav\"\u003e\n\u003clabel for=\"bw-case-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e \u003clabel for=\"bw-case-tab2\" class=\"bw-tab-btn\"\u003eMaterials\u003c\/label\u003e \u003clabel for=\"bw-case-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\u003eClassic style and reliable protection\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBLACKWOOD\u003c\/strong\u003e sunglasses case, crafted from premium natural Italian leather and precious wood. The elegant leather shade perfectly combines with the natural wood texture to create a stylish and recognizable design.\u003c\/p\u003e\n\u003cp\u003eThe rigid frame provides reliable protection for your glasses against damage during storage or transport. This case fits most glasses models of any brand.\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 Natural Italian Brown Croco-embossed leather\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWood:\u003c\/strong\u003e American walnut covered with jewelry resin\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHardware:\u003c\/strong\u003e Magnetic snap for convenient closing\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSize \u0026amp; Weight:\u003c\/strong\u003e 17 x 9.5 cm (80 g)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Suitable for most sunglasses and optical glasses\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003ci\u003e* Each case is handcrafted, so the shade and texture of materials may vary slightly, making every piece unique.\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":51455268553017,"sku":"Glasses Case Brown Croco","price":120.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/brown_croco_case.jpg?v=1776764285"},{"product_id":"sunglasses-case-grey-croco","title":"Glasses Case Grey 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-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"],\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"],\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-tab3\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"]::after,\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"]::after,\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-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-case-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-case-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-case-tab3:checked ~ .bw-tabs-content .bw-pane3 {\n    display: block;\n    animation: bw-case-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n  }\n\n  @keyframes bw-case-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-case-tab1\" name=\"bw-case-tabs\" class=\"bw-tab-radio\" checked\u003e \u003cinput type=\"radio\" id=\"bw-case-tab2\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e \u003cinput type=\"radio\" id=\"bw-case-tab3\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e\n\u003cdiv class=\"bw-tabs-nav\"\u003e\n\u003clabel for=\"bw-case-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e \u003clabel for=\"bw-case-tab2\" class=\"bw-tab-btn\"\u003eMaterials\u003c\/label\u003e \u003clabel for=\"bw-case-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\u003eClassic style and reliable protection\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBLACKWOOD\u003c\/strong\u003e sunglasses case, crafted from premium natural Italian leather and precious wood. The elegant leather shade perfectly combines with the natural wood texture to create a stylish and recognizable design.\u003c\/p\u003e\n\u003cp\u003eThe rigid frame provides reliable protection for your glasses against damage during storage or transport. This case fits most glasses models of any brand.\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 Natural Italian Grey Croco-embossed leather\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWood:\u003c\/strong\u003e Carpathian Ash covered with jewelry resin\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHardware:\u003c\/strong\u003e Magnetic snap for convenient closing\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSize \u0026amp; Weight:\u003c\/strong\u003e 17 x 9.5 cm (80 g)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Suitable for most sunglasses and optical glasses\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003ci\u003e* Each case is handcrafted, so the shade and texture of materials may vary slightly, making every piece unique.\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":51455269470521,"sku":"Glasses Case Grey Croco","price":120.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/grey_croco_case.jpg?v=1776764285"},{"product_id":"sunglasses-case-white-python","title":"Glasses Case White Python","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-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"],\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"],\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-tab3\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"]::after,\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"]::after,\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-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-case-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-case-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-case-tab3:checked ~ .bw-tabs-content .bw-pane3 {\n    display: block;\n    animation: bw-case-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n  }\n\n  @keyframes bw-case-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-case-tab1\" name=\"bw-case-tabs\" class=\"bw-tab-radio\" checked\u003e \u003cinput type=\"radio\" id=\"bw-case-tab2\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e \u003cinput type=\"radio\" id=\"bw-case-tab3\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e\n\u003cdiv class=\"bw-tabs-nav\"\u003e\n\u003clabel for=\"bw-case-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e \u003clabel for=\"bw-case-tab2\" class=\"bw-tab-btn\"\u003eMaterials\u003c\/label\u003e \u003clabel for=\"bw-case-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\u003eClassic style and reliable protection\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBLACKWOOD\u003c\/strong\u003e sunglasses case, crafted from premium natural Italian leather and precious wood. The elegant leather shade perfectly combines with the natural wood texture to create a stylish and recognizable design.\u003c\/p\u003e\n\u003cp\u003eThe rigid frame provides reliable protection for your glasses against damage during storage or transport. This case fits most glasses models of any brand.\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 Natural Italian White Python-embossed leather\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWood:\u003c\/strong\u003e Carpathian Ash covered with jewelry resin\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHardware:\u003c\/strong\u003e Magnetic snap for convenient closing\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSize \u0026amp; Weight:\u003c\/strong\u003e 17 x 9.5 cm (80 g)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Suitable for most sunglasses and optical glasses\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003ci\u003e* Each case is handcrafted, so the shade and texture of materials may vary slightly, making every piece unique.\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":51455270289721,"sku":"Glasses Case White Python","price":120.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/case_white_python.jpg?v=1776764284"},{"product_id":"sunglasses-case-indian-tiger-python","title":"Glasses Case Indian Tiger Python","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-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"],\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"],\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-tab3\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"]::after,\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"]::after,\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-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-case-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-case-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-case-tab3:checked ~ .bw-tabs-content .bw-pane3 {\n    display: block;\n    animation: bw-case-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n  }\n\n  @keyframes bw-case-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-case-tab1\" name=\"bw-case-tabs\" class=\"bw-tab-radio\" checked\u003e \u003cinput type=\"radio\" id=\"bw-case-tab2\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e \u003cinput type=\"radio\" id=\"bw-case-tab3\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e\n\u003cdiv class=\"bw-tabs-nav\"\u003e\n\u003clabel for=\"bw-case-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e \u003clabel for=\"bw-case-tab2\" class=\"bw-tab-btn\"\u003eMaterials\u003c\/label\u003e \u003clabel for=\"bw-case-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\u003eClassic style and reliable protection\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBLACKWOOD\u003c\/strong\u003e sunglasses case, crafted from premium natural Italian leather and precious wood. The elegant leather shade perfectly combines with the natural wood texture to create a stylish and recognizable design.\u003c\/p\u003e\n\u003cp\u003eThe rigid frame provides reliable protection for your glasses against damage during storage or transport. This case fits most glasses models of any brand.\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 Natural Italian Indian Tiger\/Python-embossed leather\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWood:\u003c\/strong\u003e American walnut covered with jewelry resin\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHardware:\u003c\/strong\u003e Magnetic snap for convenient closing\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSize \u0026amp; Weight:\u003c\/strong\u003e 17 x 9.5 cm (80 g)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Suitable for most sunglasses and optical glasses\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003ci\u003e* Each case is handcrafted, so the shade and texture of materials may vary slightly, making every piece unique.\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":51455270977849,"sku":"Glasses Case Beige Natural Python","price":120.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/glasses-case-tiger-python.webp?v=1776764284"},{"product_id":"sunglasses-case-brown-smooth","title":"Glasses Case Brown Smooth","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-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"],\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"],\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-tab3\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"]::after,\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"]::after,\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-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-case-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-case-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-case-tab3:checked ~ .bw-tabs-content .bw-pane3 {\n    display: block;\n    animation: bw-case-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n  }\n\n  @keyframes bw-case-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-case-tab1\" name=\"bw-case-tabs\" class=\"bw-tab-radio\" checked\u003e \u003cinput type=\"radio\" id=\"bw-case-tab2\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e \u003cinput type=\"radio\" id=\"bw-case-tab3\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e\n\u003cdiv class=\"bw-tabs-nav\"\u003e\n\u003clabel for=\"bw-case-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e \u003clabel for=\"bw-case-tab2\" class=\"bw-tab-btn\"\u003eMaterials\u003c\/label\u003e \u003clabel for=\"bw-case-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\u003eClassic style and reliable protection\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBLACKWOOD\u003c\/strong\u003e sunglasses case, crafted from premium natural Italian leather and precious wood. The elegant leather shade perfectly combines with the natural wood texture to create a stylish and recognizable design.\u003c\/p\u003e\n\u003cp\u003eThe rigid frame provides reliable protection for your glasses against damage during storage or transport. This case fits most glasses models of any brand.\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 Natural Italian Brown Smooth\/Python-embossed leather\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWood:\u003c\/strong\u003e American walnut covered with jewelry resin\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHardware:\u003c\/strong\u003e Magnetic snap for convenient closing\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSize \u0026amp; Weight:\u003c\/strong\u003e 17 x 9.5 cm (80 g)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Suitable for most sunglasses and optical glasses\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003ci\u003e* Each case is handcrafted, so the shade and texture of materials may vary slightly, making every piece unique.\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":51455272091961,"sku":"Glasses Case Brown Smooth","price":120.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/case_brown_smooth.jpg?v=1776764284"},{"product_id":"glasses-case-black-saffiano","title":"Glasses Case Black 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-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"],\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"],\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-tab3\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"]::after,\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"]::after,\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-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-case-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-case-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-case-tab3:checked ~ .bw-tabs-content .bw-pane3 {\n    display: block;\n    animation: bw-case-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n  }\n\n  @keyframes bw-case-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-case-tab1\" name=\"bw-case-tabs\" class=\"bw-tab-radio\" checked\u003e \u003cinput type=\"radio\" id=\"bw-case-tab2\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e \u003cinput type=\"radio\" id=\"bw-case-tab3\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e\n\u003cdiv class=\"bw-tabs-nav\"\u003e\n\u003clabel for=\"bw-case-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e \u003clabel for=\"bw-case-tab2\" class=\"bw-tab-btn\"\u003eMaterials\u003c\/label\u003e \u003clabel for=\"bw-case-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\u003eClassic style and reliable protection\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBLACKWOOD\u003c\/strong\u003e sunglasses case, crafted from premium natural Italian leather and precious wood. The elegant leather shade perfectly combines with the natural wood texture to create a stylish and recognizable design.\u003c\/p\u003e\n\u003cp\u003eThe rigid frame provides reliable protection for your glasses against damage during storage or transport. This case fits most glasses models of any brand.\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 Natural Italian Black Saffiano leather\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWood:\u003c\/strong\u003e Carpathian Ash covered with jewelry resin\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHardware:\u003c\/strong\u003e Magnetic snap for convenient closing\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSize \u0026amp; Weight:\u003c\/strong\u003e 17 x 9.5 cm (80 g)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Suitable for most sunglasses and optical glasses\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003ci\u003e* Each case is handcrafted, so the shade and texture of materials may vary slightly, making every piece unique.\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":51664446259513,"sku":"Glasses Case Black Saffiano","price":120.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/glasses-case-black-saffiano.webp?v=1776764284"},{"product_id":"glasses-case-red-saffiano","title":"Glasses Case Red 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-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"],\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"],\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-tab3\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"]::after,\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"]::after,\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-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-case-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-case-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-case-tab3:checked ~ .bw-tabs-content .bw-pane3 {\n    display: block;\n    animation: bw-case-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n  }\n\n  @keyframes bw-case-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-case-tab1\" name=\"bw-case-tabs\" class=\"bw-tab-radio\" checked\u003e \u003cinput type=\"radio\" id=\"bw-case-tab2\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e \u003cinput type=\"radio\" id=\"bw-case-tab3\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e\n\u003cdiv class=\"bw-tabs-nav\"\u003e\n\u003clabel for=\"bw-case-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e \u003clabel for=\"bw-case-tab2\" class=\"bw-tab-btn\"\u003eMaterials\u003c\/label\u003e \u003clabel for=\"bw-case-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\u003eClassic style and reliable protection\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBLACKWOOD\u003c\/strong\u003e sunglasses case, crafted from premium natural Italian leather and precious wood. The elegant leather shade perfectly combines with the natural wood texture to create a stylish and recognizable design.\u003c\/p\u003e\n\u003cp\u003eThe rigid frame provides reliable protection for your glasses against damage during storage or transport. This case fits most glasses models of any brand.\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 Natural Italian Red Saffiano leather\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWood:\u003c\/strong\u003e Carpathian Ash covered with jewelry resin\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHardware:\u003c\/strong\u003e Magnetic snap for convenient closing\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSize \u0026amp; Weight:\u003c\/strong\u003e 17 x 9.5 cm (80 g)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Suitable for most sunglasses and optical glasses\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003ci\u003e* Each case is handcrafted, so the shade and texture of materials may vary slightly, making every piece unique.\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":51665902108985,"sku":"Glasses Case Red Saffiano","price":120.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/glasses-case-red-saffiano_68c1ae9e-b46d-4716-90b7-0d5834722e9f.webp?v=1776764283"},{"product_id":"glasses-case-white-saffiano","title":"Glasses Case White 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-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"],\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"],\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-tab3\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"]::after,\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"]::after,\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-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-case-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-case-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-case-tab3:checked ~ .bw-tabs-content .bw-pane3 {\n    display: block;\n    animation: bw-case-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n  }\n\n  @keyframes bw-case-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-case-tab1\" name=\"bw-case-tabs\" class=\"bw-tab-radio\" checked\u003e \u003cinput type=\"radio\" id=\"bw-case-tab2\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e \u003cinput type=\"radio\" id=\"bw-case-tab3\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e\n\u003cdiv class=\"bw-tabs-nav\"\u003e\n\u003clabel for=\"bw-case-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e \u003clabel for=\"bw-case-tab2\" class=\"bw-tab-btn\"\u003eMaterials\u003c\/label\u003e \u003clabel for=\"bw-case-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\u003eClassic style and reliable protection\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBLACKWOOD\u003c\/strong\u003e sunglasses case, crafted from premium natural Italian leather and precious wood. The elegant leather shade perfectly combines with the natural wood texture to create a stylish and recognizable design.\u003c\/p\u003e\n\u003cp\u003eThe rigid frame provides reliable protection for your glasses against damage during storage or transport. This case fits most glasses models of any brand.\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 Natural Italian White Saffiano leather\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWood:\u003c\/strong\u003e Carpathian Ash covered with jewelry resin\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHardware:\u003c\/strong\u003e Magnetic snap for convenient closing\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSize \u0026amp; Weight:\u003c\/strong\u003e 17 x 9.5 cm (80 g)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Suitable for most sunglasses and optical glasses\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003ci\u003e* Each case is handcrafted, so the shade and texture of materials may vary slightly, making every piece unique.\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":51665960599865,"sku":"Glasses Case White Saffiano","price":120.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/white_saffiano_case.webp?v=1776764993"},{"product_id":"glasses-case-bordeaux-smooth","title":"Glasses Case Bordeaux Smooth","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-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"],\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"],\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-tab3\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"]::after,\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"]::after,\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-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-case-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-case-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-case-tab3:checked ~ .bw-tabs-content .bw-pane3 {\n    display: block;\n    animation: bw-case-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n  }\n\n  @keyframes bw-case-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-case-tab1\" name=\"bw-case-tabs\" class=\"bw-tab-radio\" checked\u003e \u003cinput type=\"radio\" id=\"bw-case-tab2\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e \u003cinput type=\"radio\" id=\"bw-case-tab3\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e\n\u003cdiv class=\"bw-tabs-nav\"\u003e\n\u003clabel for=\"bw-case-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e \u003clabel for=\"bw-case-tab2\" class=\"bw-tab-btn\"\u003eMaterials\u003c\/label\u003e \u003clabel for=\"bw-case-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\u003eClassic style and reliable protection\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBLACKWOOD\u003c\/strong\u003e sunglasses case, crafted from premium natural Italian leather and precious wood. The elegant leather shade perfectly combines with the natural wood texture to create a stylish and recognizable design.\u003c\/p\u003e\n\u003cp\u003eThe rigid frame provides reliable protection for your glasses against damage during storage or transport. This case fits most glasses models of any brand.\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 Natural Italian Bordeaux Smooth\/Croco-embossed leather\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWood:\u003c\/strong\u003e Amaranth wood covered with jewelry resin\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHardware:\u003c\/strong\u003e Magnetic snap for convenient closing\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSize \u0026amp; Weight:\u003c\/strong\u003e 17 x 9.5 cm (80 g)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Suitable for most sunglasses and optical glasses\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003ci\u003e* Each case is handcrafted, so the shade and texture of materials may vary slightly, making every piece unique.\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":51666717770041,"sku":"Glasses Case Bordeaux Croco\/Smooth","price":120.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/glasses-case-bordeaux-smooth_7e298da7-bff0-4a5e-8167-d62c6fba2eff.webp?v=1776764993"},{"product_id":"glasses-case-shiny-rose-saffiano","title":"Glasses Case Shiny Rose 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-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"],\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"],\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-tab3\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-case-tab1:checked ~ .bw-tabs-nav label[for=\"bw-case-tab1\"]::after,\n  #bw-case-tab2:checked ~ .bw-tabs-nav label[for=\"bw-case-tab2\"]::after,\n  #bw-case-tab3:checked ~ .bw-tabs-nav label[for=\"bw-case-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-case-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-case-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-case-tab3:checked ~ .bw-tabs-content .bw-pane3 {\n    display: block;\n    animation: bw-case-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n  }\n\n  @keyframes bw-case-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-case-tab1\" name=\"bw-case-tabs\" class=\"bw-tab-radio\" checked\u003e \u003cinput type=\"radio\" id=\"bw-case-tab2\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e \u003cinput type=\"radio\" id=\"bw-case-tab3\" name=\"bw-case-tabs\" class=\"bw-tab-radio\"\u003e\n\u003cdiv class=\"bw-tabs-nav\"\u003e\n\u003clabel for=\"bw-case-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e \u003clabel for=\"bw-case-tab2\" class=\"bw-tab-btn\"\u003eMaterials\u003c\/label\u003e \u003clabel for=\"bw-case-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\u003eClassic style and reliable protection\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBLACKWOOD\u003c\/strong\u003e sunglasses case, crafted from premium natural Italian leather and precious wood. The elegant leather shade perfectly combines with the natural wood texture to create a stylish and recognizable design.\u003c\/p\u003e\n\u003cp\u003eThe rigid frame provides reliable protection for your glasses against damage during storage or transport. This case fits most glasses models of any brand.\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 Natural Italian Shiny Rose Saffiano leather\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWood:\u003c\/strong\u003e Amaranth wood covered with jewelry resin\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHardware:\u003c\/strong\u003e Magnetic snap for convenient closing\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSize \u0026amp; Weight:\u003c\/strong\u003e 17 x 9.5 cm (80 g)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Suitable for most sunglasses and optical glasses\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003ci\u003e* Each case is handcrafted, so the shade and texture of materials may vary slightly, making every piece unique.\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":51670876389689,"sku":"Glasses Case Shiny Rose","price":120.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/case_shiny_rose.jpg?v=1776764283"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/collections\/blackwood-background-1920x683_30180116-c79f-4123-a5f5-a8dd2ddec11d.jpg?v=1765838013","url":"https:\/\/blackwoodatelier.com\/en-ae\/collections\/sunglasses-case.oembed?page=2","provider":"Blackwoodbags","version":"1.0","type":"link"}