{"product_id":"test-1","title":"RS Tribute Edition USA Wing End Plate Decal Set","description":"\u003cstyle\u003e\n  .pas-rs-tribute {\n    --pas-red: #e31b23;\n    --pas-blue: #173d6b;\n    --pas-black: #171717;\n    --pas-gray: #f4f4f4;\n    --pas-border: #e1e1e1;\n    --pas-white: #ffffff;\n    max-width: 980px;\n    margin: 0 auto;\n    color: #242424;\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .pas-rs-tribute * {\n    box-sizing: border-box;\n  }\n\n  .pas-rs-tribute h2,\n  .pas-rs-tribute h3,\n  .pas-rs-tribute p {\n    margin-top: 0;\n  }\n\n  .pas-rs-tribute h2 {\n    margin-bottom: 18px;\n    color: var(--pas-white);\n    font-size: clamp(28px, 4.5vw, 43px);\n    font-weight: 900;\n    line-height: 1.12;\n    letter-spacing: -0.025em;\n    text-transform: uppercase;\n  }\n\n  .pas-rs-tribute h3 {\n    margin-bottom: 14px;\n    color: var(--pas-black);\n    font-size: 21px;\n    font-weight: 900;\n    line-height: 1.25;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n  }\n\n  .pas-rs-tribute p {\n    margin-bottom: 17px;\n  }\n\n  .pas-rs-tribute ul,\n  .pas-rs-tribute ol {\n    margin: 0;\n    padding-left: 23px;\n  }\n\n  .pas-rs-tribute li {\n    margin-bottom: 9px;\n  }\n\n  .pas-rs-tribute-hero {\n    position: relative;\n    margin-bottom: 25px;\n    padding: clamp(30px, 5vw, 50px);\n    overflow: hidden;\n    color: var(--pas-white);\n    background:\n      linear-gradient(\n        115deg,\n        transparent 0%,\n        transparent 60%,\n        rgba(255, 255, 255, 0.05) 60%,\n        rgba(255, 255, 255, 0.05) 64%,\n        transparent 64%,\n        transparent 69%,\n        rgba(255, 255, 255, 0.05) 69%,\n        rgba(255, 255, 255, 0.05) 73%,\n        transparent 73%\n      ),\n      radial-gradient(\n        circle at top right,\n        rgba(227, 27, 35, 0.32),\n        transparent 38%\n      ),\n      linear-gradient(135deg, #090909, #292929);\n    border-left: 6px solid var(--pas-red);\n    border-radius: 10px;\n  }\n\n  .pas-rs-tribute-eyebrow {\n    display: inline-block;\n    margin-bottom: 14px;\n    color: #ff454b;\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n  }\n\n  .pas-rs-tribute-hero p {\n    max-width: 840px;\n    margin-bottom: 0;\n    color: #eeeeee;\n    font-size: 17px;\n  }\n\n  .pas-rs-tribute-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 14px;\n    margin-bottom: 25px;\n  }\n\n  .pas-rs-tribute-feature {\n    padding: 23px 18px;\n    text-align: center;\n    background: var(--pas-white);\n    border: 1px solid var(--pas-border);\n    border-bottom: 4px solid var(--pas-red);\n    border-radius: 8px;\n    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.05);\n  }\n\n  .pas-rs-tribute-feature strong {\n    display: block;\n    margin-bottom: 7px;\n    color: var(--pas-black);\n    font-size: 14px;\n    font-weight: 900;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n  }\n\n  .pas-rs-tribute-feature span {\n    display: block;\n    color: #5a5a5a;\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .pas-rs-tribute-section {\n    margin-bottom: 23px;\n    padding: 30px;\n    background: var(--pas-white);\n    border: 1px solid var(--pas-border);\n    border-radius: 10px;\n    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);\n  }\n\n  .pas-rs-tribute-section h3::after {\n    display: block;\n    width: 56px;\n    height: 3px;\n    margin-top: 10px;\n    background: var(--pas-red);\n    content: \"\";\n  }\n\n  .pas-rs-tribute-design {\n    position: relative;\n    margin-bottom: 23px;\n    padding: clamp(28px, 5vw, 42px);\n    overflow: hidden;\n    color: var(--pas-white);\n    background:\n      radial-gradient(\n        circle at top left,\n        rgba(23, 61, 107, 0.65),\n        transparent 43%\n      ),\n      radial-gradient(\n        circle at bottom right,\n        rgba(227, 27, 35, 0.45),\n        transparent 42%\n      ),\n      var(--pas-black);\n    border-radius: 10px;\n  }\n\n  .pas-rs-tribute-design h3 {\n    color: var(--pas-white);\n    font-size: clamp(23px, 3.5vw, 31px);\n  }\n\n  .pas-rs-tribute-design p {\n    color: #eeeeee;\n  }\n\n  .pas-rs-tribute-design p:last-child {\n    margin-bottom: 0;\n  }\n\n  .pas-rs-tribute-flag {\n    display: grid;\n    grid-template-columns: 0.8fr 1.5fr;\n    width: 100%;\n    max-width: 480px;\n    height: 100px;\n    margin: 25px 0;\n    overflow: hidden;\n    background: var(--pas-white);\n    border: 2px solid rgba(255, 255, 255, 0.35);\n    border-radius: 6px;\n  }\n\n  .pas-rs-tribute-stars {\n    display: grid;\n    place-items: center;\n    color: var(--pas-white);\n    font-size: 23px;\n    letter-spacing: 4px;\n    background: var(--pas-blue);\n  }\n\n  .pas-rs-tribute-stripes {\n    background:\n      repeating-linear-gradient(\n        to bottom,\n        var(--pas-red) 0,\n        var(--pas-red) 8px,\n        var(--pas-white) 8px,\n        var(--pas-white) 16px\n      );\n  }\n\n  .pas-rs-tribute-design-note {\n    padding: 18px 20px;\n    color: var(--pas-white);\n    background: rgba(255, 255, 255, 0.08);\n    border-left: 5px solid var(--pas-red);\n    border-radius: 6px;\n  }\n\n  .pas-rs-tribute-design-note strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--pas-white);\n    font-weight: 900;\n    text-transform: uppercase;\n  }\n\n  .pas-rs-tribute-design-note span {\n    display: block;\n    color: #eeeeee;\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  .pas-rs-tribute-pair-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 15px;\n    margin-top: 20px;\n  }\n\n  .pas-rs-tribute-pair-card {\n    padding: 24px 21px;\n    background: var(--pas-gray);\n    border-top: 5px solid var(--pas-red);\n    border-radius: 7px;\n  }\n\n  .pas-rs-tribute-pair-card strong {\n    display: block;\n    margin-bottom: 7px;\n    color: var(--pas-black);\n    font-size: 16px;\n    font-weight: 900;\n    text-transform: uppercase;\n  }\n\n  .pas-rs-tribute-pair-card span {\n    display: block;\n    color: #555555;\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  .pas-rs-tribute-callout {\n    margin-top: 21px;\n    padding: 19px 21px;\n    color: var(--pas-white);\n    background: var(--pas-black);\n    border-left: 5px solid var(--pas-red);\n    border-radius: 6px;\n  }\n\n  .pas-rs-tribute-callout strong {\n    color: var(--pas-white);\n    font-weight: 900;\n    letter-spacing: 0.03em;\n    text-transform: uppercase;\n  }\n\n  .pas-rs-tribute-callout p {\n    margin: 7px 0 0;\n    color: #eeeeee;\n  }\n\n  .pas-rs-tribute-fitment-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    margin: 19px 0;\n  }\n\n  .pas-rs-tribute-fitment {\n    padding: 18px 16px;\n    text-align: center;\n    font-weight: 900;\n    background: var(--pas-gray);\n    border-left: 4px solid var(--pas-red);\n    border-radius: 6px;\n  }\n\n  .pas-rs-tribute-color-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .pas-rs-tribute-color-card {\n    padding: 20px 16px;\n    text-align: center;\n    background: var(--pas-gray);\n    border: 1px solid var(--pas-border);\n    border-radius: 7px;\n  }\n\n  .pas-rs-tribute-color-card strong {\n    display: block;\n    margin-bottom: 6px;\n    color: var(--pas-black);\n    font-size: 14px;\n    font-weight: 900;\n    text-transform: uppercase;\n  }\n\n  .pas-rs-tribute-color-card span {\n    display: block;\n    color: #5b5b5b;\n    font-size: 13px;\n    line-height: 1.45;\n  }\n\n  .pas-rs-tribute-steps {\n    padding-left: 0 !important;\n    list-style: none;\n    counter-reset: rs-tribute-step;\n  }\n\n  .pas-rs-tribute-steps li {\n    position: relative;\n    min-height: 52px;\n    margin-bottom: 15px;\n    padding: 6px 5px 6px 63px;\n    counter-increment: rs-tribute-step;\n  }\n\n  .pas-rs-tribute-steps li::before {\n    position: absolute;\n    top: 0;\n    left: 0;\n    display: grid;\n    width: 46px;\n    height: 46px;\n    place-items: center;\n    color: var(--pas-white);\n    font-weight: 900;\n    background: var(--pas-red);\n    border-radius: 50%;\n    content: counter(rs-tribute-step);\n  }\n\n  .pas-rs-tribute-included {\n    margin-bottom: 23px;\n    padding: 30px;\n    color: var(--pas-white);\n    background: var(--pas-black);\n    border-radius: 10px;\n  }\n\n  .pas-rs-tribute-included h3 {\n    color: var(--pas-white);\n  }\n\n  .pas-rs-tribute-included li {\n    color: #eeeeee;\n  }\n\n  .pas-rs-tribute-included li::marker {\n    color: var(--pas-red);\n  }\n\n  .pas-rs-tribute-trust-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .pas-rs-tribute-trust-item {\n    padding: 20px 16px;\n    text-align: center;\n    background: var(--pas-gray);\n    border-radius: 7px;\n  }\n\n  .pas-rs-tribute-trust-item strong {\n    display: block;\n    margin-bottom: 6px;\n    color: var(--pas-black);\n    font-size: 14px;\n    font-weight: 900;\n    text-transform: uppercase;\n  }\n\n  .pas-rs-tribute-trust-item span {\n    display: block;\n    color: #5a5a5a;\n    font-size: 13px;\n    line-height: 1.45;\n  }\n\n  .pas-rs-tribute-review-link {\n    display: inline-block;\n    margin-top: 20px;\n    padding: 11px 18px;\n    color: var(--pas-white) !important;\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: 0.04em;\n    text-decoration: none;\n    text-transform: uppercase;\n    background: var(--pas-red);\n    border-radius: 5px;\n  }\n\n  .pas-rs-tribute-cta {\n    padding: 38px 30px;\n    text-align: center;\n    color: var(--pas-white);\n    background:\n      radial-gradient(\n        circle at top right,\n        rgba(255, 255, 255, 0.13),\n        transparent 35%\n      ),\n      linear-gradient(135deg, var(--pas-red), #9f0a10);\n    border-radius: 10px;\n  }\n\n  .pas-rs-tribute-cta h3 {\n    margin-bottom: 12px;\n    color: var(--pas-white);\n    font-size: 26px;\n  }\n\n  .pas-rs-tribute-cta p {\n    max-width: 760px;\n    margin: 0 auto;\n    color: var(--pas-white);\n  }\n\n  .pas-rs-tribute-disclaimer {\n    margin-top: 20px;\n    padding: 19px 20px;\n    color: #666666;\n    font-size: 12px;\n    line-height: 1.65;\n    background: var(--pas-gray);\n    border-radius: 6px;\n  }\n\n  @media (max-width: 740px) {\n    .pas-rs-tribute-feature-grid,\n    .pas-rs-tribute-pair-grid,\n    .pas-rs-tribute-fitment-grid,\n    .pas-rs-tribute-color-grid,\n    .pas-rs-tribute-trust-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .pas-rs-tribute-hero,\n    .pas-rs-tribute-section,\n    .pas-rs-tribute-design,\n    .pas-rs-tribute-included,\n    .pas-rs-tribute-cta {\n      padding: 24px 20px;\n    }\n\n    .pas-rs-tribute h2 {\n      font-size: 28px;\n    }\n\n    .pas-rs-tribute h3 {\n      font-size: 19px;\n    }\n\n    .pas-rs-tribute-flag {\n      height: 75px;\n    }\n\n    .pas-rs-tribute-stars {\n      font-size: 17px;\n      letter-spacing: 2px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"pas-rs-tribute\"\u003e\n\u003csection class=\"pas-rs-tribute-hero\"\u003e\u003cspan class=\"pas-rs-tribute-eyebrow\"\u003e USA-Inspired Porsche RS Styling \u003c\/span\u003e\n\u003ch2\u003eRS Tribute Edition USA Wing End Plate Decal Set\u003c\/h2\u003e\n\u003cp\u003eGive your Porsche 911 GT3 RS rear wing a distinctive American-inspired finishing detail with the \u003cstrong\u003ePremium Auto Styling RS Tribute Edition USA Wing End Plate Decal Set\u003c\/strong\u003e. This two-piece set combines bold RS lettering with a stylized American flag graphic designed for the driver-side and passenger-side rear-wing end plates.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"pas-rs-tribute-feature-grid\"\u003e\n\u003cdiv class=\"pas-rs-tribute-feature\"\u003e\n\u003cstrong\u003eComplete Two-Sided Set\u003c\/strong\u003e \u003cspan\u003e Includes one decal for the driver-side end plate and one mirrored decal for the passenger side. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pas-rs-tribute-feature\"\u003e\n\u003cstrong\u003eMultiple Color Options\u003c\/strong\u003e \u003cspan\u003e Choose the vinyl color that best complements your vehicle, wheels, accents or existing graphics. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pas-rs-tribute-feature\"\u003e\n\u003cstrong\u003ePrecision-Cut Vinyl\u003c\/strong\u003e \u003cspan\u003e A low-profile die-cut graphic with no bulky or visible rectangular background. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"pas-rs-tribute-design\"\u003e\n\u003ch3\u003eAmerican Spirit Meets RS Performance\u003c\/h3\u003e\n\u003cp\u003eThe RS Tribute Edition USA design brings together two instantly recognizable elements: the aggressive character of the RS name and the unmistakable visual identity of the American flag.\u003c\/p\u003e\n\u003cdiv class=\"pas-rs-tribute-flag\"\u003e\n\u003cdiv class=\"pas-rs-tribute-stars\"\u003e★ ★ ★\u003c\/div\u003e\n\u003cdiv class=\"pas-rs-tribute-stripes\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe flag artwork is integrated directly into the RS graphic, creating one cohesive rear-wing detail rather than two disconnected design elements. The result is bold enough to stand out against a dark carbon-fiber or painted end plate while remaining clean and proportionate to the factory rear wing.\u003c\/p\u003e\n\u003cdiv class=\"pas-rs-tribute-design-note\"\u003e\n\u003cstrong\u003eTribute Edition Design\u003c\/strong\u003e \u003cspan\u003e This is an original aftermarket tribute graphic created by Premium Auto Styling. It is not a factory Porsche option, factory package decal or replacement OEM emblem. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"pas-rs-tribute-section\"\u003e\n\u003ch3\u003eDesigned as a Mirrored Pair\u003c\/h3\u003e\n\u003cp\u003eThe driver-side and passenger-side wing end plates face opposite directions, so the decals are produced as a corresponding mirrored set. This allows the American flag and RS artwork to maintain the correct visual orientation on both sides of the rear wing.\u003c\/p\u003e\n\u003cdiv class=\"pas-rs-tribute-pair-grid\"\u003e\n\u003cdiv class=\"pas-rs-tribute-pair-card\"\u003e\n\u003cstrong\u003eDriver-Side Decal\u003c\/strong\u003e \u003cspan\u003e Precision-cut and oriented for installation on the driver-side rear-wing end plate. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pas-rs-tribute-pair-card\"\u003e\n\u003cstrong\u003ePassenger-Side Decal\u003c\/strong\u003e \u003cspan\u003e Mirrored to create a matching and correctly oriented appearance on the opposite end plate. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pas-rs-tribute-callout\"\u003e\n\u003cstrong\u003eBoth Sides Are Included\u003c\/strong\u003e\n\u003cp\u003eOne order includes the complete driver-side and passenger-side decal set. You do not need to order a quantity of two to complete both wing end plates.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"pas-rs-tribute-section\"\u003e\n\u003ch3\u003eChoose Your RS Tribute Color\u003c\/h3\u003e\n\u003cp\u003eSelect from the available automotive vinyl colors to coordinate the USA tribute graphic with your Porsche’s paint, brake calipers, wheels, interior details or other exterior accents.\u003c\/p\u003e\n\u003cdiv class=\"pas-rs-tribute-color-grid\"\u003e\n\u003cdiv class=\"pas-rs-tribute-color-card\"\u003e\n\u003cstrong\u003eHigh Contrast\u003c\/strong\u003e \u003cspan\u003e Choose a bright color for maximum visibility against a dark end plate. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pas-rs-tribute-color-card\"\u003e\n\u003cstrong\u003eColor Matched\u003c\/strong\u003e \u003cspan\u003e Coordinate the graphic with an existing accent color found elsewhere on your build. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pas-rs-tribute-color-card\"\u003e\n\u003cstrong\u003eSubtle OEM+\u003c\/strong\u003e \u003cspan\u003e Select a neutral or lower-contrast color for a more understated appearance. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pas-rs-tribute-callout\"\u003e\n\u003cstrong\u003eColor Appearance Notice\u003c\/strong\u003e\n\u003cp\u003eScreen settings, lighting conditions, photography and the color of the underlying wing end plate may affect how the selected vinyl appears. Review the listing images and available color selections before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"pas-rs-tribute-section\"\u003e\n\u003ch3\u003eProduct Features\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eOriginal RS Tribute Edition USA rear-wing graphic\u003c\/li\u003e\n\u003cli\u003eBold RS lettering combined with a stylized American flag\u003c\/li\u003e\n\u003cli\u003eComplete driver-side and passenger-side decal set\u003c\/li\u003e\n\u003cli\u003eMirrored artwork for correct orientation on both wing end plates\u003c\/li\u003e\n\u003cli\u003eDesigned for compatible Porsche 911 GT3 RS rear wings\u003c\/li\u003e\n\u003cli\u003eAvailable in multiple automotive vinyl colors\u003c\/li\u003e\n\u003cli\u003ePrecision-cut design with no printed rectangular background\u003c\/li\u003e\n\u003cli\u003ePremium exterior-grade automotive vinyl\u003c\/li\u003e\n\u003cli\u003ePre-applied transfer tape for controlled positioning\u003c\/li\u003e\n\u003cli\u003eNo drilling, painting or permanent wing modification required\u003c\/li\u003e\n\u003cli\u003eRemovable when a factory-style appearance is desired\u003c\/li\u003e\n\u003cli\u003eMade to order by Premium Auto Styling in Riverside, California\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"pas-rs-tribute-section\"\u003e\n\u003ch3\u003eVehicle Compatibility\u003c\/h3\u003e\n\u003cdiv class=\"pas-rs-tribute-fitment-grid\"\u003e\n\u003cdiv class=\"pas-rs-tribute-fitment\"\u003ePorsche 911 GT3 RS\u003c\/div\u003e\n\u003cdiv class=\"pas-rs-tribute-fitment\"\u003eCompatible GT3 RS-Style Wing End Plates\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eInstallation location:\u003c\/strong\u003e Exterior face of the driver-side and passenger-side rear-wing end plates.\u003c\/p\u003e\n\u003cdiv class=\"pas-rs-tribute-callout\"\u003e\n\u003cstrong\u003eImportant Fitment Information\u003c\/strong\u003e\n\u003cp\u003eRear-wing dimensions and end-plate shapes can vary by Porsche generation, factory equipment and aftermarket wing manufacturer. Compare the shape, proportions and placement shown in the listing photos with your rear wing before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"pas-rs-tribute-section\"\u003e\n\u003ch3\u003ePremium Automotive-Grade Vinyl\u003c\/h3\u003e\n\u003cp\u003eThe RS Tribute Edition USA decal set is manufactured from premium exterior-grade automotive vinyl selected for clean application, sharp detailing, color stability and dependable outdoor performance.\u003c\/p\u003e\n\u003cp\u003eUnlike a printed sticker with a visible rectangular border, the individual flag and RS elements are precision cut. Once the transfer tape is removed, only the intended artwork remains visible on the wing end plate.\u003c\/p\u003e\n\u003cp\u003eWhen installed on a properly cleaned and prepared surface, the vinyl is designed to withstand normal exposure to sunlight, rain and routine vehicle washing. Its removable construction allows you to personalize the rear wing without permanently painting or modifying it.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"pas-rs-tribute-section\"\u003e\n\u003ch3\u003eInstallation Instructions\u003c\/h3\u003e\n\u003col class=\"pas-rs-tribute-steps\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eCool the rear wing.\u003c\/strong\u003e\u003cbr\u003eMove the vehicle indoors or into a shaded area and allow both wing end plates to become cool to the touch.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWash the end plates.\u003c\/strong\u003e\u003cbr\u003eRemove dirt, dust, road film and other visible contamination from both installation surfaces.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eComplete the final surface preparation.\u003c\/strong\u003e\u003cbr\u003eRemove wax, polish, grease, ceramic coating and residue using isopropyl alcohol and a clean microfiber towel.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIdentify each side.\u003c\/strong\u003e\u003cbr\u003eConfirm which decal is intended for the driver-side and passenger-side end plate before removing the backing paper.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTest-position the graphic.\u003c\/strong\u003e\u003cbr\u003eUse automotive-safe masking tape to confirm the height, spacing and alignment before exposing the adhesive.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eApply the decal.\u003c\/strong\u003e\u003cbr\u003ePress the transfer tape gradually from the center outward using a clean felt-edge squeegee.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRemove the transfer tape.\u003c\/strong\u003e\u003cbr\u003ePull the transfer tape back slowly at a low angle while confirming that every flag and RS element remains attached to the end plate.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eApply final pressure.\u003c\/strong\u003e\u003cbr\u003ePress the complete graphic firmly into place, paying particular attention to the smaller stars, stripes, corners and edges.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRepeat on the opposite side.\u003c\/strong\u003e\u003cbr\u003eUse the first completed end plate as a visual reference to create matching placement on the other side.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cdiv class=\"pas-rs-tribute-callout\"\u003e\n\u003cstrong\u003eRecommended Installation Conditions\u003c\/strong\u003e\n\u003cp\u003eInstall in a clean, dry and temperature-controlled environment. Do not apply the decals to hot, freshly painted, waxed, ceramic-coated or contaminated surfaces. Professional installation is recommended for the most accurate and symmetrical placement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"pas-rs-tribute-included\"\u003e\n\u003ch3\u003eWhat You Will Receive\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eOne driver-side RS Tribute Edition USA wing end-plate decal\u003c\/li\u003e\n\u003cli\u003eOne mirrored passenger-side RS Tribute Edition USA wing end-plate decal\u003c\/li\u003e\n\u003cli\u003eYour selected automotive vinyl color\u003c\/li\u003e\n\u003cli\u003ePre-applied transfer tape on both graphics\u003c\/li\u003e\n\u003cli\u003eRelease-liner backing paper\u003c\/li\u003e\n\u003cli\u003eInstallation guidance\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin: 18px 0 0;\"\u003e\u003cstrong\u003e One order completes both rear-wing end plates. Rear wing and end plates are not included. \u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"pas-rs-tribute-section\"\u003e\n\u003ch3\u003eMade for Porsche Enthusiasts\u003c\/h3\u003e\n\u003cdiv class=\"pas-rs-tribute-trust-grid\"\u003e\n\u003cdiv class=\"pas-rs-tribute-trust-item\"\u003e\n\u003cstrong\u003eOriginal PAS Design\u003c\/strong\u003e \u003cspan\u003e Developed as a distinctive USA-inspired alternative to traditional RS wing graphics. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pas-rs-tribute-trust-item\"\u003e\n\u003cstrong\u003eMade in California\u003c\/strong\u003e \u003cspan\u003e Each made-to-order set is produced and prepared by our Riverside team. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pas-rs-tribute-trust-item\"\u003e\n\u003cstrong\u003eReal Product Support\u003c\/strong\u003e \u003cspan\u003e Ordering and installation guidance is available before and after purchase. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"pas-rs-tribute-review-link\" href=\"\/pages\/customer-reviews\"\u003e Read Verified Customer Reviews \u003c\/a\u003e\u003c\/section\u003e\n\u003csection class=\"pas-rs-tribute-cta\"\u003e\n\u003ch3\u003eRepresent the USA. Finish Your RS.\u003c\/h3\u003e\n\u003cp\u003eChoose your color and add a distinctive American-inspired finishing detail to both rear-wing end plates of your Porsche 911 GT3 RS.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"pas-rs-tribute-disclaimer\"\u003e\n\u003cstrong\u003eAftermarket product disclaimer:\u003c\/strong\u003e The RS Tribute Edition USA Wing End Plate Decal Set is an original aftermarket styling product produced by Premium Auto Styling. It is not a factory Porsche decal, factory option or OEM replacement component. Premium Auto Styling is not affiliated with, sponsored by or endorsed by Porsche AG. Porsche, 911, GT3 RS, RS and related vehicle names and trademarks are used solely to describe product compatibility. Wing dimensions and end-plate configurations vary. The purchaser is responsible for verifying fitment before installation.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Premium Auto Styling","offers":[{"title":"Gloss Green","offer_id":48650123641054,"sku":"D064-GLOSS-GREEN","price":64.99,"currency_code":"USD","in_stock":true},{"title":"Gloss Red","offer_id":48650123673822,"sku":"D064-GLOSS-RED","price":64.99,"currency_code":"USD","in_stock":true},{"title":"Gloss White","offer_id":48650123706590,"sku":"D064-GLOSS-WHT","price":64.99,"currency_code":"USD","in_stock":true},{"title":"Acid Geen Highlighter","offer_id":48650123739358,"sku":"D064-ACID","price":64.99,"currency_code":"USD","in_stock":true},{"title":"Gloss Yellow","offer_id":48650123772126,"sku":"D064-GLOSS-YELL","price":64.99,"currency_code":"USD","in_stock":true},{"title":"Gloss Blue","offer_id":48650128818398,"sku":"D064-GLOSS-BLU","price":64.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/7746\/5822\/files\/RS-WING.jpg?v=1787616647","url":"https:\/\/premiumautostyling.com\/products\/test-1","provider":"Premium Auto Styling","version":"1.0","type":"link"}