{"id":9356,"date":"2026-06-27T21:17:23","date_gmt":"2026-06-27T21:17:23","guid":{"rendered":"https:\/\/tigergautospares.co.ke\/?page_id=9356"},"modified":"2026-07-07T11:19:51","modified_gmt":"2026-07-07T11:19:51","slug":"flywheel-assemblygggfuliwele-ya-nissan-e24-td-27-2","status":"publish","type":"page","link":"https:\/\/tigergautospares.co.ke\/index.php\/flywheel-assemblygggfuliwele-ya-nissan-e24-td-27-2\/","title":{"rendered":"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27"},"content":{"rendered":"\n<h2>\n\t\t\tFLYWHEEL ASSEMBLY, FULIWELE YA NISSAN E24 TD 27<br \/>\t<\/h2>\n<h2>\n\t\t\t12310-43G10\t<\/h2>\n\t<!DOCTYPE html>\n<html>\n<head>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\"\/>\n<style>\n  \/* \u2500\u2500 BUTTON CENTERING \u2500\u2500 *\/\n  .button-container {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    height: 10PX; \/* Centers vertically and horizontally in the viewport *\/\n  }\n  .view-schematic-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: #111;\n    color: #fff;\n    border: none;\n    border-radius: 8px;\n    padding: 11px 22px;\n    font-size: 0.92rem;\n    font-weight: 700;\n    cursor: pointer;\n    text-transform: uppercase;\n  }\n  \/* \u2500\u2500 OVERLAY \u2500\u2500 *\/\n  #schematic-overlay {\n    display: none;\n    position: fixed; \/* Fixed invalid position: CENTER *\/\n    z-index: 99999;\n    left: 0; top: 0;\n    width: 100%; height: 100%;\n    background: rgba(0,0,0,0.98);\n    touch-action: none;\n    overflow: hidden;\n  }\n  #schematic-overlay.active { display: flex; }\n  .center-container {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    width: 100%;\n    height: 100%;\n  }\n  #pan-wrapper {\n    will-change: transform;\n    cursor: grab;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n  }\n  #sch-img {\n    max-width: 95vw;\n    max-height: 85vh;\n    user-select: none;\n    -webkit-user-drag: none;\n    transform-origin: center center;\n  }\n  #sch-close {\n    position: absolute;\n    top: 16px; right: 22px;\n    color: #fff;\n    font-size: 48px;\n    cursor: pointer;\n    z-index: 100002;\n  }\n  #sch-rotate {\n    position: absolute;\n    top: 20px; left: 20px;\n    width: 50px; height: 50px;\n    display: flex; align-items: center; justify-content: center;\n    background: rgba(255,255,255,0.2);\n    border-radius: 50%;\n    cursor: pointer;\n    z-index: 100002;\n    color: white;\n    border: none;\n  }\n<\/style>\n<\/head>\n<body>\n  <button onclick=\"openSchematic()\">View Schematic<\/button>\n  \u00d7\n  <button id=\"sch-rotate\" onclick=\"rotateSchematic()\">Rotate<\/button>\n      <img decoding=\"async\" id=\"sch-img\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/05\/FLYWHEEL-TD27-SCH.jpg\" alt=\"Schematic\" title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/>\n<\/body>\n<\/html>\n<h2>\n\t\t\tClick Image To View More\t<\/h2>\n\t<!DOCTYPE html>\n<html>\n<head>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\"\/>\n<style>\n  .gallery-preview { \n    text-align: center; \n    padding: 5px; \n    width: 100%;\n    box-sizing: border-box;\n    position: relative;\n  }\n  \/* \u2500\u2500 WRAPPER so badges sit over the image \u2500\u2500 *\/\n  .img-wrapper {\n    position: relative;\n    display: inline-block;\n    width: 100%;\n    max-width: 700px;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n    cursor: pointer;\n  }\n  .trigger-img { \n    width: 100%;\n    height: 450px;\n    aspect-ratio: 700 \/ 360;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.2s ease;\n  }\n  .img-wrapper:hover .trigger-img { transform: scale(1.02); }\n  \/* \u2500\u2500 PART NAME - top center \u2500\u2500 *\/\n  .part-name {\n    position: absolute;\n    top: 14px;\n    left: 0; right: 0;\n    text-align: center;\n    color: #ffffff;\n    font-weight: 900;\n    font-size: clamp(1rem, 4vw, 1.5rem);\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    text-shadow: 2px 2px 6px rgba(0,0,0,0.7);\n    pointer-events: none;\n  }\n  \/* \u2500\u2500 ARROWS - center \u2500\u2500 *\/\n  .arrows-wrapper {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 4px;\n    pointer-events: none;\n  }\n  .arrow {\n    width: 14px;\n    height: 14px;\n    border-right: 3px solid #ffffff;\n    border-bottom: 3px solid #ffffff;\n    transform: rotate(45deg);\n    animation: bounce 1.5s infinite;\n  }\n  .arrow:nth-child(2) { animation-delay: 0.3s; }\n  .arrow:nth-child(3) { animation-delay: 0.6s; }\n  @keyframes bounce {\n    0%, 100% { transform: translateY(0) rotate(45deg); opacity: 0.3; }\n    50%       { transform: translateY(8px) rotate(45deg); opacity: 1; }\n  }\n  \/* \u2500\u2500 BOTTOM ROW: Ex-Japan left | Stock right \u2500\u2500 *\/\n  .bottom-row {\n    position: absolute;\n    bottom: 0px;\n    left: 0px;\n    right: 0px;\n    display: flex;\n    justify-content: space-between;\n    align-items: flex-end;\n    pointer-events: none;\n  }\n  \/* LEFT: Ex-Japan + Price *\/\n  .origin-price-badge {\n    background: rgba(0,0,0,0.1);\n    border-radius: 5px;\n    padding: 15px 1px;\n    text-align: center;\n    backdrop-filter: blur(1px);\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 1px;\n  }\n  .origin-label {\n    font-size: clamp(1rem, 2vw, 1.75rem);\n    font-weight: 800;\n    color: #FFD700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    white-space: nowrap;\n    line-height: 1.4; \/* Added spacing between the lines *\/\n  }\n  .origin-divider {\n    width: 100%;\n    height: 1px;\n    background: rgba(255,255,255,0.3);\n    margin: 2px 0;\n  }\n  .price-label {\n    font-size: clamp(2rem, 3vw, 3rem);\n    font-weight: 900;\n    color: #ffffff;\n    white-space: nowrap;\n  }\n  \/* RIGHT: Stock badge (pedal logic) *\/\n  .stock-label {\n    background: rgba(0,0,0,0.65);\n    padding: 4px 10px;\n    border-radius: 5px;\n    font-weight: 900;\n    font-size: clamp(2rem, 2vw, 3rem);\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    backdrop-filter: blur(4px);\n    white-space: nowrap;\n  }\n  .stock-label[data-status=\"in\"]  { color: #4CAF50; }\n  .stock-label[data-status=\"out\"] { color: #ff4d4d; }\n  \/* \u2500\u2500 LIGHTBOX MODAL \u2500\u2500 *\/\n  .modal {\n    display: none; position: fixed; z-index: 9999;\n    left: 0; top: 0; width: 100%; height: 100%;\n    background-color: rgba(0,0,0,0.98);\n    overflow: hidden; touch-action: none;\n  }\n  .modal-content {\n    width: 100%; height: 100%;\n    display: flex; justify-content: center; align-items: center;\n  }\n  .mySlides { \n    display: none; width: 100%; height: 100%; \n    justify-content: center; align-items: center; \n  }\n  .main-img {\n    max-width: 95%; max-height: 85vh;\n    display: block; \n    transform-origin: center center;\n    transition: transform 0.2s ease-out;\n    cursor: grab; user-select: none;\n    -webkit-user-drag: none;\n  }\n  .close {\n    color: white; position: absolute; top: 20px; right: 25px;\n    font-size: 45px; font-weight: bold; cursor: pointer; z-index: 10002;\n    line-height: 1;\n    transform-origin: center center;\n    transition: transform 0.2s ease-out;\n  }\n  .rotate-btn {\n    position: absolute; top: 20px; left: 20px;\n    width: 50px; height: 50px;\n    display: flex; align-items: center; justify-content: center;\n    background: rgba(255,255,255,0.2);\n    border: 1px solid rgba(255,255,255,0.4);\n    border-radius: 50%; cursor: pointer; z-index: 10002; \n    backdrop-filter: blur(8px);\n    outline: none; padding: 0;\n    transform-origin: center center;\n    transition: transform 0.2s ease-out;\n  }\n  .rotate-btn:active { background: rgba(255,255,255,0.4); }\n  .rotate-icon {\n    width: 28px; height: 28px;\n    stroke: white; stroke-width: 2.5;\n    fill: none; stroke-linecap: round; stroke-linejoin: round;\n  }\n  .swipe-hint {\n    position: absolute; top: 20px; left: 50%;\n    transform: translateX(-50%);\n    display: flex; align-items: center; justify-content: center;\n    gap: 15px; z-index: 10002; pointer-events: none; opacity: 0.85;\n  }\n  .swipe-arrow { color: rgba(255,255,255,0.6); font-size: 22px; font-weight: bold; font-family: sans-serif; }\n  .phone-screen-mock {\n    width: 24px; height: 40px;\n    border: 1.5px solid rgba(255,255,255,0.6);\n    border-radius: 5px;\n    display: flex; align-items: center; justify-content: center;\n    position: relative; background: rgba(0,0,0,0.3);\n  }\n  .swipe-finger { font-size: 13px; position: absolute; }\n  @media (min-width: 768px) { .swipe-hint { display: none !important; } }\n  .prev, .next {\n    cursor: pointer; position: absolute; top: 50%; padding: 20px;\n    color: white; font-size: 35px; background: rgba(0,0,0,0.5);\n    z-index: 10001; transform: translateY(-50%); text-decoration: none;\n  }\n  .next { right: 0; border-radius: 5px 0 0 5px; }\n  .prev { left: 0; border-radius: 0 5px 5px 0; }\n  @media (pointer: coarse), (max-width: 767px) {\n    .prev, .next { display: none !important; }\n    .main-img { max-width: 100%; }\n  }\n<\/style>\n<\/head>\n<body>\n      <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/05\/FLYWHEEL-TD27-IMG-2.jpg\" alt=\"FLYWHEEL TD27 IMG 2\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/>\n      <!-- BOTTOM ROW -->\n        <!-- LEFT: Ex-Japan + Price -->\n          Ex &#8211; Japan<br \/> \n          KSH 6,500\n        <!-- RIGHT: Stock Status -->\n        IN Stock\n    \u00d7\n    <button aria-label=\"Rotate\">\n    <\/button>\n      \u2190\n      \u261d\ufe0f\n      \u2192\n      <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/05\/FLYWHEEL-TD27-IMG-2.jpg\" alt=\"FLYWHEEL TD27 IMG 2\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/>\n      <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/05\/FLYWHEEL-TD27-IMG-3.jpg \" alt=\"FLYWHEEL TD27 IMG 3\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/>\n      <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/05\/FLYWHEEL-TD27-IMG-1-.jpg\" alt=\"FLYWHEEL TD27 IMG 1\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/>\n      <a>\u276e<\/a>\n      <a>\u276f<\/a>\n<\/body>\n<\/html>\n<h2>\n\t\t\tRELATED PARTS\t<\/h2>\n\t<!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<style>\n  .parts-wrapper {\n    display: grid;\n    gap: 30px;\n    padding: 5px;\n    grid-template-columns: repeat(2, 1fr);\n  }\n  @media (min-width: 768px) {\n    .parts-wrapper { grid-template-columns: repeat(3, 1fr); }\n  }\n  .part-card {\n    display: flex;\n    flex-direction: column;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.1);\n  }\n  .pedal-container {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: center;\n    padding: 60px 10px;\n    position: relative; \n    background-size: cover;\n    background-position: center;\n    \/* Removed background-color and background-blend-mode for clear images *\/\n    min-height: 160px;\n  }\n  .pedal-text {\n    color: #ffffff;\n    font-weight: 800;\n    text-transform: uppercase;\n    font-size: 1.2rem;\n    letter-spacing: 2px;\n    \/* Added text-shadow to ensure readability over the clear image *\/\n    text-shadow: 2px 2px 6px rgba(0,0,0,0.9);\n    text-align: center;\n  }\n  .stock-label {\n    position: absolute;\n    bottom: 10px;\n    right: 10px;\n    background: rgba(0,0,0,0.7);\n    padding: 4px 10px;\n    border-radius: 4px;\n    font-weight: bold;\n    font-size: 0.8rem;\n    text-transform: uppercase;\n  }\n  \/* Logic-driven colors *\/\n  .stock-label[data-status=\"in\"] { color: #4CAF50; }\n  .stock-label[data-status=\"out\"] { color: #ff4d4d; }\n  .action-btn {\n    background-color: #e8e8e8;\n    color: #333;\n    padding: 12px;\n    text-decoration: none;\n    font-weight: bold;\n    text-align: center;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    gap: 8px;\n    font-size: 0.9rem;\n    transition: background 0.3s;\n  }\n  .action-btn:hover { background-color: #d4d4d4; }\n<\/style>\n<\/head>\n<body>\n      in Stock\n      Complete Unit\n    <a href=\"YOUR_LINK_1\">\ud83d\udd27 Click Here<\/a>\n      In Stock\n      Upper Coupling\n    <a href=\"YOUR_LINK_2\">\ud83d\udd27 Click Here<\/a>\n      In Stock\n      Lower Coupling\n    <a href=\"YOUR_LINK_3\">\ud83d\udd27 Click Here<\/a>\n      Out of Stock\n      Shaft\n    <a href=\"YOUR_LINK_4\">\ud83d\udd27 Click Here<\/a>\n      In Stock\n      Bolts\n    <a href=\"YOUR_LINK_5\">\ud83d\udd27 Click Here<\/a>\n<\/body>\n<\/html>\n<h2>\n\t\t\tCONTACT US : +254 791 038 436\t<\/h2>\n\t<style>\n  \/* Blue Theme Container *\/\n  .promo-banner {\n    background: linear-gradient(135deg, #1e3a8a, #2563eb, #3b82f6);\n    background-size: 200% 200%;\n    animation: gradient-flow 5s ease infinite, pulse-animation 3s infinite ease-in-out;\n    color: #ffffff;\n    padding: 0px;\n    text-align: center;\n    border-radius: 12px;\n    font-family: sans-serif;\n    position: relative;\n    overflow: hidden;\n    border: 2px solid #60a5fa;\n    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);\n  }\n  @keyframes gradient-flow {\n    0% { background-position: 0% 50%; }\n    50% { background-position: 100% 50%; }\n    100% { background-position: 0% 50%; }\n  }\n  @keyframes pulse-animation {\n    0%, 100% { transform: scale(1); }\n    50% { transform: scale(1.02); }\n  }\n  \/* Shine Sweep Effect *\/\n  .promo-banner::after {\n    content: \"\";\n    position: absolute;\n    top: -50%;\n    left: -50%;\n    width: 200%;\n    height: 200%;\n    background: linear-gradient(to bottom right, rgba(255,255,255,0) 40%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 60%);\n    animation: shine 4s infinite;\n    pointer-events: none;\n  }\n  @keyframes shine {\n    0% { transform: rotate(30deg) translateY(-100%); }\n    100% { transform: rotate(30deg) translateY(100%); }\n  }\n  .promo-banner .title {\n    font-size: clamp(1.5rem, 4vw, 2.5rem);\n    font-weight: 900;\n    display: block;\n    margin-bottom: 10px;\n    text-transform: uppercase;\n    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n  }\n  .promo-banner .timer-text {\n    font-size: clamp(1rem, 3vw, 1.5rem);\n    font-weight: bold;\n    margin-top: 15px;\n  }\n  .claim-btn {\n    display: inline-block;\n    background: #ffffff;\n    color: #2563eb;\n    padding: 10px 25px;\n    border-radius: 30px;\n    text-decoration: none;\n    font-weight: 900;\n    margin-top: 10px;\n    transition: transform 0.2s;\n    box-shadow: 0 4px 6px rgba(0,0,0,0.2);\n  }\n  .claim-btn:hover { transform: scale(1.05); }\n  @media (max-width: 600px) {\n    .promo-banner .divider { display: none; }\n  }\n<\/style>\n    GOLDEN GIFT OFFER: 20% OFF!\n  <a href=\"https:\/\/tigergautospares.co.ke\/index.php\/golden-gift-offers\/\">CLAIM DISCOUNT NOW<\/a>\n    Offer Expires in: 00d 00h 00m 00s\n\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<style>\n  \/* Use a unique namespace to prevent style leakage *\/\n  .my-carousel { \n    position: relative; \n    width: auto; \n    max-width: 1200px; \n    margin: auto;\n    overflow: hidden; \n    touch-action: pan-y;\n  }\n  \/* Target buttons specifically inside this carousel *\/\n  .my-carousel .carousel-btn { \n    position: absolute; \n    top: 50%; \n    transform: translateY(-50%);\n    z-index: 10; \n    cursor: pointer; \n    padding: 10px; \n    background: rgba(0,0,0,0.5); \n    color: white;\n    border: none;\n    border-radius: 5px;\n  }\n  .my-carousel .prev { left: 10px; }\n  .my-carousel .next { right: 10px; }\n  \/* Target track and slides specifically inside this carousel *\/\n  .my-carousel .carousel-track {\n    display: flex;\n    transition: transform 0.5s ease-in-out;\n  }\n  .my-carousel .slide { \n    max-height: 360px; \n    width: auto; \n    height: auto; \n    flex-shrink: 0; \n    margin: 0 10px;\n    object-fit: contain;\n  }\n<\/style>\n<\/head>\n<body>\n  <button onclick=\"manualMove(-1)\">&#10094;<\/button>\n  <button onclick=\"manualMove(1)\">&#10095;<\/button>\n <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/STARTER-NEW-.jpg\" alt=\"STARTER NEW\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/>\n    <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/4TH-GEAR-.jpg\" alt=\"4TH GEAR\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/>\n    <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/5TH-GEAR-COUNTER-.jpg\" alt=\"5TH GEAR COUNTER\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/>\n    <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/5TH-GEAR-MAIN-.jpg\" alt=\"5TH GEAR MAIN\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/>\n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/ARMATURE.jpg\" alt=\"ARMATURE\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/BALL-JOINTS-LOWER-.jpg\" alt=\"BALL JOINTS LOWER\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/BENDIX-TD27-.jpg\" alt=\"BENDIX TD27\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/>\n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/BRUSHES.jpg\" alt=\"BRUSHES\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/COUNTER-GEAR-2X1.jpg\" alt=\"COUNTER GEAR 2X1\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/>\n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/FLANGE-PROP-.jpg\" alt=\"FLANGE PROP\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/FUSES-.jpg\" alt=\"FUSES\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/>\n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/GASKET-ZD30.jpg\" alt=\"GASKET ZD30\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/HEADLIGHT-SOCKETS-.jpg\" alt=\"HEADLIGHT SOCKETS\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/HUB-MAPENGO-.jpg\" alt=\"HUB MAPENGO\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/>\n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/LOCK-HUB-.jpg\" alt=\"LOCK HUB\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/>\n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/LOCK-HUB-5TH-GEAR-.jpg\" alt=\"LOCK HUB 5TH GEAR\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/>\n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/MAIN-BEARING-STD-TAI-.jpg\" alt=\"MAIN BEARING STD TAI\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/>\n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/MAINSHAFT-TD27-.jpg\" alt=\"MAINSHAFT TD27\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/MAINSHAFT-QD32-.jpg\" alt=\"MAINSHAFT QD32\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/NEEDLE-BEARING-QD32.jpg\" alt=\"NEEDLE BEARING QD32\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/>\n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/NEEDLE-BEARING-TD27-.jpg\" alt=\"NEEDLE BEARING TD27\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/OIL-FILTER-.jpg\" alt=\"OIL FILTER\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/OIL-SEAL-.jpg\" alt=\"OIL SEAL\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/PISTON-RINGS-STD-TP.jpg\" alt=\"PISTON RINGS STD TP\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/RIK-PISTON-RINGS-STD-.jpg\" alt=\"RIK PISTON RINGS STD\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/SILICON-GASKET-MARKER-.jpg\" alt=\"SILICON GASKET MARKER\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/>\n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/SLEEVE-5TH-GEAR-.jpg\" alt=\"SLEEVE 5TH GEAR\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/>\n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/SLEEVE-MAPENGO-.jpg\" alt=\"SLEEVE MAPENGO\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/SOLENOID-.jpg\" alt=\"SOLENOID\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/SPEED-SENSOR-.jpg\" alt=\"SPEED SENSOR\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/SPIDER-GEAR-.jpg\" alt=\"SPIDER GEAR\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/>\n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/SPRINGS-4TH-GEAR-.jpg\" alt=\"SPRINGS 4TH GEAR\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/SYNCHRO-1ST-AND-2ND-.jpg\" alt=\"SYNCHRO 1ST AND 2ND\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/>\n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/SYNCHRO-3RD-4TH-.jpg\" alt=\"SYNCHRO 3RD 4TH\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/TOP-SHAFT-B.H-TD27-.jpg\" alt=\"TOP SHAFT B.H TD27\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/TOP-SHAFT-S.H-QD32-.jpg\" alt=\"TOP SHAFT S.H QD32\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/>\n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/TOP-SHAFT-S.H-TD27-.jpg\" alt=\"TOP SHAFT S.H TD27\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/>\n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/TRANSWASHER-.jpg\" alt=\"TRANSWASHER\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/>\n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/VACUUM-PUMP-QD32.jpg\" alt=\"VACUUM PUMP QD32\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/VACUUM-TD27-.jpg\" alt=\"VACUUM TD27\"  title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/> \n<\/body>\n<\/html>\n<h2>\n\t\t\tVIEW OFFERS\t<\/h2>\n\t<style>\n  .japan-parts-container {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    padding: 20px;\n    width: 100%;\n  }\n  .japan-parts-btn {\n    \/* DEFAULT: Phones *\/\n    width: 200px;\n    height: 200px;\n    background-image: url('https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/WEBSITE-LOGO-2.jpg');\n    background-size: cover;\n    background-position: center;\n    border: 2px solid #2563eb;\n    border-radius: 50%;\n    position: relative;\n    box-shadow: 0 0 15px rgba(37, 99, 235, 0.4);\n    animation: glow 2s infinite alternate;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    text-decoration: none;\n    cursor: pointer;\n    transition: transform 0.2s ease, opacity 0.2s ease;\n  }\n  \/* TABLETS *\/\n  @media (min-width: 768px) {\n    .japan-parts-btn { width: 150px; height: 150px; }\n  }\n  \/* PCS AND LAPTOPS *\/\n  @media (min-width: 1024px) {\n    .japan-parts-btn { width: 300px; height: 300px; }\n  }\n  \/* Base styling: Mobile (Finger) *\/\n  .japan-parts-btn::before {\n    content: '\ud83d\udc46';\n    display: block; \n    position: absolute;\n    font-size: 40px;\n    z-index: 10;\n    top: 75%;\n    left: 50%;\n    transform: translateX(-50%);\n    animation: click-anim 2s ease-in-out infinite;\n    pointer-events: none;\n  }\n  \/* PC Version: SVG Cursor *\/\n  @media (min-width: 1024px) {\n    .japan-parts-btn::before { \n        content: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' width='40' height='40' fill='white' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z'\/%3E%3C\/svg%3E\");\n        top: 75%;\n        left: 50%;\n        animation: click-anim 2s ease-in-out infinite;\n        pointer-events: none;\n    }\n  }\n  \/* Shared Click Animation *\/\n  @keyframes click-anim {\n    0%, 100% { transform: translate(-50%, 0) scale(1); }\n    30% { transform: translate(-50%, -20px) scale(1); }\n    50% { transform: translate(-50%, -20px) scale(0.8); }\n    70% { transform: translate(-50%, -20px) scale(1); }\n  }\n  .japan-parts-btn:hover { transform: scale(1.05); opacity: 0.9; }\n  .japan-parts-btn:active { transform: scale(0.95); }\n  .japan-parts-btn::after {\n    content: \"\";\n    position: absolute;\n    top: -4%;\n    left: -4%;\n    width: 108%;\n    height: 108%;\n    border: 4px solid transparent;\n    border-top: 4px solid #2563eb;\n    border-radius: 50%;\n    animation: rotate 2s linear infinite;\n    pointer-events: none;\n  }\n  @keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }\n  @keyframes glow { from { box-shadow: 0 0 10px rgba(37, 99, 235, 0.2); } to { box-shadow: 0 0 25px rgba(37, 99, 235, 0.6); } }\n<\/style>\n  <a href=\"https:\/\/tigergautospares.co.ke\/index.php\/golden-gift-offers\/\" \n     target=\"_blank\" \n     rel=\"noopener noreferrer\" \n     aria-label=\"Visit Japan Parts\">\n  <\/a>\n\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<style>\n  .floating-text {\n    font-family: sans-serif;\n    color: #333;\n    text-align: center; \/* Centers text horizontally *\/\n    animation: float 3s ease-in-out infinite;\n    \/* Default font size (for mobile) *\/\n    font-size: 1.5rem;\n  }\n  \/* Tablet screens (width 768px and up) *\/\n  @media (min-width: 768px) {\n    .floating-text {\n      font-size: 1.0rem;\n    }\n  }\n  \/* Desktop screens (width 1024px and up) *\/\n  @media (min-width: 1024px) {\n    .floating-text {\n      font-size: 2rem;\n    }\n  }\n  @keyframes float {\n    0% { transform: translateY(0px); }\n    50% { transform: translateY(-20px); }\n    100% { transform: translateY(0px); }\n  }\n<\/style>\n<\/head>\n<body>\n  <h1>Need anything else?<\/h1>\n<\/body>\n<\/html>\n\t\t\t<a href=\"https:\/\/tigergautospares.co.ke\/index.php\/2026\/05\/08\/td27-qd32-parts-2\/\"  target=\"_blank\" rel=\"noopener\"    rel=\"noopener\">\n\t\t\t\t\t\tSEARCH PARTS\n\t\t\t\t\t<\/a>\n<h2>\n\t\t\t12310-43G10 May Also Fit \/ Inaweza kuingia :\t<\/h2>\n\t<p>For reference only. We cannot guarantee 100% compatibility \/ Kwa marejeleo tu. Hatuwezi kuhakikisha utangamano wa asilimia 100.<\/p>\n    <strong>Model \/ Modeli :<\/strong>Nissan Atlas Nissan Atlas \/ Condor Nissan Cabstar Nissan Caravan \/ Homy Nissan Datsun \n &#8230;\n        <p>Nissan Datsun Truck Nissan Nissan Truck Nissan Terrano Nissan Urvan Nissan Urvan \/ King Van <\/p>\n    <button onclick=\"toggleReadMore(1)\" id=\"myBtn1\">show more \/Onyesha zaidi <\/button>\n    <strong>Engine \/ Injini :<\/strong>TD25 TD27 TD27T Z24S\n&#8230;\n        \n    <button onclick=\"toggleReadMore(2)\" id=\"myBtn2\">show more \/Onyesha zaidi <\/button>\n\t<style>\n  \/* Container positioning *\/\n  .contact-container {\n    position: fixed;\n    bottom: 20px;\n    right: 20px;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    z-index: 9999;\n  }\n  \/* Base Styles for Mobile (Smaller) *\/\n  .btn {\n    display: flex;\n    align-items: center;\n    padding: 10px 15px;\n    color: white;\n    text-decoration: none;\n    border-radius: 50px;\n    font-weight: bold;\n    font-family: sans-serif;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.2);\n    font-size: 16px;\n    transition: transform 0.2s;\n  }\n  \/* Desktop Styles (Screens wider than 768px - Larger) *\/\n  @media (min-width: 768px) {\n    .btn {\n      padding: 15px 25px;\n      font-size: 25px;\n    }\n  }\n  .btn:hover { transform: scale(1.05); }\n  .wa-btn { background-color: #25d366; }\n  .call-btn { background-color: #007bff; }\n<\/style>\n  <!-- WhatsApp Chat Button -->\n  <a href=\"https:\/\/wa.me\/254791038436?text=Hello!%20Can%20i%20get%20more%20info%20on%20this%20catalogue%3F\" \n     target=\"_blank\">\n     <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6b\/WhatsApp.svg\" alt=\"WhatsApp\" title=\"FLYWHEEL ASSEMBLY,GGG,FULIWELE YA NISSAN E24 TD 27\" \/>\n     Chat\n  <\/a>\n  <!-- Call Button -->\n  <a href=\"tel:+254791038436\">\n     \ud83d\udcde Call Us\n  <\/a>\n\n","protected":false},"excerpt":{"rendered":"<p>FLYWHEEL ASSEMBLY, FULIWELE YA NISSAN E24 TD 27 12310-43G10 View Schematic \u00d7 Rotate Click Image To View More Ex &#8211; Japan KSH 6,500 IN Stock \u00d7 \u2190 \u261d\ufe0f \u2192 \u276e \u276f RELATED PARTS in Stock Complete Unit \ud83d\udd27 Click Here In Stock Upper Coupling \ud83d\udd27 Click Here In Stock Lower Coupling \ud83d\udd27 Click Here Out [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-9356","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tigergautospares.co.ke\/index.php\/wp-json\/wp\/v2\/pages\/9356","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tigergautospares.co.ke\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tigergautospares.co.ke\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tigergautospares.co.ke\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tigergautospares.co.ke\/index.php\/wp-json\/wp\/v2\/comments?post=9356"}],"version-history":[{"count":4,"href":"https:\/\/tigergautospares.co.ke\/index.php\/wp-json\/wp\/v2\/pages\/9356\/revisions"}],"predecessor-version":[{"id":9541,"href":"https:\/\/tigergautospares.co.ke\/index.php\/wp-json\/wp\/v2\/pages\/9356\/revisions\/9541"}],"wp:attachment":[{"href":"https:\/\/tigergautospares.co.ke\/index.php\/wp-json\/wp\/v2\/media?parent=9356"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}