(function () {
var ENDPOINT = "https://app.cash4pawn.com/api/functions/trackEvent";
function getSessionId() {
try {
var sid = sessionStorage.getItem("c4p_session_id");
if (!sid) {
sid = "sess_" + Date.now() + "_" + Math.random().toString(36).slice(2, 10);
sessionStorage.setItem("c4p_session_id", sid);
}
return sid;
} catch (e) {
return "sess_" + Date.now();
}
}
function getDeviceType() {
var ua = navigator.userAgent;
if (/tablet|ipad/i.test(ua)) return "tablet";
if (/mobi|android|iphone/i.test(ua)) return "mobile";
return "desktop";
}
function trackPageView() {
var event = {
event_type: "page_view",
source: "wix",
page_url: window.location.href,
page_path: window.location.pathname,
page_title: document.title,
session_id: getSessionId(),
referrer: document.referrer,
user_agent: navigator.userAgent,
device_type: getDeviceType(),
};
fetch(ENDPOINT, {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ events: [event] }),
mode: "cors",
}).catch(function () {});
}
if (document.readyState === "complete") {
trackPageView();
} else {
window.addEventListener("load", trackPageView);
}
var lastPath = window.location.pathname;
setInterval(function () {
if (window.location.pathname !== lastPath) {
lastPath = window.location.pathname;
trackPageView();
}
}, 1000);
})();
top of page
Vintage Cartier Gold Plated Eyeglasses 55-18 Rx Lenses Frame w/ Case 1988
Authentic vintage Cartier Gold Plated Eyeglasses manufactured in 1988. These classic designer frames feature an elegant aviator-style design with Cartier's renowned craftsmanship and timeless luxury styling.
The eyeglasses currently contain prescription lenses and are being sold primarily as a replacement frame. The lenses should be replaced by your optician with your own prescription or non-prescription lenses.
Frame markings include:
©1988 Cartier
Cartier Paris
Made in France
Size: 55□18
Temple Length: 135 mm
A beautiful vintage Cartier frame that is ideal for everyday wear, collecting, or restoring with new lenses.
Item Specifics
Brand: Cartier
Type: Eyeglasses
Department: Unisex Adults
Style: Aviator
Frame Material: Metal
Frame Color: Gold
Finish: Gold Plated
Lens Width: 55 mm
Bridge Width: 18 mm
Temple Length: 135 mm
Lens Color: Yellow Tint (Prescription)
Lens Technology: Prescription
Country/Region of Manufacture: France
Year Manufactured: 1988
Vintage: Yes
Included
Authentic Cartier gold plated eyeglass frame
Installed prescription lenses (replacement recommended)
Original Must de Cartier presentation case
Please Note
The installed prescription lenses are included only as placeholders and should be replaced before use.
Temple tip covers have noticeable wear from age and use.
The original Cartier case shows cosmetic wear, dents, and impressions from storage.
No cleaning cloth, paperwork, or additional accessories are included.
Please review all photographs carefully, as they are part of the item description. The item shown is the exact item you will receive.
Ships securely packaged with tracking and insurance.
bottom of page