Austin Lancer

<style>
/* ===== BASIS NZ — MODEL LANDING BLOCK =====================================
   Colours and sizing all live in these variables. Change them here once.
   ======================================================================== */
.bx{
  --bw-blue:#2226a5; --bw-ink:#22201c; --bw-sub:#7f7869;
  --bw-card:#fdfbf6; --bw-card-h:#f4f6fd; --bw-line:#b9b2a0;
  --bw-h:62px; --bw-ratio:0.9008; --bw-end:calc(var(--bw-h) * var(--bw-ratio));
  --bw-gap:12px; --bw-max:980px;
  max-width:var(--bw-max); margin:0 auto; color:var(--bw-ink);
  font-size:16px; line-height:1.62;
}
.bx *{box-sizing:border-box;}
.bx{container-type:inline-size;}

/* ---- attention line + lead ---- */
.bx-kick{
  font-family:"Futura","Century Gothic","Trebuchet MS",sans-serif;
  font-size:11.5px; letter-spacing:.26em; text-transform:uppercase;
  color:var(--bw-blue); margin:0 0 14px;
}
.bx-lead{
  font-family:Georgia,"Iowan Old Style","Times New Roman",serif;
  font-size:clamp(19px,2.5vw,25px); line-height:1.35; font-weight:400;
  color:#2c2a26; margin:0 0 22px; max-width:40ch;
  padding-left:16px; border-left:2px solid var(--bw-blue);
}
.bx-body p{margin:0 0 16px;}
.bx-body p:last-child{margin-bottom:0;}
.bx-body strong{font-weight:700;}

/* ---- spec panel ---- */
.bx-spec{
  margin:34px 0 38px; background:var(--bw-card);
  border-top:1px solid var(--bw-line); border-bottom:1px solid var(--bw-line);
  padding:6px 0 2px;
}
.bx-spec-h{
  font-family:"Futura","Century Gothic","Trebuchet MS",sans-serif;
  font-size:11px; letter-spacing:.24em; text-transform:uppercase;
  color:var(--bw-blue); margin:16px 18px 14px;
}
.bx-dl{margin:0; padding:0 18px 16px;}
.bx-row{
  display:grid; grid-template-columns:190px 1fr; gap:4px 22px;
  padding:11px 0; border-top:1px solid rgba(185,178,160,.45);
}
.bx-row:first-child{border-top:0;}
.bx-row dt{
  font-family:"Futura","Century Gothic","Trebuchet MS",sans-serif;
  font-size:11.5px; letter-spacing:.12em; text-transform:uppercase;
  color:var(--bw-sub); padding-top:3px;
}
.bx-row dd{margin:0; font-size:15px; line-height:1.58;}
@media (max-width:620px){
  .bx-row{grid-template-columns:1fr; gap:3px;}
  .bx-row dd{font-size:14.5px;}
}

/* ---- wing-shaped buttons (unchanged geometry from basiscategorybuttonsv3) ---- */
.bw-head{
  font-family:"Futura","Century Gothic","Trebuchet MS",sans-serif;
  font-size:12px; letter-spacing:.28em; text-transform:uppercase;
  color:var(--bw-blue); text-align:center; margin:0 0 20px;
}
.bw-head span{display:inline-block;position:relative;padding:0 16px;}
.bw-head span::before,.bw-head span::after{content:"";position:absolute;top:50%;width:52px;height:1px;background:var(--bw-line);opacity:.6;}
.bw-head span::before{right:100%;}
.bw-head span::after{left:100%;}

.bw-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--bw-gap);max-width:var(--bw-max);margin:0 auto;padding:0;list-style:none;}
@container (min-width:900px){ .bw-grid{grid-template-columns:repeat(2,minmax(0,1fr));} }
@supports not (container-type:inline-size){
  /* pre-2023 browsers: fall back to testing the window width */
  @media (min-width:1100px){ .bw-grid{grid-template-columns:repeat(2,minmax(0,1fr));} }
}
.bw-grid.bw-wide{grid-template-columns:minmax(0,1fr);margin-bottom:var(--bw-gap);}

