{"product_id":"v8-aston-martin","title":"V8 Aston Martin","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700;800;900\u0026display=swap');\n\n  .tgg-amv-product {\n    --amv-orange: #f1833b;\n    --amv-red: #a9152b;\n    --amv-gold: #b79b68;\n    --amv-black: #0d0e10;\n    --amv-charcoal: #333333;\n    --amv-grey: #68696b;\n    --amv-light: #f4f2ee;\n    --amv-white: #ffffff;\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--amv-charcoal);\n    font-family: 'Poppins', Arial, sans-serif !important;\n    line-height: 1.65;\n  }\n\n  .tgg-amv-product,\n  .tgg-amv-product * {\n    box-sizing: border-box;\n    font-family: 'Poppins', Arial, sans-serif !important;\n  }\n\n  .tgg-amv-product h2,\n  .tgg-amv-product h3,\n  .tgg-amv-product p { margin-top: 0; }\n\n  .tgg-amv-hero {\n    position: relative;\n    overflow: hidden;\n    padding: clamp(34px, 6vw, 70px);\n    color: var(--amv-white);\n    background:\n      radial-gradient(circle at 82% 24%, rgba(183,155,104,.24), transparent 32%),\n      linear-gradient(135deg, #08090a 0%, #292b2e 67%, #111214 100%);\n    border-radius: 24px;\n  }\n\n  .tgg-amv-hero::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    right: 0;\n    width: 11px;\n    height: 100%;\n    background: linear-gradient(var(--amv-red), var(--amv-orange));\n  }\n\n  .tgg-amv-hero::after {\n    content: \"V8\";\n    position: absolute;\n    right: 32px;\n    bottom: -28px;\n    color: rgba(255,255,255,.045);\n    font-size: clamp(140px, 25vw, 270px);\n    font-style: italic;\n    font-weight: 900;\n    line-height: 1;\n  }\n\n  .tgg-amv-eyebrow {\n    position: relative;\n    z-index: 1;\n    display: inline-block;\n    margin-bottom: 16px;\n    padding: 7px 14px;\n    color: var(--amv-black);\n    background: linear-gradient(90deg, #d7c59f, var(--amv-gold));\n    border-radius: 999px;\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: .7px;\n    text-transform: uppercase;\n  }\n\n  .tgg-amv-hero h2 {\n    position: relative;\n    z-index: 1;\n    max-width: 930px;\n    margin-bottom: 14px;\n    color: var(--amv-white);\n    font-size: clamp(31px, 5vw, 55px);\n    font-weight: 900;\n    letter-spacing: -1.5px;\n    line-height: 1.08;\n  }\n\n  .tgg-amv-subtitle {\n    position: relative;\n    z-index: 1;\n    margin-bottom: 22px;\n    color: #dcc99f;\n    font-size: clamp(16px, 2vw, 21px);\n    font-weight: 800;\n  }\n\n  .tgg-amv-hero-copy {\n    position: relative;\n    z-index: 1;\n    max-width: 840px;\n    margin-bottom: 0;\n    color: #f0f0ef;\n    font-size: 17px;\n  }\n\n  .tgg-amv-stats {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  .tgg-amv-stat {\n    padding: 20px 12px;\n    text-align: center;\n    background: var(--amv-charcoal);\n    border-radius: 15px;\n  }\n\n  .tgg-amv-stat:first-child { background: var(--amv-orange); }\n  .tgg-amv-stat:nth-child(2) { background: var(--amv-red); }\n\n  .tgg-amv-stat strong {\n    display: block;\n    color: var(--amv-white);\n    font-size: clamp(20px, 3vw, 29px);\n    font-weight: 900;\n    line-height: 1.15;\n  }\n\n  .tgg-amv-stat span {\n    display: block;\n    margin-top: 5px;\n    color: var(--amv-white);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: .5px;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  .tgg-amv-section {\n    margin-top: 24px;\n    padding: clamp(24px, 5vw, 42px);\n    background: var(--amv-light);\n    border-radius: 22px;\n  }\n\n  .tgg-amv-section-white {\n    background: var(--amv-white);\n    border: 2px solid #e4e1da;\n  }\n\n  .tgg-amv-section-dark {\n    color: var(--amv-white);\n    background: linear-gradient(135deg, var(--amv-black), #292b2e);\n  }\n\n  .tgg-amv-section h3 {\n    margin-bottom: 12px;\n    color: var(--amv-charcoal);\n    font-size: clamp(23px, 3vw, 32px);\n    font-weight: 900;\n    line-height: 1.2;\n  }\n\n  .tgg-amv-section-dark h3 { color: var(--amv-white); }\n  .tgg-amv-intro { max-width: 900px; margin-bottom: 24px; }\n\n  .tgg-amv-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .tgg-amv-card {\n    padding: 20px;\n    background: var(--amv-white);\n    border: 1px solid #dfdcd5;\n    border-top: 5px solid var(--amv-gold);\n    border-radius: 16px;\n    box-shadow: 0 5px 16px rgba(20,22,24,.07);\n  }\n\n  .tgg-amv-card:nth-child(even) { border-top-color: var(--amv-red); }\n  .tgg-amv-icon { display: block; margin-bottom: 9px; font-size: 27px; line-height: 1; }\n\n  .tgg-amv-card strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--amv-charcoal);\n    font-size: 16px;\n    line-height: 1.35;\n  }\n\n  .tgg-amv-card p {\n    margin-bottom: 0;\n    color: var(--amv-grey);\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  .tgg-amv-dark-card {\n    background: rgba(255,255,255,.075);\n    border-color: rgba(255,255,255,.18);\n    box-shadow: none;\n  }\n\n  .tgg-amv-dark-card strong { color: #dcc99f; }\n  .tgg-amv-dark-card p { color: #ececea; }\n\n  .tgg-amv-note {\n    margin-top: 20px;\n    padding: 18px 20px;\n    color: var(--amv-white);\n    background: linear-gradient(90deg, #711321, var(--amv-red));\n    border-radius: 14px;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .tgg-amv-callout {\n    margin-top: 24px;\n    padding: clamp(26px, 5vw, 44px);\n    text-align: center;\n    color: var(--amv-white);\n    background: linear-gradient(120deg, #b85b28, var(--amv-orange));\n    border-radius: 22px;\n  }\n\n  .tgg-amv-callout h3 {\n    margin-bottom: 10px;\n    color: var(--amv-white);\n    font-size: clamp(24px, 4vw, 36px);\n    font-weight: 900;\n  }\n\n  .tgg-amv-callout p {\n    max-width: 800px;\n    margin: 0 auto;\n    font-size: 16px;\n    font-weight: 600;\n  }\n\n  @media (max-width: 760px) {\n    .tgg-amv-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n    .tgg-amv-grid { grid-template-columns: 1fr; }\n    .tgg-amv-hero,\n    .tgg-amv-section,\n    .tgg-amv-callout { border-radius: 18px; }\n  }\n\n  @media (max-width: 420px) {\n    .tgg-amv-stats { grid-template-columns: 1fr; }\n    .tgg-amv-stat { padding: 16px 10px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"tgg-amv-product\"\u003e\n\u003csection class=\"tgg-amv-hero\"\u003e\u003cspan class=\"tgg-amv-eyebrow\"\u003e2007 • Modern British Classic\u003c\/span\u003e\n\u003ch2\u003e🪽 Win This Aston Martin V8 Vantage\u003c\/h2\u003e\n\u003cp class=\"tgg-amv-subtitle\"\u003e4.3-litre V8 • Six-speed manual • Black\u003c\/p\u003e\n\u003cp class=\"tgg-amv-hero-copy\"\u003eElegant enough for the grandest arrival and compact enough to enjoy on a favourite road, this beautifully proportioned sports car delivers the theatre of a naturally aspirated engine with the direct involvement of a proper gear lever.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tgg-amv-stats\"\u003e\n\u003cdiv class=\"tgg-amv-stat\"\u003e\n\u003cstrong\u003e2007\u003c\/strong\u003e\u003cspan\u003eModel Year\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-amv-stat\"\u003e\n\u003cstrong\u003e4.3L\u003c\/strong\u003e\u003cspan\u003eV8 Engine\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-amv-stat\"\u003e\n\u003cstrong\u003e6-Speed\u003c\/strong\u003e\u003cspan\u003eManual Gearbox\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-amv-stat\"\u003e\n\u003cstrong\u003e380\u003c\/strong\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003ebhp\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"tgg-amv-section\"\u003e\n\u003ch3\u003e🏁 A Proper Driver’s Aston\u003c\/h3\u003e\n\u003cp class=\"tgg-amv-intro\"\u003eLong bonnet, low roofline and a tightly drawn rear end give this generation its unmistakable shape. Beneath that timeless design is an aluminium-intensive structure, rear-wheel drive and the kind of responsive, mechanical character that makes every journey feel like an occasion.\u003c\/p\u003e\n\u003cdiv class=\"tgg-amv-grid\"\u003e\n\u003cdiv class=\"tgg-amv-card\"\u003e\n\u003cspan class=\"tgg-amv-icon\"\u003e🔥\u003c\/span\u003e \u003cstrong\u003eNaturally Aspirated Performance\u003c\/strong\u003e\n\u003cp\u003eThe front-mid-mounted eight-cylinder powerplant delivers immediate response and a rich soundtrack without turbocharging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-amv-card\"\u003e\n\u003cspan class=\"tgg-amv-icon\"\u003e⚙️\u003c\/span\u003e \u003cstrong\u003eThree-Pedal Engagement\u003c\/strong\u003e\n\u003cp\u003eShort, precise shifts put the driver at the centre of the experience on every road.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-amv-card\"\u003e\n\u003cspan class=\"tgg-amv-icon\"\u003e⚖️\u003c\/span\u003e \u003cstrong\u003eBalanced Sports-Car Layout\u003c\/strong\u003e\n\u003cp\u003eA rear-mounted transaxle helps distribute mass between the axles for composed, confidence-inspiring handling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-amv-card\"\u003e\n\u003cspan class=\"tgg-amv-icon\"\u003e✨\u003c\/span\u003e \u003cstrong\u003eTimeless Proportions\u003c\/strong\u003e\n\u003cp\u003eClean surfacing, signature side strakes and the iconic grille make this shape instantly recognisable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tgg-amv-section tgg-amv-section-dark\"\u003e\n\u003ch3\u003e🔧 Meaningful Recent Maintenance\u003c\/h3\u003e\n\u003cp class=\"tgg-amv-intro\"\u003eAround 1,000 miles ago, the previous owner commissioned a substantial programme of work covering braking, tyres, servicing and several age-related items.\u003c\/p\u003e\n\u003cdiv class=\"tgg-amv-grid\"\u003e\n\u003cdiv class=\"tgg-amv-card tgg-amv-dark-card\"\u003e\n\u003cspan class=\"tgg-amv-icon\"\u003e🛑\u003c\/span\u003e \u003cstrong\u003eNew Discs \u0026amp; Pads\u003c\/strong\u003e\n\u003cp\u003eFront and rear braking components were renewed together.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-amv-card tgg-amv-dark-card\"\u003e\n\u003cspan class=\"tgg-amv-icon\"\u003e🛞\u003c\/span\u003e \u003cstrong\u003eGoodyear Tyres All Round\u003c\/strong\u003e\n\u003cp\u003eA fresh matching set was fitted across all four corners.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-amv-card tgg-amv-dark-card\"\u003e\n\u003cspan class=\"tgg-amv-icon\"\u003e🧰\u003c\/span\u003e \u003cstrong\u003eFull Service \u0026amp; Coil Packs\u003c\/strong\u003e\n\u003cp\u003eRoutine maintenance was completed alongside replacement ignition components.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-amv-card tgg-amv-dark-card\"\u003e\n\u003cspan class=\"tgg-amv-icon\"\u003e✅\u003c\/span\u003e \u003cstrong\u003eFurther Detail Work\u003c\/strong\u003e\n\u003cp\u003eA leather gaiter, rear-light lens seal and gas struts were also replaced.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-amv-note\"\u003eFull service history accompanies the car, combining Aston Martin main-dealer and marque-specialist records.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tgg-amv-section tgg-amv-section-white\"\u003e\n\u003ch3\u003e🖤 Sophisticated Inside and Out\u003c\/h3\u003e\n\u003cp class=\"tgg-amv-intro\"\u003eThe dark exterior is paired with a hand-finished cabin that feels both focused and special, while the flashes of colour tie the whole specification together.\u003c\/p\u003e\n\u003cdiv class=\"tgg-amv-grid\"\u003e\n\u003cdiv class=\"tgg-amv-card\"\u003e\n\u003cspan class=\"tgg-amv-icon\"\u003e💺\u003c\/span\u003e\u003cstrong\u003eBlack Leather Interior\u003c\/strong\u003e\n\u003cp\u003eSupportive seats and extensive leather trim create a rich, purposeful cockpit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-amv-card\"\u003e\n\u003cspan class=\"tgg-amv-icon\"\u003e🧵\u003c\/span\u003e\u003cstrong\u003eRed Contrast Stitching\u003c\/strong\u003e\n\u003cp\u003eCarefully placed detailing adds warmth and complements the bold brake calipers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-amv-card\"\u003e\n\u003cspan class=\"tgg-amv-icon\"\u003e🔴\u003c\/span\u003e\u003cstrong\u003eStatement Braking Hardware\u003c\/strong\u003e\n\u003cp\u003eBrightly finished calipers sit behind elegant silver multi-spoke alloy wheels.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-amv-card\"\u003e\n\u003cspan class=\"tgg-amv-icon\"\u003e🏠\u003c\/span\u003e\u003cstrong\u003eCarefully Stored\u003c\/strong\u003e\n\u003cp\u003eThe previous keeper had the Aston housed in a heated, humidity-controlled garage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tgg-amv-callout\"\u003e\n\u003ch3\u003e👉 Enter Now for Your Chance to Win\u003c\/h3\u003e\n\u003cp\u003eTake your shot at owning this Aston Martin V8 Vantage, a beautifully presented British sports car with evocative performance, an engaging gearbox and reassuring recent expenditure.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Aston Martin","offers":[{"title":"Default Title","offer_id":62570485252483,"sku":"comp4334","price":1.79,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0310\/5698\/6248\/files\/Aston_Martin_Vantage_The_Giveaway_Guys-4.jpg?v=1788864678","url":"https:\/\/thegiveawayguys.co.uk\/products\/v8-aston-martin","provider":"The Giveaway Guys","version":"1.0","type":"link"}