{"product_id":"siena-sand","title":"Siena Sand","description":"\u003cstyle\u003e\n  .bw-tabs-wrapper {\n    width: 100%;\n    background-color: #dbd9d3;\n    padding: 0 5px;\n    margin-top: -15px;\n    margin-bottom: 0;\n    font-family: 'KyivTypeSans-Regular', sans-serif;\n    color: #190200;\n    overflow: hidden;\n    box-sizing: border-box;\n    -webkit-text-size-adjust: 100%;\n  }\n\n  .bw-tab-radio {\n    position: absolute;\n    width: 1px;\n    height: 1px;\n    margin: -1px;\n    padding: 0;\n    overflow: hidden;\n    clip: rect(0 0 0 0);\n    white-space: nowrap;\n    border: 0;\n  }\n\n  .bw-tabs-nav {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    column-gap: 42px;\n    row-gap: 12px;\n    max-width: 620px;\n    margin: 0 auto 25px;\n    text-align: center;\n  }\n\n  .bw-tab-btn {\n    font-size: 15px;\n    font-weight: 400;\n    cursor: pointer;\n    opacity: 0.45;\n    transition: opacity 0.3s ease;\n    position: relative;\n    padding-bottom: 5px;\n    display: inline-block;\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: 0;\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-siena-sand-tab1:checked ~ .bw-tabs-nav label[for=\"bw-siena-sand-tab1\"],\n  #bw-siena-sand-tab2:checked ~ .bw-tabs-nav label[for=\"bw-siena-sand-tab2\"],\n  #bw-siena-sand-tab3:checked ~ .bw-tabs-nav label[for=\"bw-siena-sand-tab3\"],\n  #bw-siena-sand-tab4:checked ~ .bw-tabs-nav label[for=\"bw-siena-sand-tab4\"] {\n    opacity: 1;\n    font-weight: 500;\n  }\n\n  #bw-siena-sand-tab1:checked ~ .bw-tabs-nav label[for=\"bw-siena-sand-tab1\"]::after,\n  #bw-siena-sand-tab2:checked ~ .bw-tabs-nav label[for=\"bw-siena-sand-tab2\"]::after,\n  #bw-siena-sand-tab3:checked ~ .bw-tabs-nav label[for=\"bw-siena-sand-tab3\"]::after,\n  #bw-siena-sand-tab4:checked ~ .bw-tabs-nav label[for=\"bw-siena-sand-tab4\"]::after {\n    opacity: 1;\n  }\n\n  .bw-tabs-content {\n    max-width: 780px;\n    margin: 0 auto;\n    min-height: 260px;\n    padding-bottom: 25px;\n  }\n\n  .bw-tab-pane {\n    display: none;\n    font-size: 14px;\n    line-height: 1.58;\n  }\n\n  #bw-siena-sand-tab1:checked ~ .bw-tabs-content .bw-pane1,\n  #bw-siena-sand-tab2:checked ~ .bw-tabs-content .bw-pane2,\n  #bw-siena-sand-tab3:checked ~ .bw-tabs-content .bw-pane3,\n  #bw-siena-sand-tab4:checked ~ .bw-tabs-content .bw-pane4 {\n    display: block;\n    animation: bw-siena-sand-slide 0.45s ease-out forwards;\n  }\n\n  @keyframes bw-siena-sand-slide {\n    from {\n      opacity: 0;\n      transform: translateX(10px);\n    }\n\n    to {\n      opacity: 1;\n      transform: translateX(0);\n    }\n  }\n\n  .bw-tab-pane p {\n    margin: 0 0 14px;\n  }\n\n  .bw-tab-pane strong {\n    font-weight: 600;\n  }\n\n  .bw-product-note {\n    max-width: 660px;\n    margin: 0 auto;\n  }\n\n  .bw-material-list,\n  .bw-delivery-list {\n    padding-left: 18px;\n    margin: 0 0 14px;\n    list-style-type: disc;\n  }\n\n  .bw-material-list li,\n  .bw-delivery-list li {\n    margin-bottom: 6px;\n  }\n\n  .bw-size-wrap {\n    max-width: 660px;\n    margin: 0 auto;\n  }\n\n  .bw-fit-compact {\n    padding: 16px 0 18px;\n    border-top: 1px solid rgba(25, 2, 0, 0.14);\n    border-bottom: 1px solid rgba(25, 2, 0, 0.14);\n  }\n\n  .bw-fit-head {\n    margin-bottom: 20px;\n  }\n\n  .bw-fit-copy {\n    max-width: none;\n    margin: 0;\n    font-size: 13.5px;\n    line-height: 1.5;\n    color: rgba(25, 2, 0, 0.78);\n  }\n\n  .bw-fit-scale-wrap {\n    padding: 0 4px;\n  }\n\n  .bw-fit-scale-title {\n    margin-bottom: 10px;\n    color: #190200;\n    font-size: 11px;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n\n  .bw-fit-labels {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    margin-bottom: 10px;\n    color: rgba(25, 2, 0, 0.48);\n    font-size: 10px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .bw-fit-labels span {\n    text-align: center;\n    min-height: 14px;\n  }\n\n  .bw-fit-labels span:first-child {\n    text-align: left;\n  }\n\n  .bw-fit-labels span:last-child {\n    text-align: right;\n  }\n\n  .bw-fit-line {\n    position: relative;\n    height: 1px;\n    background-color: rgba(25, 2, 0, 0.22);\n    margin: 0 5px 2px;\n  }\n\n  .bw-fit-dot {\n    position: absolute;\n    top: 50%;\n    width: 7px;\n    height: 7px;\n    border-radius: 50%;\n    background-color: #dbd9d3;\n    border: 1px solid rgba(25, 2, 0, 0.45);\n    transform: translate(-50%, -50%);\n  }\n\n  .bw-fit-dot-1 {\n    left: 0;\n  }\n\n  .bw-fit-dot-2 {\n    left: 25%;\n  }\n\n  .bw-fit-dot-3 {\n    left: 50%;\n  }\n\n  .bw-fit-dot-4 {\n    left: 75%;\n  }\n\n  .bw-fit-dot-5 {\n    left: 100%;\n  }\n\n  .bw-fit-marker {\n    position: absolute;\n    top: 50%;\n    left: 25%;\n    width: 13px;\n    height: 13px;\n    border-radius: 50%;\n    background-color: #190200;\n    transform: translate(-50%, -50%);\n  }\n\n  .bw-size-list {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    margin-top: 16px;\n    border-top: 1px solid rgba(25, 2, 0, 0.14);\n    border-left: 1px solid rgba(25, 2, 0, 0.14);\n  }\n\n  .bw-size-item {\n    padding: 11px 8px 10px;\n    border-right: 1px solid rgba(25, 2, 0, 0.14);\n    border-bottom: 1px solid rgba(25, 2, 0, 0.14);\n    text-align: center;\n  }\n\n  .bw-size-label {\n    display: block;\n    margin-bottom: 4px;\n    color: rgba(25, 2, 0, 0.55);\n    font-size: 10.5px;\n    line-height: 1.25;\n  }\n\n  .bw-size-value {\n    display: block;\n    color: #190200;\n    font-size: 13.5px;\n    font-weight: 600;\n    white-space: nowrap;\n  }\n\n  .bw-consult-box {\n    margin-top: 16px;\n    padding-top: 16px;\n    border-top: 1px solid rgba(25, 2, 0, 0.13);\n    font-size: 13.5px;\n    line-height: 1.5;\n    color: #190200;\n  }\n\n  .bw-consult-inline {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-top: 10px;\n    font-size: 13px;\n    flex-wrap: wrap;\n  }\n\n  .bw-consult-inline a {\n    color: #5b2029;\n    text-decoration: underline;\n    font-weight: 500;\n  }\n\n  .bw-consult-divider {\n    color: rgba(25, 2, 0, 0.25);\n  }\n\n  .bw-care-link {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 10px 0;\n    border-bottom: 1px solid rgba(25, 2, 0, 0.15);\n    color: #190200 !important;\n    text-decoration: none !important;\n    font-size: 14px;\n  }\n\n  .bw-care-link-first {\n    margin-top: 20px;\n  }\n\n  .bw-care-link:hover {\n    opacity: 0.7;\n  }\n\n  @media (max-width: 767px) {\n    .bw-tabs-wrapper {\n      padding: 0 10px;\n      margin-top: -25px;\n    }\n\n    .bw-tabs-nav {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      column-gap: 28px;\n      row-gap: 10px;\n      max-width: 330px;\n      margin: 0 auto 24px;\n      text-align: center;\n    }\n\n    .bw-tab-btn {\n      white-space: nowrap;\n    }\n\n    .bw-tabs-content {\n      min-height: 340px;\n    }\n\n    .bw-fit-compact {\n      padding: 14px 0 16px;\n    }\n\n    .bw-fit-head {\n      margin-bottom: 18px;\n    }\n\n    .bw-fit-copy {\n      font-size: 13px;\n    }\n\n    .bw-fit-labels {\n      font-size: 9px;\n      letter-spacing: 0.06em;\n    }\n\n    .bw-size-list {\n      grid-template-columns: repeat(2, 1fr);\n      margin-top: 14px;\n    }\n\n    .bw-size-item {\n      padding: 10px 8px;\n    }\n\n    .bw-size-item:last-child {\n      grid-column: span 2;\n    }\n\n    .bw-consult-box {\n      margin-top: 14px;\n      padding-top: 14px;\n      font-size: 13px;\n    }\n\n    .bw-consult-inline {\n      gap: 8px 10px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"bw-tabs-wrapper\"\u003e\n\u003cinput checked class=\"bw-tab-radio\" name=\"bw-siena-sand-tabs\" id=\"bw-siena-sand-tab1\" type=\"radio\"\u003e \u003cinput class=\"bw-tab-radio\" name=\"bw-siena-sand-tabs\" id=\"bw-siena-sand-tab2\" type=\"radio\"\u003e \u003cinput class=\"bw-tab-radio\" name=\"bw-siena-sand-tabs\" id=\"bw-siena-sand-tab3\" type=\"radio\"\u003e \u003cinput class=\"bw-tab-radio\" name=\"bw-siena-sand-tabs\" id=\"bw-siena-sand-tab4\" type=\"radio\"\u003e\n\u003cdiv class=\"bw-tabs-nav\"\u003e\n\u003clabel for=\"bw-siena-sand-tab1\" class=\"bw-tab-btn\"\u003eDescription\u003c\/label\u003e \u003clabel for=\"bw-siena-sand-tab2\" class=\"bw-tab-btn\"\u003eMaterials\u003c\/label\u003e \u003clabel for=\"bw-siena-sand-tab3\" class=\"bw-tab-btn\"\u003eDimensions\u003c\/label\u003e \u003clabel for=\"bw-siena-sand-tab4\" class=\"bw-tab-btn\"\u003eShipping \u0026amp; Payment\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-tabs-content\"\u003e\n\u003cdiv class=\"bw-tab-pane bw-pane1\"\u003e\n\u003cdiv class=\"bw-product-note\"\u003e\n\u003cp\u003e\u003cstrong\u003eSiena Sand\u003c\/strong\u003e — BLACKWOOD cat-eye sunglasses, made of Italian acetate and Golden Madrone burl.\u003c\/p\u003e\n\u003cp\u003eThe Crystal Champagne shade features a soft, warm glow that blends perfectly with the brown gradient of the lenses and the natural wood texture.\u003c\/p\u003e\n\u003cp\u003eThe model is equipped with \u003cstrong\u003eCarl Zeiss lenses\u003c\/strong\u003e featuring a brown gradient and UV-400 protection. Flex metal hinges ensure smooth opening of the temples and a comfortable fit.\u003c\/p\u003e\n\u003cp\u003eThe packaging includes a branded BLACKWOOD box, a leather case with a strap, and a lens cloth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-tab-pane bw-pane2\"\u003e\n\u003cul class=\"bw-material-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eFrame material:\u003c\/strong\u003e Italian acetate in Crystal Champagne shade and temples with Golden Madrone burl elements;\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLenses:\u003c\/strong\u003e The sunglasses are equipped with lenses produced by Carl Zeiss Vision Sunlens with a brown gradient and UV-400 protection;\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTint level:\u003c\/strong\u003e Cat 2 (light);\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHinges:\u003c\/strong\u003e reinforced flex hinges with a closer;\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePackaging:\u003c\/strong\u003e branded box, leather case with a strap, lens cloth, passport with an individual product number.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cem\u003eEach piece is handcrafted from natural materials, making its texture and shade entirely unique. Slight variations of the finished product from the photo are natural.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-tab-pane bw-pane3\"\u003e\n\u003cdiv class=\"bw-size-wrap\"\u003e\n\u003cdiv class=\"bw-fit-compact\"\u003e\n\u003cdiv class=\"bw-fit-head\"\u003e\n\u003cp class=\"bw-fit-copy\"\u003eThe cat-eye shape is designed for a narrow or medium face. For a wide face, the frame may have a tighter fit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-fit-scale-wrap\"\u003e\n\u003cdiv class=\"bw-fit-scale-title\"\u003eSuitable for face width\u003c\/div\u003e\n\u003cdiv class=\"bw-fit-labels\"\u003e\n\u003cspan\u003eNarrow\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e \u003cspan\u003eMedium\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e \u003cspan\u003eWide\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-fit-line\"\u003e\n\u003cspan class=\"bw-fit-dot bw-fit-dot-1\"\u003e\u003c\/span\u003e \u003cspan class=\"bw-fit-dot bw-fit-dot-2\"\u003e\u003c\/span\u003e \u003cspan class=\"bw-fit-dot bw-fit-dot-3\"\u003e\u003c\/span\u003e \u003cspan class=\"bw-fit-dot bw-fit-dot-4\"\u003e\u003c\/span\u003e \u003cspan class=\"bw-fit-dot bw-fit-dot-5\"\u003e\u003c\/span\u003e \u003cspan class=\"bw-fit-marker\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-size-list\"\u003e\n\u003cdiv class=\"bw-size-item\"\u003e\n\u003cspan class=\"bw-size-label\"\u003eLens width\u003c\/span\u003e \u003cspan class=\"bw-size-value\"\u003e52 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-size-item\"\u003e\n\u003cspan class=\"bw-size-label\"\u003eBridge\u003c\/span\u003e \u003cspan class=\"bw-size-value\"\u003e21 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-size-item\"\u003e\n\u003cspan class=\"bw-size-label\"\u003eTemple\u003c\/span\u003e \u003cspan class=\"bw-size-value\"\u003e145 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-size-item\"\u003e\n\u003cspan class=\"bw-size-label\"\u003eWidth\u003c\/span\u003e \u003cspan class=\"bw-size-value\"\u003e144 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-size-item\"\u003e\n\u003cspan class=\"bw-size-label\"\u003eWeight\u003c\/span\u003e \u003cspan class=\"bw-size-value\"\u003e33–36 g\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-consult-box\"\u003eIf you are in doubt about your choice, our concierge service will help you evaluate the fit from a photo.\n\u003cdiv class=\"bw-consult-inline\"\u003e\n\u003ca href=\"https:\/\/t.me\/blackwood_ua\" target=\"_blank\"\u003eTelegram\u003c\/a\u003e \u003cspan class=\"bw-consult-divider\"\u003e|\u003c\/span\u003e \u003ca href=\"viber:\/\/chat?number=%2B380980244334\"\u003eViber\u003c\/a\u003e \u003cspan class=\"bw-consult-divider\"\u003e|\u003c\/span\u003e \u003ca href=\"https:\/\/wa.me\/380980244334\" target=\"_blank\"\u003eWhatsApp\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bw-tab-pane bw-pane4\"\u003e\n\u003cp\u003e\u003cstrong\u003eShipping:\u003c\/strong\u003e Worldwide insured delivery (except RU\/BY).\u003c\/p\u003e\n\u003cul class=\"bw-delivery-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eUAE:\u003c\/strong\u003e Next-day delivery from Dubai. Custom\/Pre-order items ship from Ukraine.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUSA:\u003c\/strong\u003e 5–10 business days. DDP (all taxes\/duties included at checkout).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eInternational:\u003c\/strong\u003e Standard (10–21 days) or Express (5–10 days). Shipped DAP (recipient covers local duties\/taxes).\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003ePayment:\u003c\/strong\u003e Visa, MasterCard, Apple\/Google Pay, PayPal. All payments are secure; data is not saved.\u003c\/p\u003e\n\u003ca class=\"bw-care-link bw-care-link-first\" href=\"https:\/\/blackwoodbags.com\/pages\/warranty\"\u003e \u003cspan\u003eWarranty\u003c\/span\u003e \u003cspan\u003e↗\u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"bw-care-link\" href=\"https:\/\/blackwoodbags.com\/pages\/care-instructions\"\u003e \u003cspan\u003eCare \u0026amp; Storage\u003c\/span\u003e \u003cspan\u003e↗\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Blackwoodbags","offers":[{"title":"Default Title","offer_id":53635676700985,"sku":"Siena Sand Brown Gradient New","price":275.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0273\/9024\/6985\/files\/siena-sand-1_7b594a85-aa1d-4f51-a3e3-01f75252ef44.webp?v=1782750061","url":"https:\/\/blackwoodbags.com\/en-ae\/products\/siena-sand","provider":"Blackwoodbags","version":"1.0","type":"link"}