{"id":88025,"date":"2025-12-01T05:28:56","date_gmt":"2025-12-01T05:28:56","guid":{"rendered":"https:\/\/rippersbodyshops.com\/?p=88025"},"modified":"2025-12-01T05:45:28","modified_gmt":"2025-12-01T05:45:28","slug":"rippers-body-shop-december-newsletter","status":"publish","type":"post","link":"https:\/\/rippersbodyshops.com\/es\/2025\/12\/01\/rippers-body-shop-december-newsletter\/","title":{"rendered":"Rippers Body Shop\u00a0 December Newsletter"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_0 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_0 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone et_flex_column_24_24_phoneWide\">\n<div class=\"et_pb_code_0 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Rippers Body Shop December Newsletter<\/title>\n<\/head>\n<body>\n<style>\n\/* ========================================\n   RIPPERS DECEMBER NEWSLETTER STYLES\n   Compatible with Divi Code Module\n   ======================================== *\/\n\n.rippers-newsletter {\n    max-width: 1200px;\n    margin: 0 auto;\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n    line-height: 1.6;\n    color: #333;\n    background: #fff;\n}\n\n\/* Hero Section *\/\n.rippers-hero {\n    background: linear-gradient(135deg, #1a472a 0%, #2d5f3f 50%, #1a472a 100%);\n    color: white;\n    padding: 60px 30px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n}\n\n.rippers-hero::before {\n    content: '\u2744';\n    position: absolute;\n    font-size: 150px;\n    opacity: 0.1;\n    top: -30px;\n    left: 10%;\n    animation: float 6s ease-in-out infinite;\n}\n\n.rippers-hero::after {\n    content: '\u2744';\n    position: absolute;\n    font-size: 120px;\n    opacity: 0.1;\n    bottom: -20px;\n    right: 15%;\n    animation: float 8s ease-in-out infinite;\n}\n\n@keyframes float {\n    0%, 100% { transform: translateY(0px) rotate(0deg); }\n    50% { transform: translateY(-20px) rotate(10deg); }\n}\n\n.rippers-hero h1 {\n    font-size: 48px;\n    margin: 0 0 15px 0;\n    font-weight: 700;\n    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n    position: relative;\n    z-index: 1;\n}\n\n.rippers-hero .subtitle {\n    font-size: 24px;\n    margin: 0 0 10px 0;\n    font-weight: 300;\n    position: relative;\n    z-index: 1;\n}\n\n.rippers-hero .date {\n    font-size: 16px;\n    opacity: 0.9;\n    margin-top: 20px;\n    position: relative;\n    z-index: 1;\n}\n\n\/* Section Styling *\/\n.rippers-section {\n    padding: 50px 30px;\n    border-bottom: 1px solid #e5e5e5;\n}\n\n.rippers-section:last-child {\n    border-bottom: none;\n}\n\n.rippers-section.alt-bg {\n    background-color: #f8f9fa;\n}\n\n.section-header {\n    text-align: center;\n    margin-bottom: 40px;\n}\n\n.section-header h2 {\n    font-size: 36px;\n    color: #1a472a;\n    margin: 0 0 15px 0;\n    font-weight: 700;\n}\n\n.section-header .emoji {\n    font-size: 48px;\n    display: block;\n    margin-bottom: 15px;\n}\n\n.section-header p {\n    font-size: 18px;\n    color: #666;\n    max-width: 700px;\n    margin: 0 auto;\n}\n\n\/* Grid Layouts *\/\n.rippers-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 30px;\n    margin-top: 30px;\n}\n\n.grid-card {\n    background: white;\n    border-radius: 8px;\n    padding: 30px;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n\n.grid-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 4px 16px rgba(0,0,0,0.15);\n}\n\n.grid-card h3 {\n    font-size: 24px;\n    color: #1a472a;\n    margin: 0 0 15px 0;\n    font-weight: 600;\n}\n\n.grid-card .card-icon {\n    font-size: 40px;\n    margin-bottom: 15px;\n    display: block;\n}\n\n.grid-card p {\n    font-size: 16px;\n    line-height: 1.7;\n    color: #555;\n    margin: 0;\n}\n\n.grid-card ul {\n    margin: 15px 0 0 0;\n    padding-left: 20px;\n}\n\n.grid-card li {\n    margin-bottom: 8px;\n    color: #555;\n}\n\n\/* Toys for Tots Emergency Section *\/\n.toys-emergency {\n    background: linear-gradient(135deg, #c41e3a 0%, #8b0000 100%);\n    color: white;\n    padding: 50px 30px;\n    text-align: center;\n    position: relative;\n}\n\n.toys-emergency h2 {\n    font-size: 40px;\n    margin: 0 0 20px 0;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n}\n\n.toys-emergency .urgent-badge {\n    display: inline-block;\n    background: #ffd700;\n    color: #8b0000;\n    padding: 10px 30px;\n    border-radius: 30px;\n    font-weight: 700;\n    font-size: 18px;\n    margin-bottom: 20px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n}\n\n.toys-emergency p {\n    font-size: 20px;\n    max-width: 800px;\n    margin: 0 auto 30px auto;\n    line-height: 1.8;\n}\n\n.toys-emergency strong {\n    font-size: 24px;\n    display: block;\n    margin-top: 30px;\n    font-weight: 700;\n}\n\n\/* Donation Info Grid *\/\n.donation-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 25px;\n    margin-top: 40px;\n    max-width: 1000px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.donation-card {\n    background: rgba(255,255,255,0.95);\n    color: #333;\n    padding: 25px;\n    border-radius: 8px;\n    text-align: left;\n}\n\n.donation-card h3 {\n    color: #c41e3a;\n    font-size: 22px;\n    margin: 0 0 15px 0;\n    font-weight: 700;\n}\n\n.donation-card p,\n.donation-card ul {\n    font-size: 16px;\n    line-height: 1.6;\n    color: #333;\n}\n\n.donation-card ul {\n    margin: 10px 0 0 0;\n    padding-left: 20px;\n}\n\n.donation-card li {\n    margin-bottom: 5px;\n}\n\n.donation-card strong {\n    color: #c41e3a;\n}\n\n\/* CTA Buttons *\/\n.cta-container {\n    text-align: center;\n    margin-top: 40px;\n}\n\n.btn-primary {\n    display: inline-block;\n    background: #ffd700;\n    color: #8b0000;\n    padding: 18px 40px;\n    text-decoration: none;\n    border-radius: 30px;\n    font-weight: 700;\n    font-size: 18px;\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin: 10px;\n}\n\n.btn-primary:hover {\n    background: #ffed4e;\n    transform: scale(1.05);\n    box-shadow: 0 4px 12px rgba(0,0,0,0.2);\n}\n\n.btn-secondary {\n    display: inline-block;\n    background: #1a472a;\n    color: white;\n    padding: 15px 35px;\n    text-decoration: none;\n    border-radius: 30px;\n    font-weight: 600;\n    font-size: 16px;\n    transition: all 0.3s ease;\n    margin: 10px;\n}\n\n.btn-secondary:hover {\n    background: #2d5f3f;\n    transform: scale(1.05);\n    box-shadow: 0 4px 12px rgba(0,0,0,0.2);\n}\n\n\/* Gift Section *\/\n.gift-section {\n    background: linear-gradient(135deg, #1a472a 0%, #2d5f3f 100%);\n    color: white;\n    padding: 60px 30px;\n    text-align: center;\n}\n\n.gift-section h2 {\n    font-size: 40px;\n    margin: 0 0 20px 0;\n    font-weight: 700;\n}\n\n.gift-section p {\n    font-size: 20px;\n    max-width: 800px;\n    margin: 0 auto 30px auto;\n    line-height: 1.8;\n}\n\n.gift-highlight {\n    background: rgba(255,255,255,0.1);\n    border-left: 4px solid #ffd700;\n    padding: 20px 30px;\n    margin: 30px auto;\n    max-width: 700px;\n    text-align: left;\n}\n\n.gift-highlight strong {\n    color: #ffd700;\n}\n\n\/* Contact Section *\/\n.contact-section {\n    background: #f8f9fa;\n    padding: 50px 30px;\n    text-align: center;\n}\n\n.contact-section h2 {\n    font-size: 32px;\n    color: #1a472a;\n    margin: 0 0 30px 0;\n}\n\n.contact-info {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 30px;\n    max-width: 900px;\n    margin: 0 auto;\n}\n\n.contact-item {\n    background: white;\n    padding: 25px;\n    border-radius: 8px;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n}\n\n.contact-item .icon {\n    font-size: 36px;\n    margin-bottom: 10px;\n    display: block;\n}\n\n.contact-item h3 {\n    font-size: 18px;\n    color: #1a472a;\n    margin: 0 0 10px 0;\n    font-weight: 600;\n}\n\n.contact-item p {\n    font-size: 16px;\n    color: #555;\n    margin: 0;\n}\n\n.contact-item a {\n    color: #c41e3a;\n    text-decoration: none;\n    font-weight: 600;\n}\n\n.contact-item a:hover {\n    text-decoration: underline;\n}\n\n\/* Footer *\/\n.rippers-footer {\n    background: #1a472a;\n    color: white;\n    padding: 30px;\n    text-align: center;\n}\n\n.rippers-footer p {\n    margin: 5px 0;\n    font-size: 14px;\n}\n\n.rippers-footer a {\n    color: #ffd700;\n    text-decoration: none;\n}\n\n.rippers-footer a:hover {\n    text-decoration: underline;\n}\n\n.hashtags {\n    margin-top: 20px;\n    font-size: 13px;\n    opacity: 0.9;\n    line-height: 1.8;\n}\n\n\/* Responsive Design *\/\n@media (max-width: 768px) {\n    .rippers-hero h1 {\n        font-size: 32px;\n    }\n    \n    .rippers-hero .subtitle {\n        font-size: 18px;\n    }\n    \n    .section-header h2 {\n        font-size: 28px;\n    }\n    \n    .rippers-grid,\n    .donation-grid,\n    .contact-info {\n        grid-template-columns: 1fr;\n    }\n    \n    .rippers-section {\n        padding: 35px 20px;\n    }\n    \n    .toys-emergency h2 {\n        font-size: 28px;\n    }\n    \n    .toys-emergency p {\n        font-size: 16px;\n    }\n    \n    .gift-section h2 {\n        font-size: 28px;\n    }\n    \n    .gift-section p {\n        font-size: 16px;\n    }\n    \n    .btn-primary,\n    .btn-secondary {\n        display: block;\n        margin: 10px auto;\n        max-width: 300px;\n    }\n}\n\n@media (max-width: 480px) {\n    .rippers-hero h1 {\n        font-size: 26px;\n    }\n    \n    .section-header h2 {\n        font-size: 24px;\n    }\n    \n    .grid-card,\n    .donation-card {\n        padding: 20px;\n    }\n}\n<\/style>\n\n<div class=\"rippers-newsletter\">\n    <!-- Hero Section -->\n    <div class=\"rippers-hero\">\n        <h1>\ud83c\udf84 Rippers Body Shop \ud83c\udf84<\/h1>\n        <div class=\"subtitle\">December 2025 Newsletter<\/div>\n        <div class=\"date\">Holiday Edition - Giving Back & Car Care<\/div>\n    <\/div>\n\n    <!-- Gift of a New Paint Job Section -->\n    <div class=\"gift-section\">\n        <h2>\ud83c\udf81 Give the Gift of a Fresh Start This Christmas \ud83c\udf81<\/h2>\n        <p>This holiday season, imagine the look on their face when they see their car transformed\u2014restored to its former glory or given a completely new look. A professional paint job isn't just a repair; it's a gift of pride, confidence, and joy every time they turn the key.<\/p>\n        \n        <div class=\"gift-highlight\">\n            <strong>\u2728 The Perfect Gift For:<\/strong><br>\n            \u2022 Your spouse who's been talking about fixing those scratches for years<br>\n            \u2022 Your college graduate starting their first job<br>\n            \u2022 Your parents who've sacrificed so much<br>\n            \u2022 Yourself\u2014because you deserve it!\n        <\/div>\n        \n        <p>Whether it's restoring a beloved classic, repairing accident damage, or simply refreshing faded paint, we'll work with you to create a gift certificate that fits your budget and brings Christmas morning magic all year long.<\/p>\n        \n        <div class=\"cta-container\">\n            <a href=\"tel:9163725353\" class=\"btn-primary\">Call for Gift Certificate<\/a>\n            <a href=\"https:\/\/rippersbodyshops.com\/es\/all-services\/\" class=\"btn-secondary\">View Our Services<\/a>\n        <\/div>\n    <\/div>\n\n    <!-- Winter Paint Tips Section -->\n    <div class=\"rippers-section\">\n        <div class=\"section-header\">\n            <span class=\"emoji\">\ud83c\udf28\ufe0f<\/span>\n            <h2>Sacramento Winter Paint Care Tips<\/h2>\n            <p>Protect your investment with expert advice for our unique climate<\/p>\n        <\/div>\n        \n        <div class=\"rippers-grid\">\n            <div class=\"grid-card\">\n                <span class=\"card-icon\">\u2600\ufe0f<\/span>\n                <h3>Sacramento Sun & Rain<\/h3>\n                <p>Even in winter, Sacramento's UV rays are strong. Combined with our seasonal rain, your paint faces unique challenges:<\/p>\n                <ul>\n                    <li>Apply quality wax before the rainy season<\/li>\n                    <li>Wash off rain spots promptly\u2014they can etch into paint<\/li>\n                    <li>Park in shade when possible to prevent UV damage<\/li>\n                    <li>Consider ceramic coating for year-round protection<\/li>\n                <\/ul>\n            <\/div>\n            \n            <div class=\"grid-card\">\n                <span class=\"card-icon\">\u26f0\ufe0f<\/span>\n                <h3>Heading to Tahoe?<\/h3>\n                <p>Planning ski trips to the mountains? Road salt and winter debris can wreak havoc on your paint:<\/p>\n                <ul>\n                    <li>Wash your car within 24 hours of returning from snowy areas<\/li>\n                    <li>Pay special attention to wheel wells and undercarriage<\/li>\n                    <li>Apply paint sealant before your first mountain trip<\/li>\n                    <li>Check for rock chips\u2014repair them before rust starts<\/li>\n                <\/ul>\n            <\/div>\n            \n            <div class=\"grid-card\">\n                <span class=\"card-icon\">\ud83d\ude97<\/span>\n                <h3>Pre-Winter Inspection<\/h3>\n                <p>Stop by for a free paint inspection before the holidays:<\/p>\n                <ul>\n                    <li>We'll identify vulnerable areas needing attention<\/li>\n                    <li>Spot small chips before they become big problems<\/li>\n                    <li>Get recommendations for protective treatments<\/li>\n                    <li>Learn about our paint protection packages<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Toys for Tots Emergency Section -->\n    <div class=\"toys-emergency\">\n        <div class=\"urgent-badge\">\u26a0\ufe0f URGENT COMMUNITY NEED \u26a0\ufe0f<\/div>\n        <h2>West Sacramento Children Need Your Help<\/h2>\n        <p>For over ten years, you've been more than customers\u2014you've been family. You've trusted us with your vehicles, supported our local business, and made us proud to serve this incredible community.<\/p>\n        <p>Now we need YOUR help. Too many local kids may wake up Christmas morning without gifts. Together, we can change that.<\/p>\n        <strong>\ud83c\udf81 Official Toys for Tots Drop-Off Location \ud83c\udf81<\/strong>\n        <p>We're honored to partner with Sacramento Marine Corps Reserve Toys for Tots. It takes just 5 minutes to bring joy to a child in need.<\/p>\n        \n        <div class=\"donation-grid\">\n            <div class=\"donation-card\">\n                <h3>\ud83d\udccd WHERE<\/h3>\n                <p><strong>Taller mec\u00e1nico Rippers<\/strong><br>\n                2435 W Capitol Ave, Suite E<br>\n                West Sacramento, CA 95691<\/p>\n            <\/div>\n            \n            <div class=\"donation-card\">\n                <h3>\ud83d\udd50 WHEN<\/h3>\n                <p>\n                    <strong>Monday - Friday:<\/strong> 8:00 AM - 5:30 PM<br>\n                    <strong>Saturday:<\/strong> 8:00 AM - 1:00 PM<br>\n                    <strong>Closed Sundays<\/strong>\n                <\/p>\n            <\/div>\n            \n            <div class=\"donation-card\">\n                <h3>\ud83c\udf81 WHAT TO DONATE<\/h3>\n                <ul>\n                    <li>New, unwrapped toys (all ages!)<\/li>\n                    <li>Books, games, and puzzles<\/li>\n                    <li>Sports equipment<\/li>\n                    <li>Arts & crafts supplies<\/li>\n                    <li>Educational toys<\/li>\n                    <li>Stuffed animals<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n        \n        <p style=\"margin-top: 40px; font-size: 22px;\"><strong>Every single toy makes a difference.<\/strong> Whether it's one toy or ten, you're bringing hope and happiness to a West Sacramento family.<\/p>\n        \n        <div class=\"cta-container\">\n            <a href=\"https:\/\/www.google.com\/maps\/dir\/\/2435+W+Capitol+Ave+West+Sacramento,+CA+95691\/@38.5790385,-121.5428877,16z\" class=\"btn-primary\">Get Directions<\/a>\n            <a href=\"https:\/\/rippersbodyshops.com\/es\/rippers-gives-back-toys-for-tots-2025\/\" class=\"btn-secondary\">Learn More<\/a>\n        <\/div>\n    <\/div>\n\n    <!-- December Service Spotlight -->\n    <div class=\"rippers-section alt-bg\">\n        <div class=\"section-header\">\n            <span class=\"emoji\">\ud83d\udd27<\/span>\n            <h2>December Service Spotlight<\/h2>\n            <p>Professional paint restoration and protection services<\/p>\n        <\/div>\n        \n        <div class=\"rippers-grid\">\n            <div class=\"grid-card\">\n                <span class=\"card-icon\">\u2728<\/span>\n                <h3>Full Paint Restoration<\/h3>\n                <p>Transform your vehicle's appearance with our comprehensive paint services. From color-matched repairs to complete resprays, we use only the finest materials and techniques to deliver showroom results.<\/p>\n            <\/div>\n            \n            <div class=\"grid-card\">\n                <span class=\"card-icon\">\ud83d\udee1\ufe0f<\/span>\n                <h3>Paint Protection<\/h3>\n                <p>Preserve that new car shine with ceramic coating or paint sealant. Perfect for Sacramento's climate and essential before mountain trips. Protect your investment for years to come.<\/p>\n            <\/div>\n            \n            <div class=\"grid-card\">\n                <span class=\"card-icon\">\ud83c\udfa8<\/span>\n                <h3>Custom Color Matching<\/h3>\n                <p>Our state-of-the-art color matching technology ensures seamless repairs. Whether it's a small door ding or a complete panel, we'll match your factory color perfectly.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Contact Section -->\n    <div class=\"contact-section\">\n        <h2>Get in Touch This Holiday Season<\/h2>\n        <div class=\"contact-info\">\n            <div class=\"contact-item\">\n                <span class=\"icon\">\ud83d\udcde<\/span>\n                <h3>Call Us<\/h3>\n                <p><a href=\"tel:9163725353\">(916) 372-5353<\/a><\/p>\n            <\/div>\n            \n            <div class=\"contact-item\">\n                <span class=\"icon\">\ud83d\udccd<\/span>\n                <h3>Visit Us<\/h3>\n                <p>2435 W Capitol Ave, Suite E<br>West Sacramento, CA 95691<\/p>\n            <\/div>\n            \n            <div class=\"contact-item\">\n                <span class=\"icon\">\ud83c\udf10<\/span>\n                <h3>Online<\/h3>\n                <p><a href=\"https:\/\/rippersbodyshops.com\/es\/\">rippersbodyshops.com<\/a><\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Footer -->\n    <div class=\"rippers-footer\">\n        <p><strong>From our family to yours, Merry Christmas and Happy Holidays!<\/strong><\/p>\n        <p>Thank you for all the support over the years, and thank you in advance for helping us support children in need this holiday season.<\/p>\n        <p style=\"margin-top: 20px;\">Se Habla Espa\u00f1ol \ud83e\udd1d<\/p>\n        \n        <div class=\"hashtags\">\n            #WestSacramento #ToysForTots #ChristmasGiving #CommunityFirst #RippersBodyShop<br>\n            #SacramentoMarines #HolidayGiving #LocalBusiness #ShopLocal #SupportLocal<br>\n            #WestSacCommunity #GiveBack #MarineCorps #ToyDrive #Sacramento #HolidayCheer #WestSac\n        <\/div>\n    <\/div>\n<\/div>\n\n<\/body>\n<\/html><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[19,14],"tags":[],"class_list":["post-88025","post","type-post","status-publish","format-standard","hentry","category-december","category-newsletter"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/rippersbodyshops.com\/es\/wp-json\/wp\/v2\/posts\/88025","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rippersbodyshops.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rippersbodyshops.com\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rippersbodyshops.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rippersbodyshops.com\/es\/wp-json\/wp\/v2\/comments?post=88025"}],"version-history":[{"count":4,"href":"https:\/\/rippersbodyshops.com\/es\/wp-json\/wp\/v2\/posts\/88025\/revisions"}],"predecessor-version":[{"id":88032,"href":"https:\/\/rippersbodyshops.com\/es\/wp-json\/wp\/v2\/posts\/88025\/revisions\/88032"}],"wp:attachment":[{"href":"https:\/\/rippersbodyshops.com\/es\/wp-json\/wp\/v2\/media?parent=88025"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rippersbodyshops.com\/es\/wp-json\/wp\/v2\/categories?post=88025"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rippersbodyshops.com\/es\/wp-json\/wp\/v2\/tags?post=88025"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}