.bw{
  --s:var(--bw-line); --f:var(--bw-card);
  position:relative;display:flex;align-items:stretch;height:var(--bw-h);
  text-decoration:none;transition:transform .2s ease;-webkit-tap-highlight-color:transparent;
}
.bw:hover,.bw:focus-visible{--s:var(--bw-blue);--f:var(--bw-card-h);transform:translateY(-2px);}
.bw:focus-visible{outline:2px solid var(--bw-blue);outline-offset:4px;}
.bw::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:var(--s);transition:background .2s ease;pointer-events:none;}
.bw-end{flex:none;width:var(--bw-end);height:100%;display:block;margin:0 -1px;}
.bw-end .fill{fill:var(--f);stroke:none;transition:fill .2s ease;}
.bw-end .line{fill:none;stroke:var(--s);stroke-width:1;vector-effect:non-scaling-stroke;transition:stroke .2s ease;}
.bw-mid{
  flex:1;min-width:0;display:flex;align-items:center;gap:14px;
  background:var(--f);border-bottom:1px solid var(--s);padding:0 4px 0 0;
  transition:background .2s ease,border-color .2s ease;
}
.bw-circ{
  flex:none;margin-left:-2px;width:46px;height:46px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:var(--f);border:1px solid var(--s);
  transition:background .2s ease,border-color .2s ease;
}
.bw-ic{width:26px;height:26px;fill:none;stroke:var(--bw-blue);stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round;}
.bw-txt{flex:1;min-width:0;}
.bw-t{
  display:block;font-family:Georgia,"Iowan Old Style","Times New Roman",serif;
  font-weight:400;letter-spacing:.11em;font-size:14.5px;color:#2c2a26;
  text-transform:uppercase;line-height:1.2;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.bw-s{display:block;font-size:11px;letter-spacing:.04em;color:var(--bw-sub);margin-top:5px;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.bw-arw{flex:none;font-size:16px;line-height:1;color:var(--bw-blue);transition:transform .25s ease;}
.bw:hover .bw-arw,.bw:focus-visible .bw-arw{transform:translateX(4px);}
.bw-all .bw-t{letter-spacing:.2em;}
.bx-rel{
  margin:24px 0 0;font-size:13.5px;color:var(--bw-sub);text-align:center;line-height:2;
}
.bx-rel b{
  font-family:"Futura","Century Gothic","Trebuchet MS",sans-serif;font-weight:400;
  font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--bw-sub);
  margin-right:6px;
}
.bx-rel a{
  color:var(--bw-blue);text-decoration:none;
  border:1px solid var(--bw-line);border-radius:2px;padding:4px 11px;
  white-space:nowrap;display:inline-block;margin:0 3px;
}
.bx-rel a:hover{border-color:var(--bw-blue);background:var(--bw-card-h);}
.bx-foot{
  margin:16px 0 0;font-size:14px;color:var(--bw-sub);text-align:center;
}
.bx-sec{
  font-family:"Futura","Century Gothic","Trebuchet MS",sans-serif;
  font-size:11px; letter-spacing:.24em; text-transform:uppercase;
  color:var(--bw-sub); margin:44px 0 16px; padding-top:22px;
  border-top:1px solid rgba(185,178,160,.55);
}

/* ---- OPTIONAL COMPACT MODE ---------------------------------------------
   Change the wrapper to  <div class="bx bx-compact">  and the category
   list drops its sub-labels and goes two-up from 700px, so
   the whole grid fits in roughly half the height. Delete the class to
   put it back.                                                          */
.bx-compact{--bw-h:52px;}
.bx-compact .bw-s{display:none;}
.bx-compact .bw-t{font-size:12.5px;letter-spacing:.07em;}
.bx-compact .bw-circ{width:38px;height:38px;}
.bx-compact .bw-ic{width:21px;height:21px;}
.bx-compact .bw-mid{gap:10px;}
@container (min-width:700px){ .bx-compact .bw-grid{grid-template-columns:repeat(2,minmax(0,1fr));} }
.bx-compact .bw-grid.bw-wide{grid-template-columns:minmax(0,1fr);}
.bx-foot a{color:var(--bw-blue);}
@container (max-width:560px){
  /* NARROW COLUMN (a phone, or a theme that renders the description in a
     narrow column on a desktop). Sub-labels come off so every button is a
     single compact row, and the title may wrap because there is room for two
     lines once the sub-label has gone. */
  .bx{--bw-h:54px;--bw-gap:10px;}
  .bw-circ{margin-left:-2px;width:38px;height:38px;}
  .bw-ic{width:22px;height:22px;}
  .bw-mid{gap:11px;padding:0 2px 0 0;}
  .bw-t{font-size:12.5px;letter-spacing:.07em;white-space:normal;}
  .bw-s{display:none;}
  .bw-arw{font-size:14px;}
}
@supports not (container-type:inline-size){
  @media (max-width:560px){
  /* NARROW COLUMN (a phone, or a theme that renders the description in a
     narrow column on a desktop). Sub-labels come off so every button is a
     single compact row, and the title may wrap because there is room for two
     lines once the sub-label has gone. */
  .bx{--bw-h:54px;--bw-gap:10px;}
  .bw-circ{margin-left:-2px;width:38px;height:38px;}
  .bw-ic{width:22px;height:22px;}
  .bw-mid{gap:11px;padding:0 2px 0 0;}
  .bw-t{font-size:12.5px;letter-spacing:.07em;white-space:normal;}
  .bw-s{display:none;}
  .bw-arw{font-size:14px;}
  }
}
@media (prefers-reduced-motion:reduce){ .bw,.bw-arw,.bw-end path,.bw-mid,.bw::before{transition:none;} }
</style>

<svg width="0" height="0" style="position:absolute" aria-hidden="true" focusable="false">

  <!-- BASIS WING END — exact geometry from the vector rebuild of the logo.
       Fill and stroke are set inline, not by class: <use> clones the symbol
       into shadow content that outside CSS selectors cannot reach. -->
  <symbol id="bw-end" viewBox="0 0 318.00 353.00" preserveAspectRatio="none">
    <path d="M0.00,0.00 L50.95,88.25 L83.00,88.25 L133.95,176.50 L170.00,176.50 L220.95,264.75 L252.00,264.75 L302.95,353.00 L318.00,353.00 L318.00,0.00Z" style="fill:var(--f);stroke:none;transition:fill .2s ease"/>
    <path d="M318.00,0.00 L0.00,0.00 L50.95,88.25 L83.00,88.25 L133.95,176.50 L170.00,176.50 L220.95,264.75 L252.00,264.75 L302.95,353.00 L318.00,353.00" style="fill:none;stroke:var(--s);stroke-width:1;vector-effect:non-scaling-stroke;stroke-linejoin:miter;transition:stroke .2s ease"/>
    <path d="M83.00,88.25 L318.00,88.25 M170.00,176.50 L318.00,176.50 M252.00,264.75 L318.00,264.75" style="fill:none;stroke:var(--s);stroke-width:1;vector-effect:non-scaling-stroke;transition:stroke .2s ease"/>
  </symbol>

  <!-- BASIS WING END, RIGHT — coordinates pre-mirrored (x' = 318-x) -->
  <symbol id="bw-end-r" viewBox="0 0 318.00 353.00" preserveAspectRatio="none">
    <path d="M318.00,0.00 L267.05,88.25 L235.00,88.25 L184.05,176.50 L148.00,176.50 L97.05,264.75 L66.00,264.75 L15.05,353.00 L0.00,353.00 L0.00,0.00Z" style="fill:var(--f);stroke:none;transition:fill .2s ease"/>
    <path d="M0.00,0.00 L318.00,0.00 L267.05,88.25 L235.00,88.25 L184.05,176.50 L148.00,176.50 L97.05,264.75 L66.00,264.75 L15.05,353.00 L0.00,353.00" style="fill:none;stroke:var(--s);stroke-width:1;vector-effect:non-scaling-stroke;stroke-linejoin:miter;transition:stroke .2s ease"/>
    <path d="M235.00,88.25 L0.00,88.25 M148.00,176.50 L0.00,176.50 M66.00,264.75 L0.00,264.75" style="fill:none;stroke:var(--s);stroke-width:1;vector-effect:non-scaling-stroke;transition:stroke .2s ease"/>
  </symbol>

  <!-- icons -->
  <symbol id="i-car" viewBox="0 0 48 48">
    <path d="M7,29 L7,24.5 C7,23.7 7.6,23 8.4,23 L14.5,23 L18.5,16.4
             C19,15.6 19.9,15 20.9,15 L29.5,15 C30.5,15 31.4,15.6 31.9,16.4
             L35.5,23 L39.6,24 C40.4,24.2 41,24.9 41,25.7 L41,29 Z"/>
    <path d="M20.5,16.8 L20.5,23 M29,16.8 L29,23" opacity=".55"/>
    <circle cx="15" cy="29.5" r="4"/><circle cx="33" cy="29.5" r="4"/>
  </symbol>

  <symbol id="i-all" viewBox="0 0 48 48"><circle cx="22" cy="22" r="10"/><path d="M29.5 29.5L39 39"/><path d="M18 22h8M22 18v8"/></symbol>
  <symbol id="i-window" viewBox="0 0 48 48"><path d="M7 33l5.5-17h23L41 33z"/><path d="M13 29.5l3.5-9.5h15l3.5 9.5z"/><path d="M24 20v9.5" opacity=".55"/></symbol>
  <symbol id="i-door" viewBox="0 0 48 48"><path d="M11 35V22c0-4 3-7 7-7h12c4.4 0 7 3 7 7v13z"/><path d="M16 22h12v7H16z"/><path d="M29.5 32.5h4.5"/></symbol>
  <symbol id="i-boot" viewBox="0 0 48 48"><path d="M9 35h30"/><path d="M12 35V25c0-1.1.9-2 2-2h20c1.1 0 2 .9 2 2v10"/><path d="M16 23l4.5-9h7l4.5 9"/><path d="M24 14V9"/><path d="M12 29h24" opacity=".5"/></symbol>
  <symbol id="i-trim" viewBox="0 0 48 48"><rect x="8" y="14" width="32" height="21" rx="3"/><path d="M8 25c9 0 17-4 32-4.4"/><rect x="12" y="27" width="11" height="4.5" rx="2.2"/><path d="M28 29.5h8" opacity=".8"/><path d="M12 18h9" opacity=".6"/></symbol>
  <symbol id="i-clip" viewBox="0 0 48 48"><ellipse cx="24" cy="11" rx="9.5" ry="3"/><path d="M24 14v21"/><path d="M16.5 18c4-1.6 11-1.6 15 0"/><path d="M17.5 23.5c3.5-1.5 9.5-1.5 13 0"/><path d="M18.5 29c3-1.4 8-1.4 11 0"/><path d="M24 35v3"/></symbol>
  <symbol id="i-carpet" viewBox="0 0 48 48"><path d="M17 12h20"/><ellipse cx="17" cy="22" rx="7" ry="10"/><path d="M17 32h21c-4 0-6-2.4-6-5"/><path d="M32 27c0-3.6-2.4-6-6-6"/></symbol>
  <symbol id="i-brake" viewBox="0 0 48 48"><circle cx="21" cy="24" r="11"/><circle cx="21" cy="24" r="4"/><path d="M30 16.5a11 11 0 0 1 0 15h5.5a2.5 2.5 0 0 0 2.5-2.5v-10a2.5 2.5 0 0 0-2.5-2.5z"/></symbol>
  <symbol id="i-susp" viewBox="0 0 48 48"><path d="M19 10h10"/><path d="M24 10v5"/><path d="M18 15h12l-12 5h12l-12 5h12l-12 5h12"/><path d="M24 30v5"/><path d="M19 38h10"/></symbol>
  <symbol id="i-engine" viewBox="0 0 48 48"><path d="M10 35V23h20v12z"/><path d="M15 23v-7h5v7M23 23v-5h5v5"/><path d="M30 26h5v7h-5"/><path d="M14 35v3M27 35v3"/><path d="M10 29h20" opacity=".5"/></symbol>
  <symbol id="i-cool" viewBox="0 0 48 48"><rect x="10" y="14" width="28" height="21" rx="3"/><path d="M17 14v21M24 14v21M31 14v21" opacity=".7"/><path d="M10 21h28M10 28h28" opacity=".35"/><path d="M20 14v-4h8v4"/></symbol>
  <symbol id="i-ignition" viewBox="0 0 48 48"><path d="M14 24c0-5.5 4.5-10 10-10s10 4.5 10 10"/><path d="M12 24h24v6a4 4 0 0 1-4 4H16a4 4 0 0 1-4-4z"/><path d="M17 14.5l-2-4M31 14.5l2-4M24 12V7"/><path d="M25.5 19l-3.2 4.4h3.4L22.5 28"/></symbol>
  <symbol id="i-fuel" viewBox="0 0 48 48"><path d="M16 13h16v5c0 2.2-2 3-2 6v11a3 3 0 0 1-3 3h-6a3 3 0 0 1-3-3V24c0-3-2-3.8-2-6z"/><path d="M15.5 22.5h17" opacity=".7"/><path d="M20 13V9h8v4"/></symbol>
  <symbol id="i-lights" viewBox="0 0 48 48"><path d="M22 12c-6 0-10 5.4-10 12s4 12 10 12z"/><path d="M22 12c4.4 0 8 5.4 8 12s-3.6 12-8 12"/><path d="M34 18h7M34 24h9M34 30h7"/></symbol>
  <symbol id="i-axle" viewBox="0 0 48 48"><circle cx="24" cy="24" r="7.5"/><circle cx="24" cy="24" r="2.5"/><path d="M16.5 24H9M39 24h-7.5"/><path d="M9 18.5v11M39 18.5v11"/></symbol>
</svg>

<div class="bx">
  <p class="bx-kick">Zetland, Sydney &#183; 1958&#8211;1962 &#183; up to 98 per cent local content</p>
  <p class="bx-lead">The Australian Wolseley 1500 &mdash; sold as an Austin, and twinned with the Morris Major.</p>

  <p class="bw-head"><span>Find Austin Lancer parts by category</span></p>
  <div class="bw-grid bw-wide">
      <a class="bw bw-all" href="/search?q=lancer&amp;type=product">
        <svg class="bw-end bw-l" aria-hidden="true"><use href="#bw-end"/></svg>
        <span class="bw-mid">
          <span class="bw-circ"><svg class="bw-ic" aria-hidden="true"><use href="#i-all"/></svg></span>
          <span class="bw-txt"><span class="bw-t">All Austin Lancer Parts</span><span class="bw-s">Everything we list for this model, in one place</span></span>
          <span class="bw-arw" aria-hidden="true">&rarr;</span>
        </span>
        <svg class="bw-end bw-r" aria-hidden="true"><use href="#bw-end-r"/></svg>
      </a>
  </div>
  <div class="bw-grid">
      <a class="bw" href="/search?q=%28product_type%3A%22B%20Window%22%29%20AND%20lancer&amp;type=product">
        <svg class="bw-end bw-l" aria-hidden="true"><use href="#bw-end"/></svg>
        <span class="bw-mid">
          <span class="bw-circ"><svg class="bw-ic" aria-hidden="true"><use href="#i-window"/></svg></span>
          <span class="bw-txt"><span class="bw-t">Window Seals</span><span class="bw-s">Windscreen &#183; Rear screen &#183; Quarterlight</span></span>
          <span class="bw-arw" aria-hidden="true">&rarr;</span>
        </span>
        <svg class="bw-end bw-r" aria-hidden="true"><use href="#bw-end-r"/></svg>
      </a>
      <a class="bw" href="/search?q=%28product_type%3A%22B%20Door%22%20OR%20product_type%3A%22B%20Seal%22%29%20AND%20lancer&amp;type=product">
        <svg class="bw-end bw-l" aria-hidden="true"><use href="#bw-end"/></svg>
        <span class="bw-mid">
          <span class="bw-circ"><svg class="bw-ic" aria-hidden="true"><use href="#i-door"/></svg></span>
          <span class="bw-txt"><span class="bw-t">Door Seals</span><span class="bw-s">Door rubbers &#183; Pinchweld &#183; Bailey channel</span></span>
          <span class="bw-arw" aria-hidden="true">&rarr;</span>
        </span>
        <svg class="bw-end bw-r" aria-hidden="true"><use href="#bw-end-r"/></svg>
      </a>
      <a class="bw" href="/search?q=%28product_type%3A%22B%20Boot%22%20OR%20product_type%3A%22B%20Bonnet%22%29%20AND%20lancer&amp;type=product">
        <svg class="bw-end bw-l" aria-hidden="true"><use href="#bw-end"/></svg>
        <span class="bw-mid">
          <span class="bw-circ"><svg class="bw-ic" aria-hidden="true"><use href="#i-boot"/></svg></span>
          <span class="bw-txt"><span class="bw-t">Boot &amp; Bonnet</span><span class="bw-s">Boot seals &#183; Bonnet rubbers &#183; Buffers</span></span>
          <span class="bw-arw" aria-hidden="true">&rarr;</span>
        </span>
        <svg class="bw-end bw-r" aria-hidden="true"><use href="#bw-end-r"/></svg>
      </a>
      <a class="bw" href="/search?q=%28product_type%3A%22B%20Shell%22%20OR%20product_type%3A%22B%20Body%22%20OR%20product_type%3A%22B%20Trim%22%20OR%20product_type%3A%22B%20Bumper%22%29%20AND%20lancer&amp;type=product">
        <svg class="bw-end bw-l" aria-hidden="true"><use href="#bw-end"/></svg>
        <span class="bw-mid">
          <span class="bw-circ"><svg class="bw-ic" aria-hidden="true"><use href="#i-trim"/></svg></span>
          <span class="bw-txt"><span class="bw-t">Body &amp; Trim</span><span class="bw-s">Panel rubber &#183; Mouldings &#183; Bumper fittings</span></span>
          <span class="bw-arw" aria-hidden="true">&rarr;</span>
        </span>
        <svg class="bw-end bw-r" aria-hidden="true"><use href="#bw-end-r"/></svg>
      </a>
      <a class="bw" href="/search?q=%28product_type%3A%22B%20Hardware%22%20OR%20product_type%3A%22Nuts%2C%20Bolts%2C%20Screws%22%29%20AND%20lancer&amp;type=product">
        <svg class="bw-end bw-l" aria-hidden="true"><use href="#bw-end"/></svg>
        <span class="bw-mid">
          <span class="bw-circ"><svg class="bw-ic" aria-hidden="true"><use href="#i-clip"/></svg></span>
          <span class="bw-txt"><span class="bw-t">Clips &amp; Fixings</span><span class="bw-s">Trim clips &#183; Moulding &#183; Screws &#183; Washers</span></span>
          <span class="bw-arw" aria-hidden="true">&rarr;</span>
        </span>
        <svg class="bw-end bw-r" aria-hidden="true"><use href="#bw-end-r"/></svg>
      </a>
      <a class="bw" href="/search?q=%28product_type%3A%22Carpet%22%20OR%20product_type%3A%22CARPETS%22%20OR%20product_type%3A%22Interior%22%29%20AND%20lancer&amp;type=product">
        <svg class="bw-end bw-l" aria-hidden="true"><use href="#bw-end"/></svg>
        <span class="bw-mid">
          <span class="bw-circ"><svg class="bw-ic" aria-hidden="true"><use href="#i-carpet"/></svg></span>
          <span class="bw-txt"><span class="bw-t">Carpet &amp; Interior</span><span class="bw-s">Carpet sets &#183; Underlay &#183; Interior trim</span></span>
          <span class="bw-arw" aria-hidden="true">&rarr;</span>
        </span>
        <svg class="bw-end bw-r" aria-hidden="true"><use href="#bw-end-r"/></svg>
      </a>
      <a class="bw" href="/search?q=%28product_type%3A%22BRAKES%22%20OR%20product_type%3A%22M%20Brake%22%20OR%20product_type%3A%22M%20Clutch%22%20OR%20product_type%3A%22M%20Brake%2FClutch%2FAccel%20Pads%22%29%20AND%20lancer&amp;type=product">
        <svg class="bw-end bw-l" aria-hidden="true"><use href="#bw-end"/></svg>
        <span class="bw-mid">
          <span class="bw-circ"><svg class="bw-ic" aria-hidden="true"><use href="#i-brake"/></svg></span>
          <span class="bw-txt"><span class="bw-t">Brakes &amp; Clutch</span><span class="bw-s">Cylinders &#183; Kits &#183; Hoses &#183; Pedal pads</span></span>
          <span class="bw-arw" aria-hidden="true">&rarr;</span>
        </span>
        <svg class="bw-end bw-r" aria-hidden="true"><use href="#bw-end-r"/></svg>
      </a>
      <a class="bw" href="/search?q=%28product_type%3A%22M%20Suspension%22%20OR%20product_type%3A%22M%20Steering%22%20OR%20product_type%3A%22STEERING%22%29%20AND%20lancer&amp;type=product">
        <svg class="bw-end bw-l" aria-hidden="true"><use href="#bw-end"/></svg>
        <span class="bw-mid">
          <span class="bw-circ"><svg class="bw-ic" aria-hidden="true"><use href="#i-susp"/></svg></span>
          <span class="bw-txt"><span class="bw-t">Suspension &amp; Steering</span><span class="bw-s">Bushes &#183; Ball joints &#183; King pins &#183; Idlers</span></span>
          <span class="bw-arw" aria-hidden="true">&rarr;</span>
        </span>
        <svg class="bw-end bw-r" aria-hidden="true"><use href="#bw-end-r"/></svg>
      </a>
      <a class="bw" href="/search?q=%28product_type%3A%22M%20Engine%22%20OR%20product_type%3A%22ENGINE%22%29%20AND%20lancer&amp;type=product">
        <svg class="bw-end bw-l" aria-hidden="true"><use href="#bw-end"/></svg>
        <span class="bw-mid">
          <span class="bw-circ"><svg class="bw-ic" aria-hidden="true"><use href="#i-engine"/></svg></span>
          <span class="bw-txt"><span class="bw-t">Engine &amp; Gaskets</span><span class="bw-s">Gasket sets &#183; Mounts &#183; Seals &#183; Bearings</span></span>
          <span class="bw-arw" aria-hidden="true">&rarr;</span>
        </span>
        <svg class="bw-end bw-r" aria-hidden="true"><use href="#bw-end-r"/></svg>
      </a>
      <a class="bw" href="/search?q=%28product_type%3A%22COOLING%22%20OR%20product_type%3A%22M%20Coolant%22%29%20AND%20lancer&amp;type=product">
        <svg class="bw-end bw-l" aria-hidden="true"><use href="#bw-end"/></svg>
        <span class="bw-mid">
          <span class="bw-circ"><svg class="bw-ic" aria-hidden="true"><use href="#i-cool"/></svg></span>
          <span class="bw-txt"><span class="bw-t">Cooling</span><span class="bw-s">Hoses &#183; Thermostats &#183; Caps &#183; Senders</span></span>
          <span class="bw-arw" aria-hidden="true">&rarr;</span>
        </span>
        <svg class="bw-end bw-r" aria-hidden="true"><use href="#bw-end-r"/></svg>
      </a>
      <a class="bw" href="/search?q=%28product_type%3A%22M%20Ignition%22%20OR%20product_type%3A%22M%20Electrical%22%29%20AND%20lancer&amp;type=product">
        <svg class="bw-end bw-l" aria-hidden="true"><use href="#bw-end"/></svg>
        <span class="bw-mid">
          <span class="bw-circ"><svg class="bw-ic" aria-hidden="true"><use href="#i-ignition"/></svg></span>
          <span class="bw-txt"><span class="bw-t">Ignition &amp; Electrical</span><span class="bw-s">Points &#183; Caps &#183; Rotors &#183; Coils &#183; Leads</span></span>
          <span class="bw-arw" aria-hidden="true">&rarr;</span>
        </span>
        <svg class="bw-end bw-r" aria-hidden="true"><use href="#bw-end-r"/></svg>
      </a>
      <a class="bw" href="/search?q=%28product_type%3A%22M%20Fuel%22%20OR%20product_type%3A%22FILTERS%22%20OR%20product_type%3A%22M%20Exhaust%22%29%20AND%20lancer&amp;type=product">
        <svg class="bw-end bw-l" aria-hidden="true"><use href="#bw-end"/></svg>
        <span class="bw-mid">
          <span class="bw-circ"><svg class="bw-ic" aria-hidden="true"><use href="#i-fuel"/></svg></span>
          <span class="bw-txt"><span class="bw-t">Fuel &amp; Filters</span><span class="bw-s">Pumps &#183; Hose &#183; Filters &#183; Exhaust mounts</span></span>
          <span class="bw-arw" aria-hidden="true">&rarr;</span>
        </span>
        <svg class="bw-end bw-r" aria-hidden="true"><use href="#bw-end-r"/></svg>
      </a>
      <a class="bw" href="/search?q=%28product_type%3A%22LIGHTING%22%20OR%20product_type%3A%22MIRRORS%22%29%20AND%20lancer&amp;type=product">
        <svg class="bw-end bw-l" aria-hidden="true"><use href="#bw-end"/></svg>
        <span class="bw-mid">
          <span class="bw-circ"><svg class="bw-ic" aria-hidden="true"><use href="#i-lights"/></svg></span>
          <span class="bw-txt"><span class="bw-t">Lighting &amp; Mirrors</span><span class="bw-s">Lamps &#183; Lenses &#183; Bulbs &#183; Mirrors</span></span>
          <span class="bw-arw" aria-hidden="true">&rarr;</span>
        </span>
        <svg class="bw-end bw-r" aria-hidden="true"><use href="#bw-end-r"/></svg>
      </a>
      <a class="bw" href="/search?q=%28product_type%3A%22M%20Axle%22%20OR%20product_type%3A%22M%20Gearbox%22%29%20AND%20lancer&amp;type=product">
        <svg class="bw-end bw-l" aria-hidden="true"><use href="#bw-end"/></svg>
        <span class="bw-mid">
          <span class="bw-circ"><svg class="bw-ic" aria-hidden="true"><use href="#i-axle"/></svg></span>
          <span class="bw-txt"><span class="bw-t">Axle &amp; Gearbox</span><span class="bw-s">Seals &#183; Mounts &#183; Bearings &#183; Universals</span></span>
          <span class="bw-arw" aria-hidden="true">&rarr;</span>
        </span>
        <svg class="bw-end bw-r" aria-hidden="true"><use href="#bw-end-r"/></svg>
      </a>
  </div>
  <p class="bx-rel"><b>Related</b><a href="/collections/austin-a50">Austin A50</a><a href="/collections/austin-freeway">Austin Freeway</a><a href="/collections/austin">All Austin</a></p>
  <p class="bx-foot">Not listed? Plenty of parts suit several marques and never get the model name in the title &mdash; <a href="/pages/contact-us">ask us</a> and we will check the books for you.</p>

  <p class="bx-sec">About the Austin Lancer</p>
  <div class="bx-body">
    <p>Developed from the Wolseley 1500 and the Riley One-Point-Five, the Austin Lancer and its twin the Morris Major were built at Victoria Park, Zetland with up to 98 per cent Australian content. Series I ran from March 1958 to July 1959 and Series II from July 1959 to March 1962, both on the 1,489cc B-series. The Lancer ended in March 1962 when the Morris Major Elite replaced it &mdash; not because the car had failed, but because BMC Australia rationalised its dealer network into single BMC Centres rather than separate outlets for each marque, so the Austin version simply stopped.</p>
    <p>Mechanically it is Wolseley 1500 underneath, so engine, gearbox and running gear parts cross with the Wolseley 1500 and the Riley One-Point-Five. Body, trim and brightwork are Australian and appear in no British book. This is a car that is easy to misidentify: if someone describes a small Austin saloon of the late fifties that is not an A40, A50 or A55, and the car came from Australia, the Lancer is worth ruling in or out before you start searching.</p>
  </div>
  <div class="bx-spec">
    <p class="bx-spec-h">Austin Lancer &mdash; specification &amp; changes within the model</p>
    <dl class="bx-dl">
      <div class="bx-row"><dt>Built</dt><dd>Series I March 1958 &#8211; July 1959 &#183; Series II July 1959 &#8211; March 1962. Victoria Park, Zetland, New South Wales, with up to 98 per cent local content.</dd></div>
      <div class="bx-row"><dt>Engine</dt><dd>1,489cc BMC B-series.</dd></div>
      <div class="bx-row"><dt>Based on</dt><dd>The Wolseley 1500 and Riley One-Point-Five. Engine, gearbox and running gear cross with both.</dd></div>
      <div class="bx-row"><dt>Twin</dt><dd>Morris Major &#8212; the same car with a Morris badge and its own front.</dd></div>
      <div class="bx-row"><dt>Why it ended</dt><dd>Replaced in March 1962 by the Morris Major Elite, after BMC Australia rationalised its dealers into single BMC Centres instead of separate marque outlets.</dd></div>
      <div class="bx-row"><dt>Parts</dt><dd>Mechanical parts cross with the Wolseley 1500 and Riley One-Point-Five. Body, trim and brightwork are Australian-specific.</dd></div>
    </dl>
  </div>
</div>

Sorry, this collection is empty.
Continue shopping