{
  "action": "Product-SizeChart",
  "queryString": "cid=pdp-content-section-fit-guide-rebar",
  "locale": "en_US",
  "success": true,
  "content": "<!-- SPY Optic Rebar Fit Information - Enhanced Content Asset -->\r\n<style>\r\n    /* Custom styles for Rebar fit information */\r\n    .rebar-fit-section {\r\n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\r\n        color: #1a1a1a;\r\n        padding: 20px 0;\r\n    }\r\n    \r\n    .rebar-fit-header {\r\n        text-align: center;\r\n        margin-bottom: 30px;\r\n        padding-bottom: 15px;\r\n        border-bottom: 2px solid #000;\r\n    }\r\n    \r\n    .rebar-fit-title {\r\n        font-size: 24px;\r\n        font-weight: 700;\r\n        text-transform: uppercase;\r\n        letter-spacing: 2px;\r\n        margin: 0;\r\n        color: #000;\r\n    }\r\n    \r\n    .rebar-fit-subtitle {\r\n        font-size: 14px;\r\n        color: #666;\r\n        margin-top: 5px;\r\n        text-transform: uppercase;\r\n        letter-spacing: 1px;\r\n    }\r\n    \r\n    .rebar-fit-details {\r\n        display: flex;\r\n        flex-wrap: wrap;\r\n        gap: 20px;\r\n        margin-bottom: 30px;\r\n    }\r\n    \r\n    .rebar-fit-card {\r\n        flex: 1;\r\n        min-width: 280px;\r\n        background: #f8f8f8;\r\n        padding: 20px;\r\n        border-left: 3px solid #000;\r\n    }\r\n    \r\n    .rebar-fit-card h3 {\r\n        font-size: 12px;\r\n        font-weight: 700;\r\n        text-transform: uppercase;\r\n        letter-spacing: 1px;\r\n        color: #666;\r\n        margin: 0 0 10px 0;\r\n    }\r\n    \r\n    .rebar-fit-card p {\r\n        font-size: 15px;\r\n        line-height: 1.6;\r\n        margin: 0;\r\n        color: #1a1a1a;\r\n    }\r\n    \r\n    .rebar-fit-highlight {\r\n        font-weight: 600;\r\n        color: #000;\r\n    }\r\n    \r\n    .rebar-specs-container {\r\n        background: #fff;\r\n        border: 1px solid #e0e0e0;\r\n        border-radius: 8px;\r\n        padding: 25px;\r\n        margin-bottom: 30px;\r\n        box-shadow: 0 2px 4px rgba(0,0,0,0.05);\r\n    }\r\n    \r\n    .rebar-specs-title {\r\n        font-size: 16px;\r\n        font-weight: 700;\r\n        text-transform: uppercase;\r\n        letter-spacing: 1px;\r\n        margin: 0 0 20px 0;\r\n        text-align: center;\r\n        color: #000;\r\n    }\r\n    \r\n    .rebar-specs-grid {\r\n        display: grid;\r\n        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\r\n        gap: 20px;\r\n        margin-bottom: 15px;\r\n    }\r\n    \r\n    .rebar-spec-item {\r\n        text-align: center;\r\n        padding: 15px 10px;\r\n        background: #fafafa;\r\n        border-radius: 4px;\r\n        transition: all 0.3s ease;\r\n    }\r\n    \r\n    .rebar-spec-item:hover {\r\n        background: #f0f0f0;\r\n        transform: translateY(-2px);\r\n    }\r\n    \r\n    .rebar-spec-label {\r\n        font-size: 11px;\r\n        font-weight: 600;\r\n        text-transform: uppercase;\r\n        letter-spacing: 0.5px;\r\n        color: #666;\r\n        margin-bottom: 5px;\r\n        display: block;\r\n    }\r\n    \r\n    .rebar-spec-value {\r\n        font-size: 22px;\r\n        font-weight: 700;\r\n        color: #000;\r\n        display: block;\r\n    }\r\n    \r\n    .rebar-spec-unit {\r\n        font-size: 12px;\r\n        font-weight: 400;\r\n        color: #999;\r\n    }\r\n    \r\n    .rebar-size-note {\r\n        text-align: center;\r\n        font-size: 13px;\r\n        color: #666;\r\n        font-style: italic;\r\n        margin-top: 15px;\r\n        padding-top: 15px;\r\n        border-top: 1px solid #e0e0e0;\r\n    }\r\n    \r\n    .rebar-diagrams {\r\n        display: flex;\r\n        flex-wrap: wrap;\r\n        gap: 20px;\r\n        margin-top: 30px;\r\n    }\r\n    \r\n    .rebar-diagram-container {\r\n        flex: 1;\r\n        min-width: 280px;\r\n        text-align: center;\r\n        background: #fafafa;\r\n        padding: 20px;\r\n        border-radius: 8px;\r\n    }\r\n    \r\n    .rebar-diagram-container img {\r\n        width: 100%;\r\n        max-width: 300px;\r\n        height: auto;\r\n        margin: 0 auto;\r\n        display: block;\r\n    }\r\n    \r\n    .rebar-diagram-label {\r\n        font-size: 12px;\r\n        font-weight: 600;\r\n        text-transform: uppercase;\r\n        letter-spacing: 1px;\r\n        color: #666;\r\n        margin-top: 15px;\r\n    }\r\n    \r\n    /* Mobile responsiveness */\r\n    @media (max-width: 768px) {\r\n        .rebar-fit-title {\r\n            font-size: 20px;\r\n        }\r\n        \r\n        .rebar-specs-grid {\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 15px;\r\n        }\r\n        \r\n        .rebar-spec-value {\r\n            font-size: 20px;\r\n        }\r\n        \r\n        .rebar-fit-card {\r\n            min-width: 100%;\r\n        }\r\n        \r\n        .rebar-diagram-container {\r\n            min-width: 100%;\r\n        }\r\n    }\r\n    \r\n    @media (max-width: 480px) {\r\n        .rebar-specs-container {\r\n            padding: 20px 15px;\r\n        }\r\n        \r\n        .rebar-specs-grid {\r\n            grid-template-columns: 1fr;\r\n        }\r\n    }\r\n</style>\r\n\r\n<div class=\"rebar-fit-section\">\r\n    <!-- Header Section -->\r\n    <div class=\"rebar-fit-header\">\r\n        <h2 class=\"rebar-fit-title\">Frame Specifications</h2>\r\n    </div>\r\n    \r\n    <!-- Fit Details Cards -->\r\n    <div class=\"rebar-fit-details\">\r\n        <div class=\"rebar-fit-card\">\r\n            <h3>Frame Fit</h3>\r\n            <p>The Rebar features a <span class=\"rebar-fit-highlight\">wide fit profile</span> engineered for large to extra-large faces, providing optimal coverage and comfort during extended wear.</p>\r\n        </div>\r\n        <div class=\"rebar-fit-card\">\r\n            <h3>Frame Size</h3>\r\n            <p>With a temple length of <span class=\"rebar-fit-highlight\">147mm</span>, the Rebar is classified as a large frame, delivering substantial coverage and bold presence.</p>\r\n        </div>\r\n    </div>\r\n    \r\n    <!-- Specifications Table -->\r\n    <div class=\"rebar-specs-container\">\r\n        <h3 class=\"rebar-specs-title\">Precise Measurements</h3>\r\n        \r\n        <div class=\"rebar-specs-grid\">\r\n            <div class=\"rebar-spec-item\">\r\n                <span class=\"rebar-spec-label\">Temple Width</span>\r\n                <span class=\"rebar-spec-value\">147<span class=\"rebar-spec-unit\">mm</span></span>\r\n            </div>\r\n            <div class=\"rebar-spec-item\">\r\n                <span class=\"rebar-spec-label\">Bridge Width</span>\r\n                <span class=\"rebar-spec-value\">18<span class=\"rebar-spec-unit\">mm</span></span>\r\n            </div>\r\n            <div class=\"rebar-spec-item\">\r\n                <span class=\"rebar-spec-label\">Lens Width</span>\r\n                <span class=\"rebar-spec-value\">62<span class=\"rebar-spec-unit\">mm</span></span>\r\n            </div>\r\n        </div>\r\n        \r\n        <div class=\"rebar-size-note\">\r\n            <strong>Pro Tip:</strong> Frame measurements can be found printed on the inside of the temples for easy reference.\r\n        </div>\r\n    </div>\r\n    \r\n    <!-- Technical Diagrams -->\r\n    <div class=\"rebar-diagrams\">\r\n        <div class=\"rebar-diagram-container col-sm-12 col-lg-12\">\r\n            <img alt=\"Rebar Front View Technical Drawing\" \r\n                 class=\"highlight-image\" \r\n                 src=\"https://www.spyoptic.com/on/demandware.static/-/Library-Sites-SPYOpticEUSharedLibrary/default/dw84570e8a/pdp/fit_guide/SPY_linedrawing_rebar_front.png\" \r\n                 title=\"Rebar sunglasses front view technical drawing\" />\r\n            <div class=\"rebar-diagram-label\">Front View</div>\r\n        </div>\r\n        <div class=\"rebar-diagram-container col-sm-12 col-lg-12\">\r\n            <img alt=\"Rebar Profile View Technical Drawing\" \r\n                 class=\"highlight-image\" \r\n                 src=\"https://www.spyoptic.com/on/demandware.static/-/Library-Sites-SPYOpticEUSharedLibrary/default/dwf329656b/pdp/fit_guide/SPY_linedrawing_rebar_profile.png\" \r\n                 title=\"Rebar sunglasses profile view technical drawing\" />\r\n            <div class=\"rebar-diagram-label\">Profile View</div>\r\n        </div>\r\n    </div>\r\n</div>",
  "__gtmEvents": [
    {
      "user": {
        "loginStatus": "Not Logged",
        "userType": ""
      }
    }
  ]
}