{"product_id":"products-smarttrack-apple-find-my-wallet","title":"GearApt SmartTrack™ Wallet","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    \/* Updated Brand Colors *\/\n    --ga-text-main: #111111; \/* Black *\/\n    --ga-white: #ffffff; \/* White *\/\n    --ga-accent: #01424a; \/* Brand Teal *\/\n    --ga-accent-dark: #012a2f; \/* Darker Brand Teal for hovers *\/\n    \n    --ga-text-muted: #55555c;\n    --ga-bg-light: #f5f5f7;\n    --ga-border: #d2d2d7;\n    --ga-radius: 16px;\n    --ga-shadow: 0 20px 40px rgba(0,0,0,0.08);\n  }\n\n  .ga-landing-wrapper {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--ga-text-main);\n    line-height: 1.6;\n    background-color: var(--ga-white);\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n    font-size: 18px;\n  }\n\n  .ga-landing-wrapper * {\n    box-sizing: border-box;\n  }\n\n  \/* MOBILE FIRST PADDING FIXES *\/\n  .ga-container {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 24px 20px; \/* Reduced for mobile *\/\n  }\n\n  h1, h2, h3 {\n    margin-top: 0;\n    letter-spacing: -0.02em;\n    color: var(--ga-text-main);\n  }\n\n  p {\n    margin-top: 0;\n    font-size: 1.15rem; \/* Slightly larger base *\/\n  }\n\n  .ga-section-title {\n    font-size: 2.2rem;\n    line-height: 1.15;\n    margin-bottom: 16px;\n    text-align: center;\n  }\n\n  .ga-section-subtitle {\n    color: var(--ga-text-muted);\n    max-width: 760px;\n    margin: 0 auto 32px auto;\n    text-align: center;\n    font-size: 1.15rem;\n  }\n\n  \/* HERO MOBILE FIXES *\/\n  .ga-hero {\n    display: flex;\n    flex-direction: column;\n    gap: 30px; \/* Reduced for mobile *\/\n    align-items: center;\n    padding-top: 16px; \/* Massively reduced for mobile *\/\n    padding-bottom: 32px;\n  }\n\n  .ga-hero-text {\n    text-align: center;\n  }\n\n  .ga-hero-badge {\n    display: inline-block;\n    margin: 0 auto 18px auto;\n    background: var(--ga-bg-light);\n    color: var(--ga-text-main);\n    padding: 8px 16px;\n    border-radius: 20px;\n    font-size: 0.95rem;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  .ga-hero h1 {\n    font-size: clamp(2.2rem, 6vw, 3.6rem);\n    line-height: 1.08;\n    margin-bottom: 18px;\n  }\n\n  .ga-hero-subheadline {\n    font-size: 1.3rem;\n    color: var(--ga-text-main);\n    margin-bottom: 10px;\n    font-weight: 500;\n  }\n\n  .ga-hero-support {\n    font-size: 1.15rem;\n    color: var(--ga-text-muted);\n    max-width: 640px;\n    margin: 0 auto 26px auto;\n  }\n\n  .ga-hero-cta-group {\n    display: flex;\n    flex-direction: column;\n    gap: 14px;\n    align-items: center;\n    margin-bottom: 26px;\n  }\n\n  .ga-hero-btn {\n    display: inline-block;\n    background: var(--ga-accent);\n    color: var(--ga-white) !important;\n    text-decoration: none;\n    font-weight: 700;\n    font-size: 1.1rem;\n    padding: 16px 32px;\n    border-radius: 999px;\n    transition: background 0.2s ease, transform 0.2s ease;\n  }\n\n  .ga-hero-btn:hover {\n    background: var(--ga-accent-dark);\n    transform: translateY(-2px);\n  }\n\n  .ga-hero-micro {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px 18px;\n    font-size: 1rem;\n    color: var(--ga-text-muted);\n  }\n\n  .ga-hero-media {\n    width: 100%;\n    border-radius: var(--ga-radius);\n    overflow: hidden;\n    box-shadow: var(--ga-shadow);\n  }\n\n  .ga-hero-media video {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: cover;\n  }\n\n  .ga-review-wrapper {\n    margin-top: 26px;\n    padding-top: 22px;\n    border-top: 1px solid var(--ga-border);\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n  }\n\n  .ga-stars {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    font-weight: 700;\n    font-size: 1.1rem;\n  }\n\n  .ga-stars-icons {\n    color: #f5c518;\n    letter-spacing: 2px;\n    font-size: 1.25rem;\n  }\n\n  .ga-review-sub {\n    font-size: 1rem !important;\n    margin-top: 8px !important;\n    color: var(--ga-text-muted);\n  }\n\n  \/* TRUST BAR *\/\n  .ga-trust-bar {\n    background: var(--ga-bg-light);\n    border-top: 1px solid var(--ga-border);\n    border-bottom: 1px solid var(--ga-border);\n  }\n\n  .ga-trust-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 16px;\n    padding: 22px 20px;\n    text-align: center;\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  \/* SWITCH SECTION *\/\n  .ga-switch-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 20px;\n    margin-top: 28px;\n  }\n\n  .ga-switch-card {\n    background: var(--ga-bg-light);\n    border-radius: var(--ga-radius);\n    padding: 28px 22px;\n  }\n\n  .ga-switch-card h3 {\n    font-size: 1.4rem;\n    margin-bottom: 12px;\n  }\n\n  .ga-switch-list {\n    list-style: none;\n    margin: 0;\n    padding: 0;\n  }\n\n  .ga-switch-list li {\n    margin-bottom: 14px;\n    font-size: 1.1rem;\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n  }\n\n  \/* PROBLEM \/ USE CASE *\/\n  .ga-problem {\n    background: var(--ga-bg-light);\n  }\n\n  .ga-problem-wrap {\n    max-width: 850px;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  .ga-problem-wrap h2 {\n    font-size: 2.2rem;\n    margin-bottom: 18px;\n  }\n\n  .ga-problem-points {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 16px;\n    margin-top: 28px;\n    text-align: left;\n  }\n\n  .ga-problem-point {\n    background: var(--ga-white);\n    border: 1px solid var(--ga-border);\n    border-radius: var(--ga-radius);\n    padding: 24px;\n  }\n\n  .ga-problem-point strong {\n    display: block;\n    margin-bottom: 8px;\n    font-size: 1.15rem;\n    color: var(--ga-accent);\n  }\n\n  \/* FEATURES *\/\n  .ga-features h2 {\n    font-size: 2.2rem;\n    text-align: center;\n    margin-bottom: 14px;\n  }\n\n  .ga-feature-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 24px;\n    text-align: left;\n    margin-top: 30px;\n  }\n\n  .ga-feature-card {\n    background: var(--ga-bg-light);\n    padding: 30px 24px;\n    border-radius: var(--ga-radius);\n  }\n\n  .ga-feature-card h3 {\n    font-size: 1.35rem;\n    margin-bottom: 10px;\n  }\n\n  \/* IMAGE BANNER \u0026 PLACEHOLDERS *\/\n  .ga-feature-banner {\n    width: 100%;\n    margin-top: 40px;\n    border-radius: var(--ga-radius);\n    overflow: hidden;\n    background-color: var(--ga-bg-light); \n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .ga-feature-banner img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--ga-radius);\n  }\n\n  \/* TRAVEL *\/\n  .ga-travel-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 24px;\n    margin-top: 28px;\n  }\n\n  .ga-travel-card {\n    background: var(--ga-bg-light);\n    padding: 26px 22px;\n    border-radius: var(--ga-radius);\n  }\n\n  .ga-travel-card h3 {\n    font-size: 1.35rem;\n    margin-bottom: 10px;\n  }\n\n  \/* COMPARISON *\/\n  .ga-comparison {\n    background: var(--ga-bg-light);\n    text-align: center;\n  }\n\n  .ga-comparison-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 24px;\n    text-align: left;\n  }\n\n  .ga-compare-card {\n    background: var(--ga-white);\n    padding: 38px 30px;\n    border-radius: var(--ga-radius);\n    border: 1px solid var(--ga-border);\n    position: relative;\n  }\n\n  .ga-compare-new {\n    border: 2px solid var(--ga-accent);\n    box-shadow: var(--ga-shadow);\n  }\n\n  .ga-badge-upgrade {\n    position: absolute;\n    top: -14px;\n    left: 30px;\n    background: var(--ga-accent);\n    color: var(--ga-white);\n    padding: 6px 16px;\n    border-radius: 14px;\n    font-size: 0.9rem;\n    font-weight: 700;\n    text-transform: uppercase;\n  }\n\n  .ga-compare-card h3 {\n    font-size: 1.55rem;\n    margin-bottom: 18px;\n  }\n\n  .ga-compare-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .ga-compare-list li {\n    margin-bottom: 14px;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    font-size: 1.15rem;\n  }\n\n  \/* REVIEWS *\/\n  .ga-testimonials-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 20px;\n    margin-top: 28px;\n  }\n\n  .ga-testimonial {\n    background: var(--ga-bg-light);\n    border-radius: var(--ga-radius);\n    padding: 24px;\n  }\n\n  .ga-testimonial-stars {\n    color: #f5c518;\n    font-size: 1.2rem;\n    margin-bottom: 12px;\n  }\n\n  .ga-testimonial p {\n    margin-bottom: 12px;\n    font-style: italic;\n  }\n\n  .ga-testimonial-name {\n    color: var(--ga-text-muted);\n    font-size: 1.05rem;\n    font-weight: 600;\n  }\n\n  \/* GUARANTEE *\/\n  .ga-guarantee {\n    background: var(--ga-bg-light);\n    text-align: center;\n  }\n\n  .ga-guarantee-box {\n    max-width: 760px;\n    margin: 0 auto 40px auto;\n    background: var(--ga-white);\n    border: 1px solid var(--ga-border);\n    border-radius: var(--ga-radius);\n    padding: 34px 24px;\n    box-shadow: var(--ga-shadow);\n  }\n\n  .ga-guarantee-box h2 {\n    font-size: 2.2rem;\n    margin-bottom: 14px;\n    color: var(--ga-accent);\n  }\n\n  .ga-guarantee-box p:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* GALLERY \u0026 INTERACTIVE OVERLAY *\/\n  .ga-gallery-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 16px;\n  }\n\n  .ga-gallery-item {\n    position: relative;\n    border-radius: var(--ga-radius);\n    overflow: hidden;\n    cursor: zoom-in;\n  }\n\n  .ga-gallery-item img {\n    width: 100%;\n    height: auto;\n    display: block;\n    transition: transform 0.3s ease;\n  }\n\n  .ga-gallery-item:hover img {\n    transform: scale(1.03);\n  }\n\n  .ga-zoom-overlay {\n    position: absolute;\n    top: 0; left: 0; right: 0; bottom: 0;\n    background: rgba(0, 0, 0, 0.25);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    opacity: 0;\n    transition: opacity 0.3s ease;\n    pointer-events: none; \/* Allows click to pass through to the image *\/\n  }\n\n  .ga-gallery-item:hover .ga-zoom-overlay {\n    opacity: 1;\n  }\n\n  .ga-zoom-overlay svg {\n    width: 44px;\n    height: 44px;\n    stroke: var(--ga-white);\n    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.3));\n    transform: scale(0.8);\n    transition: transform 0.3s ease;\n  }\n\n  .ga-gallery-item:hover .ga-zoom-overlay svg {\n    transform: scale(1);\n  }\n\n  \/* --- NEW TECHNICAL SPECS SECTION --- *\/\n  .ga-specs-wrapper {\n    max-width: 800px;\n    margin: 0 auto;\n    text-align: left;\n  }\n\n  .ga-spec-details {\n    background: var(--ga-white);\n    border: 1px solid var(--ga-border);\n    border-radius: var(--ga-radius);\n    overflow: hidden;\n    transition: box-shadow 0.3s ease, border-color 0.3s ease;\n  }\n\n  .ga-spec-details[open] {\n    box-shadow: var(--ga-shadow);\n    border-color: var(--ga-accent);\n  }\n\n  .ga-spec-summary {\n    padding: 22px 24px;\n    font-size: 1.3rem;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    background: var(--ga-bg-light);\n    color: var(--ga-text-main);\n  }\n\n  .ga-spec-summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ga-chevron {\n    transition: transform 0.3s ease;\n    color: var(--ga-accent);\n  }\n\n  .ga-spec-details[open] .ga-chevron {\n    transform: rotate(180deg);\n  }\n\n  .ga-spec-content {\n    padding: 10px 24px 24px 24px;\n  }\n\n  .ga-spec-row {\n    display: flex;\n    justify-content: space-between;\n    padding: 16px 0;\n    border-bottom: 1px solid var(--ga-border);\n    font-size: 1.15rem;\n  }\n\n  .ga-spec-row:last-child {\n    border-bottom: none;\n  }\n\n  .ga-spec-label {\n    color: var(--ga-text-muted);\n    font-weight: 500;\n    padding-right: 16px;\n  }\n\n  .ga-spec-value {\n    font-weight: 600;\n    text-align: right;\n    color: var(--ga-text-main);\n  }\n\n  \/* LIGHTBOX *\/\n  .ga-lightbox {\n    display: none;\n    position: fixed;\n    top: 0; left: 0; right: 0; bottom: 0;\n    background: rgba(0, 0, 0, 0.9);\n    z-index: 9999;\n    justify-content: center;\n    align-items: center;\n    padding: 20px;\n    cursor: zoom-out;\n    opacity: 0;\n    transition: opacity 0.3s ease;\n  }\n\n  .ga-lightbox.active {\n    display: flex;\n    opacity: 1;\n  }\n\n  .ga-lightbox img {\n    max-width: 100%;\n    max-height: 90vh;\n    border-radius: 8px;\n    box-shadow: 0 10px 40px rgba(0,0,0,0.5);\n  }\n\n  \/* RESPONSIVE BREAKPOINTS (INC TYPOGRAPHY BUMP \u0026 DESKTOP PADDING) *\/\n  @media (max-width: 600px) {\n    .ga-spec-row {\n      flex-direction: column;\n      gap: 6px;\n    }\n    .ga-spec-value {\n      text-align: left;\n    }\n    \n    \/* Mobile-specific adjustments for the zoom overlay *\/\n    .ga-zoom-overlay {\n      opacity: 1; \/* Always visible slightly on mobile *\/\n      background: transparent;\n      align-items: flex-end;\n      justify-content: flex-end;\n      padding: 12px;\n    }\n    .ga-zoom-overlay svg {\n      width: 28px;\n      height: 28px;\n      background: rgba(0,0,0,0.4);\n      border-radius: 50%;\n      padding: 5px;\n      transform: scale(1); \/* Ensure it's scaled properly *\/\n      backdrop-filter: blur(2px);\n    }\n  }\n\n  @media (min-width: 768px) {\n    .ga-container {\n      padding: 40px 20px; \/* Restoring desktop padding *\/\n    }\n    .ga-hero {\n      padding-top: 56px; \/* Restoring desktop padding *\/\n      padding-bottom: 56px;\n      gap: 40px;\n      flex-direction: row;\n    }\n    .ga-hero-text,\n    .ga-hero-media {\n      flex: 1;\n    }\n    .ga-hero-text {\n      text-align: left;\n    }\n    .ga-hero-badge {\n      margin: 0 0 18px 0;\n    }\n    .ga-hero-support {\n      margin: 0 0 26px 0;\n    }\n    .ga-hero-cta-group {\n      align-items: flex-start;\n    }\n    .ga-hero-micro {\n      justify-content: flex-start;\n    }\n    .ga-review-wrapper {\n      align-items: flex-start;\n      text-align: left;\n    }\n    .ga-stars {\n      justify-content: flex-start;\n    }\n    .ga-trust-grid {\n      grid-template-columns: repeat(4, 1fr);\n    }\n    .ga-switch-grid,\n    .ga-feature-grid,\n    .ga-travel-grid,\n    .ga-comparison-grid,\n    .ga-testimonials-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n    .ga-problem-points {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  \/* DESKTOP TYPOGRAPHY BUMP *\/\n  @media (min-width: 992px) {\n    .ga-switch-grid,\n    .ga-feature-grid,\n    .ga-travel-grid,\n    .ga-testimonials-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n    \n    \/* Make text much more readable on large desktop screens *\/\n    p, .ga-section-subtitle {\n      font-size: 1.25rem; \n      line-height: 1.65;\n    }\n    .ga-switch-list li, .ga-compare-list li {\n      font-size: 1.2rem;\n    }\n    .ga-hero-support {\n      font-size: 1.25rem;\n    }\n    .ga-problem-point strong {\n      font-size: 1.25rem;\n    }\n    .ga-spec-row {\n      font-size: 1.2rem;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ga-landing-wrapper\"\u003e\n\u003csection class=\"ga-hero ga-container\"\u003e\n\u003cdiv class=\"ga-hero-text\"\u003e\n\u003cspan class=\"ga-hero-badge\"\u003eNew Arrival\u003c\/span\u003e\n\u003ch1\u003eNever Lose Your Wallet Again — Built-In Apple Find My\u003c\/h1\u003e\n\u003cp class=\"ga-hero-subheadline\"\u003eLost wallets. Cancelled cards. Travel stress.\u003c\/p\u003e\n\u003cp class=\"ga-hero-support\"\u003eThis fixes all of it in one slim, trackable wallet. No AirTag needed. RFID protection built in. Designed for everyday carry.\u003c\/p\u003e\n\u003cdiv class=\"ga-hero-cta-group\"\u003e\n\u003ca href=\"#\" class=\"ga-hero-btn\"\u003eGet Yours Now →\u003c\/a\u003e\n\u003cdiv class=\"ga-hero-micro\"\u003e\n\u003cspan\u003e✓ Free Global Shipping\u003c\/span\u003e \u003cspan\u003e✓ 90 Day GearApt Warranty\u003c\/span\u003e \u003cspan\u003e✓ Limited Launch Stock\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ga-review-wrapper\"\u003e\n\u003cdiv class=\"ga-stars\"\u003e\n\u003cdiv class=\"ga-stars-icons\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ga-stars-text\"\u003e4.88\/5 Rated By Verified Customers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"ga-review-sub\"\u003eSlim, secure, and built for travel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ga-hero-media\"\u003e\u003cvideo id=\"ga-hero-vid\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\" disablepictureinpicture=\"\" poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0662\/9320\/3033\/files\/Man_sitting_at_laptop_with_GearApt_SmartTrack_Wallet_beside_him._D.jpg?v=1774185576\"\u003e\n        \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/f5d3fb871fc244168c1c3cb8ff0d28b7.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"ga-trust-bar\"\u003e\n\u003cdiv class=\"ga-container ga-trust-grid\"\u003e\n\u003cdiv class=\"ga-trust-item\"\u003e✓ Built-In Apple Find My\u003c\/div\u003e\n\u003cdiv class=\"ga-trust-item\"\u003e✓ No AirTag Required\u003c\/div\u003e\n\u003cdiv class=\"ga-trust-item\"\u003e✓ RFID Protection\u003c\/div\u003e\n\u003cdiv class=\"ga-trust-item\"\u003e✓ Premium Aluminum Build\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"ga-container\"\u003e\n\u003ch2 class=\"ga-section-title\"\u003eWhy People Are Switching to SmartTrack™\u003c\/h2\u003e\n\u003cp class=\"ga-section-subtitle\"\u003eMost smart wallets still need an extra tracker clipped on or stuffed inside. SmartTrack™ keeps everything clean, slim, and built in from the start.\u003c\/p\u003e\n\u003cdiv class=\"ga-switch-grid\"\u003e\n\u003cdiv class=\"ga-switch-card\"\u003e\n\u003ch3\u003eBuilt-In Tracking\u003c\/h3\u003e\n\u003cul class=\"ga-switch-list\"\u003e\n\u003cli\u003e\n\u003cspan\u003e✅\u003c\/span\u003e\u003cspan\u003eWorks with Apple Find My straight out of the box\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003e✅\u003c\/span\u003e\u003cspan\u003eNo bulky AirTag attached to the outside\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ga-switch-card\"\u003e\n\u003ch3\u003eSlimmer Everyday Carry\u003c\/h3\u003e\n\u003cul class=\"ga-switch-list\"\u003e\n\u003cli\u003e\n\u003cspan\u003e✅\u003c\/span\u003e\u003cspan\u003eFront-pocket friendly minimalist profile\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003e✅\u003c\/span\u003e\u003cspan\u003eNo overstuffed leather bulk dragging you down\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ga-switch-card\"\u003e\n\u003ch3\u003eSmarter Value\u003c\/h3\u003e\n\u003cul class=\"ga-switch-list\"\u003e\n\u003cli\u003e\n\u003cspan\u003e✅\u003c\/span\u003e\u003cspan\u003eTracking, RFID protection, and premium materials in one\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003e✅\u003c\/span\u003e\u003cspan\u003eA cleaner upgrade for work, travel, and daily carry\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ga-problem\"\u003e\n\u003cdiv class=\"ga-container ga-problem-wrap\"\u003e\n\u003ch2\u003eStop Losing Your Wallet. Stop Carrying Bulk.\u003c\/h2\u003e\n\u003cp\u003eTraditional wallets create two problems at once: they’re easy to misplace, and they get thicker every month. SmartTrack™ solves both with built-in location tracking, RFID protection, and a sleek aluminum design made for modern carry.\u003c\/p\u003e\n\u003cdiv class=\"ga-problem-points\"\u003e\n\u003cdiv class=\"ga-problem-point\"\u003e\n\u003cstrong\u003eLost wallet panic\u003c\/strong\u003e Wasting time retracing your steps, freezing cards, and hoping it turns up.\u003c\/div\u003e\n\u003cdiv class=\"ga-problem-point\"\u003e\n\u003cstrong\u003eBulky pockets\u003c\/strong\u003e Old-school wallets ruin comfort, sit awkwardly, and collect clutter fast.\u003c\/div\u003e\n\u003cdiv class=\"ga-problem-point\"\u003e\n\u003cstrong\u003eTravel stress\u003c\/strong\u003e Airports, taxis, hotels, and cafés are exactly where you need more peace of mind.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\" class=\"ga-feature-banner\"\u003e\n\u003cimg style=\"margin-bottom: 16px; float: none;\" alt=\"Comparasin between the traditional wallet vs the GearApt Smarttrack wallet\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0662\/9320\/3033\/files\/Comparasin_between_the_traditional_wallet_vs_the_GearApt_Smarttrack_wallet.jpg?v=1774168528\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ga-features ga-container\"\u003e\n\u003ch2\u003eBuilt to Solve Real Everyday Problems\u003c\/h2\u003e\n\u003cp class=\"ga-section-subtitle\"\u003eEvery feature is there for one reason: to make your wallet easier to carry, harder to lose, and better suited to modern travel.\u003c\/p\u003e\n\u003cdiv class=\"ga-feature-grid\"\u003e\n\u003cdiv class=\"ga-feature-card\"\u003e\n\u003ch3\u003eTrack It Fast — Right From Your iPhone\u003c\/h3\u003e\n\u003cp\u003eConnect directly to Apple Find My and locate your wallet alongside your phone, keys, and luggage. No extra tracker. No awkward add-on. No guessing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ga-feature-card\"\u003e\n\u003ch3\u003eBlocks RFID Theft — Protect Your Cards Anywhere\u003c\/h3\u003e\n\u003cp\u003eThe aluminum body acts as a protective RFID shield, helping guard your cards against digital skimming whether you’re commuting, traveling, or out for the day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ga-feature-card\"\u003e\n\u003ch3\u003eSlim Enough To Forget Its There — No More Bulk\u003c\/h3\u003e\n\u003cp\u003eAt just 123g with a compact minimalist profile, SmartTrack™ carries your daily essentials without turning your pocket into a brick.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ga-feature-banner\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0662\/9320\/3033\/files\/GearApt_SmartTrack_Wallet_comparison_to_the_traditional_wallet.jpg?v=1774188022\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ga-container\"\u003e\n\u003ch2 class=\"ga-section-title\"\u003eBuilt for Travel, Work, and Everyday Carry\u003c\/h2\u003e\n\u003cp class=\"ga-section-subtitle\"\u003eWhether you’re moving through airports, commuting into the city, or working across different locations, SmartTrack™ keeps your essentials protected, trackable, and easy to carry.\u003c\/p\u003e\n\u003cdiv class=\"ga-feature-banner\" style=\"margin-top: 0; margin-bottom: 30px;\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0662\/9320\/3033\/files\/Man_sitting_at_laptop_with_GearApt_SmartTrack_Wallet_beside_him._D.jpg?v=1774185576\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ga-travel-grid\"\u003e\n\u003cdiv class=\"ga-travel-card\"\u003e\n\u003ch3\u003eAt the Airport\u003c\/h3\u003e\n\u003cp\u003eMove through check-in, security, and boarding with one less thing to worry about if your wallet gets left behind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ga-travel-card\"\u003e\n\u003ch3\u003eIn the City\u003c\/h3\u003e\n\u003cp\u003eSlim enough for comfortable daily carry, with RFID protection for extra peace of mind in crowded areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ga-travel-card\"\u003e\n\u003ch3\u003eOn the Go\u003c\/h3\u003e\n\u003cp\u003eMeetings, cafés, taxis, hotels, co-working spaces — SmartTrack™ is made for the places where things get misplaced.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ga-comparison\"\u003e\n\u003cdiv class=\"ga-container\"\u003e\n\u003ch2 class=\"ga-section-title\"\u003eA Smarter Upgrade From the Traditional Wallet\u003c\/h2\u003e\n\u003cp class=\"ga-section-subtitle\"\u003eLess bulk. Better protection. Built-in tracking. This is what a modern wallet should feel like.\u003c\/p\u003e\n\u003cdiv class=\"ga-comparison-grid\"\u003e\n\u003cdiv class=\"ga-compare-card ga-compare-old\"\u003e\n\u003ch3\u003eTraditional Wallet\u003c\/h3\u003e\n\u003cul class=\"ga-compare-list\"\u003e\n\u003cli\u003e\n\u003cspan\u003e❌\u003c\/span\u003e Bulky in your pocket\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003e❌\u003c\/span\u003e Easy to misplace\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003e❌\u003c\/span\u003e No built-in tracking\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003e❌\u003c\/span\u003e No RFID protection\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003e❌\u003c\/span\u003e Overfills easily with clutter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ga-compare-card ga-compare-new\"\u003e\n\u003cdiv class=\"ga-badge-upgrade\"\u003eThe Upgrade\u003c\/div\u003e\n\u003ch3\u003eGearApt SmartTrack™ Wallet\u003c\/h3\u003e\n\u003cul class=\"ga-compare-list\"\u003e\n\u003cli\u003e\n\u003cspan\u003e✅\u003c\/span\u003e Built-In Apple Find My\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003e✅\u003c\/span\u003e No AirTag required\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003e✅\u003c\/span\u003e Slim minimalist profile\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003e✅\u003c\/span\u003e RFID-protected aluminum body\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003e✅\u003c\/span\u003e Better for travel and daily carry\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ga-container\"\u003e\n\u003ch2 class=\"ga-section-title\"\u003eWhat Customers Are Saying\u003c\/h2\u003e\n\u003cdiv class=\"ga-testimonials-grid\"\u003e\n\u003cdiv class=\"ga-testimonial\"\u003e\n\u003cdiv class=\"ga-testimonial-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp\u003e“Didn’t think I needed this until I started using it. Slim, premium, and the built-in tracking is brilliant for travel.”\u003c\/p\u003e\n\u003cdiv class=\"ga-testimonial-name\"\u003e— James, Sydney\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ga-testimonial\"\u003e\n\u003cdiv class=\"ga-testimonial-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp\u003e“Finally a smart wallet that doesn’t need a chunky AirTag hanging off it. Clean design and feels high quality.”\u003c\/p\u003e\n\u003cdiv class=\"ga-testimonial-name\"\u003e— Oliver, London\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ga-testimonial\"\u003e\n\u003cdiv class=\"ga-testimonial-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp\u003e“Perfect for airport days. It keeps things light and gives real peace of mind when I’m moving around.”\u003c\/p\u003e\n\u003cdiv class=\"ga-testimonial-name\"\u003e— Ethan, Melbourne\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ga-gallery ga-container\"\u003e\n\u003cdiv class=\"ga-gallery-grid\"\u003e\n\u003cdiv class=\"ga-gallery-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0662\/9320\/3033\/files\/GearApt_SmartTrack__Wallet_with_replaceable_wallet.jpg?v=1774491938\" alt=\"GearApt SmartTrack Wallet Product Shot\"\u003e\n\u003cdiv class=\"ga-zoom-overlay\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n        \u003ccircle r=\"8\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\n        \u003cline y2=\"16.65\" x2=\"16.65\" y1=\"21\" x1=\"21\"\u003e\u003c\/line\u003e\n        \u003cline y2=\"14\" x2=\"11\" y1=\"8\" x1=\"11\"\u003e\u003c\/line\u003e\n        \u003cline y2=\"11\" x2=\"14\" y1=\"11\" x1=\"8\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ga-gallery-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0662\/9320\/3033\/files\/GearApt_SmartTrack__Wallet_with_apple_find_my_notifications_25c95245-f643-4067-ae72-e76652161ff4.jpg?v=1774492505\" alt=\"GearApt SmartTrack Wallet Notification Alert\"\u003e\n\u003cdiv class=\"ga-zoom-overlay\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n        \u003ccircle r=\"8\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\n        \u003cline y2=\"16.65\" x2=\"16.65\" y1=\"21\" x1=\"21\"\u003e\u003c\/line\u003e\n        \u003cline y2=\"14\" x2=\"11\" y1=\"8\" x1=\"11\"\u003e\u003c\/line\u003e\n        \u003cline y2=\"11\" x2=\"14\" y1=\"11\" x1=\"8\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ga-guarantee\"\u003e\n\u003cdiv class=\"ga-container\"\u003e\n\u003cdiv class=\"ga-guarantee-box\"\u003e\n\u003ch2\u003eTry It Risk-Free\u003c\/h2\u003e\n\u003cp\u003eUpgrade your everyday carry with less risk. If SmartTrack™ isn’t the right fit for you, you’re covered by the GearApt 90 Day Warranty.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eLimited launch stock available.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ga-specs-wrapper\"\u003e\n\u003cdetails class=\"ga-spec-details\"\u003e\n\u003csummary class=\"ga-spec-summary\"\u003e\u003cspan\u003eTechnical Specifications\u003c\/span\u003e \u003csvg class=\"ga-chevron\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"ga-spec-content\"\u003e\n\u003cdiv class=\"ga-spec-row\"\u003e\n\u003cspan class=\"ga-spec-label\"\u003eBrand\u003c\/span\u003e \u003cspan class=\"ga-spec-value\"\u003eGearApt\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ga-spec-row\"\u003e\n\u003cspan class=\"ga-spec-label\"\u003eMaterial\u003c\/span\u003e \u003cspan class=\"ga-spec-value\"\u003eAeronautical Aluminum Alloy\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ga-spec-row\"\u003e\n\u003cspan class=\"ga-spec-label\"\u003eDimensions\u003c\/span\u003e \u003cspan class=\"ga-spec-value\"\u003e8.6cm (L) x 5.4cm (W)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ga-spec-row\"\u003e\n\u003cspan class=\"ga-spec-label\"\u003eWeight\u003c\/span\u003e \u003cspan class=\"ga-spec-value\"\u003e123g\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ga-spec-row\"\u003e\n\u003cspan class=\"ga-spec-label\"\u003eProfile\u003c\/span\u003e \u003cspan class=\"ga-spec-value\"\u003eMinimalist Front-Pocket Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ga-spec-row\"\u003e\n\u003cspan class=\"ga-spec-label\"\u003eSecurity\u003c\/span\u003e \u003cspan class=\"ga-spec-value\"\u003eRFID Blocking + Apple Find My\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ga-spec-row\"\u003e\n\u003cspan class=\"ga-spec-label\"\u003eCompatibility\u003c\/span\u003e \u003cspan class=\"ga-spec-value\"\u003eiOS \/ Apple Find My Network\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ga-lightbox\" id=\"ga-lightbox\"\u003e\u003cimg id=\"ga-lightbox-img\" alt=\"Zoomed Image\"\u003e\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function() {\n    const galleryItems = document.querySelectorAll('.ga-gallery-item');\n    const lightbox = document.getElementById('ga-lightbox');\n    const lightboxImg = document.getElementById('ga-lightbox-img');\n\n    galleryItems.forEach(item =\u003e {\n      item.addEventListener('click', function() {\n        const img = this.querySelector('img');\n        if (img) {\n          lightboxImg.src = img.src;\n          lightbox.classList.add('active');\n        }\n      });\n    });\n\n    if (lightbox) {\n      lightbox.addEventListener('click', function() {\n        this.classList.remove('active');\n      });\n    }\n  });\n\u003c\/script\u003e","brand":"GearApt","offers":[{"title":"Stealth Black","offer_id":43148490899545,"sku":"14:193#Black;200007763:201336100","price":68.0,"currency_code":"USD","in_stock":true},{"title":"Carbon Fiber Pro","offer_id":43148490965081,"sku":"14:771#Carbon Fibre;200007763:201336100","price":78.0,"currency_code":"USD","in_stock":true},{"title":"Titanium Gray","offer_id":43148490866777,"sku":"14:691#Gray;200007763:201336100","price":68.0,"currency_code":"USD","in_stock":true},{"title":"Explorer Orange","offer_id":43148490932313,"sku":"14:350852#Orange;200007763:201336100","price":68.0,"currency_code":"USD","in_stock":true},{"title":"Expedition Green","offer_id":43148490801241,"sku":"14:200004889#Army Green;200007763:201336100","price":68.0,"currency_code":"USD","in_stock":true},{"title":"Atlantic Blue","offer_id":43148490834009,"sku":"14:173#Blue;200007763:201336100","price":68.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0662\/9320\/3033\/files\/gearapt-smarttrack-wallet-apple-find-my-tracking-map.jpg_1.jpg?v=1774502155","url":"https:\/\/www.gearapt.com\/products\/products-smarttrack-apple-find-my-wallet","provider":"GearApt","version":"1.0","type":"link"}