Ray Ban - 0RX5387 5629 54

£64.00

RRP £124

IN STOCK - Dispatched within 48 hours - Depending on prescription

  • Authorised Ray-Ban stockist

  • Supplied with original Ray-Ban case. ( cases may differ from picture )

  • 24 Month Warranty

  • Free tracked 48 delivery

Expanding the repertoire of a brand favorite, the always fresh perspective of Youngster design gives new fade-down tones easy going style.

Young, wild, and free. That’s how these trendy, youthful frames will have you feeling. These stylish opticals pair square acetate rims with a keyhole bridge and super thin temples. The modern construction sharply highlights the heritage havana tones. Best of all, these glasses are versatile enough to fit just about any outfit and are sure to bring out your playful side.

Lens width: 54

Lens Height: 46

Bridge Width: 18

Arm Length: 150

Frame Colour code: 5629 Transparent

Lens Colour: N/A

Material: Acetate

RRP £124

IN STOCK - Dispatched within 48 hours - Depending on prescription

  • Authorised Ray-Ban stockist

  • Supplied with original Ray-Ban case. ( cases may differ from picture )

  • 24 Month Warranty

  • Free tracked 48 delivery

Expanding the repertoire of a brand favorite, the always fresh perspective of Youngster design gives new fade-down tones easy going style.

Young, wild, and free. That’s how these trendy, youthful frames will have you feeling. These stylish opticals pair square acetate rims with a keyhole bridge and super thin temples. The modern construction sharply highlights the heritage havana tones. Best of all, these glasses are versatile enough to fit just about any outfit and are sure to bring out your playful side.

Lens width: 54

Lens Height: 46

Bridge Width: 18

Arm Length: 150

Frame Colour code: 5629 Transparent

Lens Colour: N/A

Material: Acetate

<script>
// Replace "/shop-lenses" with the desired URL slug
var upsellPageUrl = "/our-lenses";  <!-- Changed here -->

function redirectToUpsellPageHandler(wrapper) {
  var addToCartButton = wrapper.querySelector(".sqs-add-to-cart-button"),
      productVariants = wrapper.querySelector(".product-variants");

  function isVariantInStock() {
    return productVariants.getAttribute("data-variant-in-stock");
  }

  function onClick() {
    (productVariants && isVariantInStock() || !productVariants) && setTimeout(function() {
      document.location.href = upsellPageUrl;  <!-- Changed here -->
    }, 1200);
  }

  addToCartButton && addToCartButton.addEventListener("click", onClick);
}

function redirectToUpsellPage() {
  var productPage = document.querySelector(".collection-type-products.view-item #productDetails, .collection-type-products.view-item .ProductItem-details"),
      productBlocks;
  
  if (productPage) redirectToUpsellPageHandler(productPage);
  [].slice.call(document.querySelectorAll(".sqs-block-product")).forEach(redirectToUpsellPageHandler);
}

document.addEventListener("DOMContentLoaded", redirectToUpsellPage);
window.addEventListener("mercury:load", redirectToUpsellPage);
</script>