{"id":9903,"date":"2026-07-24T16:52:42","date_gmt":"2026-07-24T16:52:42","guid":{"rendered":"https:\/\/tigergautospares.co.ke\/?page_id=9903"},"modified":"2026-07-24T16:54:03","modified_gmt":"2026-07-24T16:54:03","slug":"headlightgga-led-bulbs-12v-130-watts","status":"publish","type":"page","link":"https:\/\/tigergautospares.co.ke\/index.php\/headlightgga-led-bulbs-12v-130-watts\/","title":{"rendered":"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }"},"content":{"rendered":"\n<h2>\n\t\t\tHEADLIGHT {LED BULBS, 12V , 130 WATTS }\t<\/h2>\n<h2>\n\t\t\tAY080-10019\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\/07\/LED-BULB-NEW-12V-IMG-SCH.jpg\" alt=\"Schematic\" title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/>\n<\/body>\n<\/html>\n\t<style>\n  \/* --- Keyframes --- *\/\n  @keyframes pulse-animation {\n    0%, 100% { transform: scale(1); }\n    50% { transform: scale(1.02); }\n  }\n  @keyframes old-price-sequence {\n    0% { opacity: 0; transform: translateY(10px); filter: blur(0px); }\n    10% { opacity: 1; transform: translateY(0); }\n    40% { opacity: 1; filter: blur(0px); }\n    45% { opacity: 0.5; transform: scale(1.2) rotate(5deg); filter: blur(4px); }\n    50% { opacity: 0; transform: scale(0.5) translateY(-20px); filter: blur(8px); }\n    100% { opacity: 0; }\n  }\n  @keyframes slash-draw {\n    0%, 20% { width: 0; }\n    30% { width: 100%; opacity: 1; }\n    40% { width: 100%; height: 4px; background: #ff0000; opacity: 1; box-shadow: 0 0 10px #ff0000; }\n    50% { width: 110%; height: 2px; opacity: 0; }\n    100% { width: 0; opacity: 0; }\n  }\n  @keyframes new-price-sequence {\n    0%, 50% { opacity: 0; transform: scale(0.5); }\n    60% { opacity: 1; transform: scale(1.2); text-shadow: 0 0 10px rgba(0,0,0,0.5); }\n    70%, 100% { opacity: 1; transform: scale(1); text-shadow: none; }\n  }\n  \/* --- Base Layout --- *\/\n  .wholesale-promo-banner {\n    background-image: url('https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/07\/WEBSITE-LOGO-2.0.jpg');\n    background-size: cover;\n    background-position: center;\n    background-repeat: no-repeat;\n    background-color: rgba(0, 0, 0, 0.6); \n    background-blend-mode: overlay;\n    color: #ffffff; \n    padding: 20px 10px;\n    text-align: center;\n    border-radius: 12px;\n    font-family: sans-serif;\n    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);\n    animation: pulse-animation 3s infinite ease-in-out;\n  }\n  .price-wrapper {\n    position: relative;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 900;\n    min-width: 200px;\n    height: 80px;\n    margin: 10px 0;\n  }\n  .old-price {\n    position: absolute;\n    color: #e2e8f0;\n    font-size: 1.2rem;\n    animation: old-price-sequence 7s infinite;\n  }\n  .old-price::after {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 50%;\n    height: 3px;\n    background: #ff0000;\n    box-shadow: 0 0 8px #ff0000;\n    animation: slash-draw 7s infinite;\n    transform: translateY(-50%);\n  }\n  .new-price {\n    color: #ffffff;\n    font-size: 3.0rem;\n    display: inline-block;\n    animation: new-price-sequence 7s infinite;\n  }\n  .banner-text { display: block; margin: 5px 0; text-shadow: 1px 1px 2px rgba(0,0,0,0.8); }\n  \/* --- Responsive Typography --- *\/\n  .title-text { font-size: 1.8rem; font-weight: bold; }\n  .moq-text { font-size: 1.7rem; font-weight: bold; }\n  .timer-text { font-size: 1.8 rem; }\n  .footer-text { margin-top: 10px; font-size: 1.6rem; text-transform: uppercase; font-weight: bold; }\n  @media (min-width: 768px) {\n    .title-text { font-size: 2.25rem; }\n    .old-price { font-size: 2rem; }\n    .new-price { font-size: 4rem; }\n    .moq-text { font-size: 2.2rem; }\n    .timer-text { font-size:2.2rem; }\n    .footer-text { font-size: 2rem; }\n    .price-wrapper { height: 120px; }\n  }\n  @media (min-width: 1024px) {\n    .title-text { font-size: 5rem; }\n    .old-price { font-size: 3.5rem; }\n    .new-price { font-size: 8rem; }\n    .price-wrapper { height: 150px; }\n  }\n<\/style>\n  WHOLE SALE OFFER\n    KSH 2,800\n    KSH 2,300\n  MOQ 3 PCS\n    Offer Expires in: 00d 00h 00m 00s\n  AVAILABLE FOR NEW PARTS ONLY\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;\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  \/* \u2500\u2500 RESPONSIVE QUERY OVERRIDES \u2500\u2500 *\/\n  \/* Phones *\/\n  @media (max-width: 480px) {\n    .trigger-img { height: 450px; }\n  }\n  \/* Tablets *\/\n  @media (min-width: 481px) and (max-width: 767px) {\n    .trigger-img { height: 500px; }\n  }\n  \/* Laptops *\/\n  @media (min-width: 768px) and (max-width: 1024px) {\n    .trigger-img { height: 600px; }\n  }\n  \/* Desktops *\/\n  @media (min-width: 1025px) {\n    .trigger-img { height: 600px; }\n  }\n<\/style>\n<\/head>\n<body>\n      <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/07\/LED-BULB-NEW-12V-IMG-1-.jpg\" alt=\"LED BULB NEW 12V IMG 1\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/>\n          NEW<br \/> RETAIL PRICE \n          KSH 2,500\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\/07\/LED-BULB-NEW-12V-IMG-1-.jpg\" alt=\"LED BULB NEW 12V IMG 1\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/>\n      <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/07\/LED-BULB-NEW-12V-IMG-2.jpg\" alt=\"LED BULB NEW 12V IMG 2\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/>\n      <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/07\/LED-BULB-NEW-12V-IMG-3.jpg\" alt=\"LED BULB NEW 12V IMG 3\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/>\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-grid-container {\n    display: grid;\n    gap: 30px;\n    padding: 5px;\n    grid-template-columns: repeat(2, 1fr);\n  }\n  @media (min-width: 768px) {\n    .parts-grid-container { grid-template-columns: repeat(3, 1fr); }\n  }\n  .item-display-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  .image-banner-area {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: center;\n    padding: 100px 10px;\n    position: relative;\n    background-size: cover;\n    background-position: center;\n    min-height: 160px;\n  }\n  @media (min-width: 768px) { .image-banner-area { padding: 60px 10px; } }\n  @media (min-width: 1024px) { .image-banner-area { padding: 110px 10px; } }\n  @media (min-width: 1280px) { .image-banner-area { padding: 110px 10px; } }\n  .overlay-title-text {\n    color: #ffffff;\n    font-weight: 800;\n    text-transform: uppercase;\n    font-size: 0.75rem;\n    letter-spacing: 2px;\n    text-shadow: 2px 2px 6px rgba(0,0,0,0.8);\n    text-align: center;\n    line-height: 1.4;\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    width: 90%;\n  }\n  .availability-badge {\n    position: absolute;\n    bottom: 0px;\n    right: 0px;\n    background: rgba(0,0,0,0.75);\n    padding: 4px 10px;\n    border-radius: 4px;\n    font-weight: bold;\n    font-size: 0.75rem;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n  .availability-badge[data-status=\"in\"]  { color: #4CAF50; }\n  .availability-badge[data-status=\"out\"] { color: #ff4d4d; }\n  .call-to-action-link {\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  .call-to-action-link:hover { background-color: #d4d4d4; }\n<\/style>\n<\/head>\n<body>\n      4th Gear<br \/>Nissan E24 TD27\n      sold out\n    <a href=\"https:\/\/tigergautospares.co.ke\/index.php\/counter-assembly-4th-gear-giaa-ggg-jino-la-namba-nne-ya-nissan-e24-td27\/\">\ud83d\udd27 Click Here<\/a>\n      5th gear counter<br \/>Nissan E24 TD27\n      In Stock\n    <a href=\"https:\/\/tigergautospares.co.ke\/index.php\/counter-assembly-5th-gear-gia-gggjino-la-namba-tano-5-ya-nissan-e24-td27\/\">\ud83d\udd27 Click Here<\/a>\n      needle bearing<br \/>Nissan E24 TD27\n      In Stock\n    <a href=\"https:\/\/tigergautospares.co.ke\/index.php\/bearing-needlepilotggg-rolemani-ya-sindano-ya-nissan-e24-td27\/\">\ud83d\udd27 Click Here<\/a>\n      needle bearing<br \/>Nissan E24 td27 qd32\n      In Stock\n    <a href=\"https:\/\/tigergautospares.co.ke\/index.php\/bearing-needlepilot-gggrolemani-ya-sindano-ya-nissan-e24-qd32-e25-zd30\/\">\ud83d\udd27 Click Here<\/a>\n      main shaft<br \/>Nissan E24 qd32\n      In Stock\n    <a href=\"https:\/\/tigergautospares.co.ke\/index.php\/shaft-maingggshaft-kuu-ya-gia-ya-nissan-e24-qd32\/\">\ud83d\udd27 Click Here<\/a>\n      mainshaft<br \/>Nissan E24 td27\n      sold out\n    <a href=\"https:\/\/tigergautospares.co.ke\/index.php\/shaft-main-gggshaft-kuu-ya-gia-ya-nissan-e24-td27\/\">\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: 5px;\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  .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  \/* ===== Responsive Sizing by Device ===== *\/\n  \/* Phones: up to 480px *\/\n  @media (max-width: 480px) {\n    .promo-banner {\n      padding: 12px 8px;\n      border-radius: 8px;\n    }\n    .promo-banner .title {\n      font-size: 1.5rem;\n      margin-bottom: 6px;\n    }\n    .claim-btn {\n      padding: 8px 16px;\n      font-size: 1.0rem;\n    }\n  }\n  \/* Tablets: 481px - 768px *\/\n  @media (min-width: 481px) and (max-width: 768px) {\n    .promo-banner {\n      padding: 18px 14px;\n      border-radius: 10px;\n    }\n    .promo-banner .title {\n      font-size: 1.0rem;\n      margin-bottom: 8px;\n    }\n    .claim-btn {\n      padding: 9px 20px;\n      font-size: 1rem;\n    }\n  }\n  \/* Laptops: 769px - 1200px *\/\n  @media (min-width: 769px) and (max-width: 1200px) {\n    .promo-banner {\n      padding: 25px 20px;\n      border-radius: 12px;\n    }\n    .promo-banner .title {\n      font-size: 2.5rem;\n      margin-bottom: 10px;\n    }\n    .claim-btn {\n      padding: 10px 25px;\n      font-size: 1.5rem;\n    }\n  }\n  \/* Desktops: 1201px and above *\/\n  @media (min-width: 1201px) {\n    .promo-banner {\n      padding: 35px 30px;\n      border-radius: 14px;\n    }\n    .promo-banner .title {\n      font-size: 3.0rem;\n      margin-bottom: 12px;\n    }\n    .claim-btn {\n      padding: 12px 30px;\n      font-size: 2.0rem;\n    }\n  }\n<\/style>\n    GOLDEN GIFT CATALOGUE <br \/><br \/> new &#038; ex-japan\n  <a href=\"https:\/\/tigergautospares.co.ke\/index.php\/2026\/05\/08\/td27-qd32-parts-2\/\">CHECK CATALOGUE<\/a>\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=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/>\n    <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/4TH-GEAR-.jpg\" alt=\"4TH GEAR\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/>\n    <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/5TH-GEAR-COUNTER-.jpg\" alt=\"5TH GEAR COUNTER\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/>\n    <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/5TH-GEAR-MAIN-.jpg\" alt=\"5TH GEAR MAIN\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/>\n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/ARMATURE.jpg\" alt=\"ARMATURE\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/BALL-JOINTS-LOWER-.jpg\" alt=\"BALL JOINTS LOWER\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/BENDIX-TD27-.jpg\" alt=\"BENDIX TD27\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/>\n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/BRUSHES.jpg\" alt=\"BRUSHES\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/COUNTER-GEAR-2X1.jpg\" alt=\"COUNTER GEAR 2X1\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/>\n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/FLANGE-PROP-.jpg\" alt=\"FLANGE PROP\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/FUSES-.jpg\" alt=\"FUSES\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/>\n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/GASKET-ZD30.jpg\" alt=\"GASKET ZD30\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/HEADLIGHT-SOCKETS-.jpg\" alt=\"HEADLIGHT SOCKETS\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/HUB-MAPENGO-.jpg\" alt=\"HUB MAPENGO\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/>\n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/LOCK-HUB-.jpg\" alt=\"LOCK HUB\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/>\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=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/>\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=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/>\n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/MAINSHAFT-TD27-.jpg\" alt=\"MAINSHAFT TD27\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/MAINSHAFT-QD32-.jpg\" alt=\"MAINSHAFT QD32\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/NEEDLE-BEARING-QD32.jpg\" alt=\"NEEDLE BEARING QD32\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/>\n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/NEEDLE-BEARING-TD27-.jpg\" alt=\"NEEDLE BEARING TD27\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/OIL-FILTER-.jpg\" alt=\"OIL FILTER\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/OIL-SEAL-.jpg\" alt=\"OIL SEAL\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/> \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=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/> \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=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/SILICON-GASKET-MARKER-.jpg\" alt=\"SILICON GASKET MARKER\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/>\n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/SLEEVE-5TH-GEAR-.jpg\" alt=\"SLEEVE 5TH GEAR\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/>\n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/SLEEVE-MAPENGO-.jpg\" alt=\"SLEEVE MAPENGO\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/SOLENOID-.jpg\" alt=\"SOLENOID\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/SPEED-SENSOR-.jpg\" alt=\"SPEED SENSOR\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/SPIDER-GEAR-.jpg\" alt=\"SPIDER GEAR\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/>\n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/SPRINGS-4TH-GEAR-.jpg\" alt=\"SPRINGS 4TH GEAR\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/> \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=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/>\n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/SYNCHRO-3RD-4TH-.jpg\" alt=\"SYNCHRO 3RD 4TH\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/> \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=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/> \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=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/>\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=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/>\n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/TRANSWASHER-.jpg\" alt=\"TRANSWASHER\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/>\n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/VACUUM-PUMP-QD32.jpg\" alt=\"VACUUM PUMP QD32\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/> \n     <img decoding=\"async\" src=\"https:\/\/tigergautospares.co.ke\/wp-content\/uploads\/2026\/06\/VACUUM-TD27-.jpg\" alt=\"VACUUM TD27\"  title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/> \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\tAY080-10019 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\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    <title>Read More Inline Example<\/title>\n    <style>\n        .custom-read-more {\n            font-family: Arial, sans-serif;\n            font-size: 16px;\n            line-height: 1.5;\n            margin: 20px;\n        }\n        .custom-read-more button {\n            background-color: #007BFF;\n            color: white;\n            border: none;\n            padding: 6px 12px;\n            margin-top: 8px;\n            cursor: pointer;\n            border-radius: 4px;\n            display: block;\n        }\n        .custom-read-more button:hover {\n            background-color: #0056b3;\n        }\n    <\/style>\n<\/head>\n<body>\n    \n        <strong>Model:<\/strong> Infiniti Q45 Nissan Caravan \/ Homy \n        &#8230; Nissan Cedric \/ Gloria Nissan Cefiro Nissan Fairlady Z Nissan Largo Nissan Laurel Nissan Leopard Nissan Presea Nissan Silvia Nissan Skyline Nissan Vanette Serena\n    \n    <button onclick=\"toggleReadMore(1)\" id=\"myBtn1\">show more<\/button>\n<\/body>\n<\/html>\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    <title>Read More Inline Example &#8211; Engine<\/title>\n    <style>\n        .custom-read-more {\n            font-family: Arial, sans-serif;\n            font-size: 16px;\n            line-height: 1.5;\n            margin: 20px;\n        }\n        .custom-read-more button {\n            background-color: #007BFF;\n            color: white;\n            border: none;\n            padding: 6px 12px;\n            margin-top: 8px;\n            cursor: pointer;\n            border-radius: 4px;\n            display: block;\n        }\n        .custom-read-more button:hover {\n            background-color: #0056b3;\n        }\n    <\/style>\n<\/head>\n<body>\n    \n        <strong>Engine: <\/strong>CA18I CA18S CD20 CD20ET CD20T  \n        &#8230;CD20TI GA15DS GA16DE GA16DS KA20DE KA24DE LD20T NA20P NA20PE QD32 RB20D RB20DE RB20DET RB20DT RB20P RB20T RB25D RB25DE RB26DETT RB26DTT RD28 RD28E SR18DE SR20D SR20DE SR20DET SR20DT TD27 TD27T TD27TI VG20DT VG20E VG20P VG20T VG30D VG30DT VG30DTT VG30E VH45D Z20S\n    \n    <button onclick=\"toggleReadMore(2)\" id=\"myBtn2\">show more<\/button>\n<\/body>\n<\/html>\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!\" \n     target=\"_blank\">\n     <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6b\/WhatsApp.svg\" alt=\"WhatsApp\" title=\"HEADLIGHT,GGA, {LED BULBS, 12V , 130 WATTS }\" \/>\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>HEADLIGHT {LED BULBS, 12V , 130 WATTS } AY080-10019 View Schematic \u00d7 Rotate WHOLE SALE OFFER KSH 2,800 KSH 2,300 MOQ 3 PCS Offer Expires in: 00d 00h 00m 00s AVAILABLE FOR NEW PARTS ONLY Click Image To View More NEW RETAIL PRICE KSH 2,500 IN STOCK \u00d7 \u2190 \u261d\ufe0f \u2192 \u276e \u276f RELATED PARTS [&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-9903","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tigergautospares.co.ke\/index.php\/wp-json\/wp\/v2\/pages\/9903","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=9903"}],"version-history":[{"count":3,"href":"https:\/\/tigergautospares.co.ke\/index.php\/wp-json\/wp\/v2\/pages\/9903\/revisions"}],"predecessor-version":[{"id":9908,"href":"https:\/\/tigergautospares.co.ke\/index.php\/wp-json\/wp\/v2\/pages\/9903\/revisions\/9908"}],"wp:attachment":[{"href":"https:\/\/tigergautospares.co.ke\/index.php\/wp-json\/wp\/v2\/media?parent=9903"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}