:root {
      --ink: #1b1b1b;
      --charcoal: #242424;
      --muted: #626262;
      --line: #dddddd;
      --fog: #f5f5f5;
      --paper: #ffffff;
      --yellow: #ffcc00;
      --yellow-dark: #e5b700;
      --sale-red: #d71920;
      --red: var(--yellow);
      --red-dark: var(--sale-red);
      --petrol: var(--charcoal);
      --petrol-dark: #111111;
      --amber: var(--yellow);
      --max: 1240px;
      --header-height: 74px;
    }

    * {
      box-sizing: border-box;
      letter-spacing: 0;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      color: var(--ink);
      background: var(--paper);
      font-family: Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 1.5;
    }

    body.menu-open {
      overflow: hidden;
    }

    img {
      display: block;
      max-width: 100%;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    button,
    input,
    select {
      font: inherit;
    }

    button,
    select {
      cursor: pointer;
    }

    button:focus-visible,
    input:focus-visible,
    select:focus-visible,
    a:focus-visible,
    summary:focus-visible {
      outline: 3px solid rgba(255, 204, 0, 0.55);
      outline-offset: 3px;
    }

    h1,
    h2,
    h3,
    p {
      margin-top: 0;
    }

    .container {
      width: min(var(--max), calc(100% - 48px));
      margin: 0 auto;
    }

    .top-offer {
      min-height: 38px;
      color: #191919;
      background: var(--amber);
      font-size: 13px;
      font-weight: 800;
    }

    .top-offer .container {
      display: flex;
      min-height: 38px;
      align-items: center;
      justify-content: center;
      gap: 20px;
      text-align: center;
    }

    .top-offer a {
      border-bottom: 1px solid currentColor;
    }

    .masthead {
      color: #ffffff;
      background: var(--charcoal);
      border-bottom: 1px solid #343b40;
    }

    .masthead-inner {
      display: grid;
      grid-template-columns: auto 176px minmax(280px, 1fr) auto auto;
      min-height: var(--header-height);
      align-items: center;
      gap: 10px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      min-width: 190px;
      color: #ffffff;
      font-size: 23px;
      font-weight: 900;
      line-height: 1;
      white-space: nowrap;
    }

    .brand-mark {
      display: grid;
      width: 33px;
      height: 33px;
      margin-right: 9px;
      place-items: center;
      color: #171717;
      background: var(--red);
      clip-path: polygon(0 0, 100% 0, 76% 100%, 0 100%);
      font-size: 19px;
      font-style: italic;
      font-weight: 900;
    }

    .vehicle-button,
    .header-link,
    .cart-button,
    .mobile-menu-button {
      display: inline-flex;
      min-height: 46px;
      align-items: center;
      justify-content: center;
      padding: 0 14px;
      color: #ffffff;
      background: #30373c;
      border: 1px solid #434b51;
      border-radius: 4px;
      font-size: 13px;
      font-weight: 800;
    }

    .vehicle-button {
      justify-content: space-between;
      color: #171a1d;
      background: var(--amber);
      border-color: var(--amber);
    }

    .header-search {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 72px;
      height: 48px;
      overflow: hidden;
      background: #ffffff;
      border: 2px solid #ffffff;
      border-radius: 5px;
    }

    .header-search input {
      width: 100%;
      min-width: 0;
      padding: 0 15px;
      color: var(--ink);
      background: #ffffff;
      border: 0;
      outline: 0;
    }

    .header-search button {
      color: #171a1d;
      background: var(--amber);
      border: 0;
      font-size: 13px;
      font-weight: 900;
    }

    .cart-button {
      min-width: 88px;
      background: #303030;
      border-color: #484848;
    }

    .cart-count {
      display: inline-grid;
      min-width: 24px;
      height: 24px;
      margin-left: 8px;
      place-items: center;
      color: #171717;
      background: #ffffff;
      border-radius: 50%;
      font-size: 12px;
    }

    .mobile-menu-button {
      display: none;
    }

    .main-nav {
      position: relative;
      z-index: 20;
      background: #ffffff;
      border-bottom: 1px solid var(--line);
      box-shadow: 0 2px 8px rgba(23, 26, 29, 0.06);
    }

    .main-nav-inner {
      display: flex;
      min-height: 49px;
      align-items: center;
      gap: 0;
      overflow-x: auto;
      scrollbar-width: none;
    }

    .main-nav-inner::-webkit-scrollbar {
      display: none;
    }

    .main-nav a {
      display: inline-flex;
      min-height: 49px;
      align-items: center;
      padding: 0 18px;
      border-right: 1px solid #edf0f1;
      font-size: 14px;
      font-weight: 750;
      white-space: nowrap;
    }

    .main-nav a:first-child {
      padding-left: 0;
      padding-right: 24px;
      color: var(--ink);
      font-weight: 900;
    }

    .main-nav a:hover {
      color: var(--red-dark);
    }

    .hero {
      position: relative;
      overflow: hidden;
      background: #edf0ef;
      border-bottom: 1px solid #d7dcda;
    }

    .hero::before {
      position: absolute;
      inset: 0 auto 0 0;
      width: 59%;
      content: "";
      background: var(--charcoal);
      clip-path: polygon(0 0, 100% 0, 87% 100%, 0 100%);
    }

    .hero-inner {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
      min-height: 476px;
      align-items: center;
      gap: 28px;
    }

    .hero-copy {
      position: relative;
      z-index: 3;
      max-width: 650px;
      padding: 50px 0 54px;
      color: #ffffff;
    }

    .kicker {
      margin-bottom: 10px;
      color: var(--red-dark);
      font-size: 12px;
      font-weight: 900;
      line-height: 1.2;
      text-transform: uppercase;
    }

    .hero .kicker {
      color: var(--amber);
    }

    .hero h1 {
      max-width: 620px;
      margin-bottom: 17px;
      color: #ffffff;
      font-size: 46px;
      font-weight: 900;
      line-height: 1.04;
    }

    .hero-copy > p:not(.kicker) {
      max-width: 570px;
      margin-bottom: 24px;
      color: #cfd4d6;
      font-size: 17px;
    }

    .hero-search label {
      display: block;
      margin-bottom: 8px;
      color: #ffffff;
      font-size: 13px;
      font-weight: 800;
    }

    .hero-search-row {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 154px;
      align-items: stretch;
      max-width: 620px;
      min-height: 56px;
      padding: 5px;
      background: #ffffff;
      border-radius: 5px;
    }

    .hero-search-row input {
      width: 100%;
      height: 46px;
      min-width: 0;
      min-height: 46px;
      margin: 0;
      padding: 0 13px;
      border: 0;
      outline: 0;
      box-sizing: border-box;
    }

    .hero-search-row button,
    .fitment-form button,
    .search-cta button {
      color: #171717;
      background: var(--red);
      border: 1px solid var(--red);
      border-radius: 4px;
      font-weight: 850;
    }

    .hero-search-row button,
    .search-cta-form button {
      display: flex;
      height: 46px;
      min-width: 0;
      min-height: 46px;
      margin: 0 !important;
      align-items: center;
      justify-content: center;
      padding-top: 0 !important;
      padding-right: 16px;
      padding-bottom: 0 !important;
      padding-left: 16px;
      box-sizing: border-box;
      line-height: 1.2;
      white-space: nowrap;
    }

    .hero-search-row button:hover,
    .fitment-form button:hover,
    .search-cta button:hover {
      background: var(--yellow-dark);
      border-color: var(--yellow-dark);
    }

    .hero-links {
      display: flex;
      flex-wrap: wrap;
      gap: 8px 22px;
      margin-top: 19px;
      color: #e6e9ea;
      font-size: 13px;
      font-weight: 750;
    }

    .hero-links a {
      border-bottom: 1px solid #737b80;
    }

    .hero-visual {
      position: relative;
      min-height: 430px;
      align-self: end;
    }

    .hero-visual img {
      position: absolute;
      object-fit: contain;
      mix-blend-mode: multiply;
    }

    .hero-tire {
      right: -72px;
      bottom: -75px;
      width: 390px;
      height: 390px;
      z-index: 1;
    }

    .hero-headlight {
      top: 30px;
      left: -20px;
      width: 255px;
      height: 255px;
      z-index: 2;
      transform: rotate(-5deg);
    }

    .hero-brake {
      right: 215px;
      bottom: -38px;
      width: 218px;
      height: 218px;
      z-index: 3;
    }

    .hero-tag {
      position: absolute;
      top: 58px;
      right: 0;
      z-index: 4;
      max-width: 165px;
      padding: 10px 12px;
      color: #ffffff;
      background: var(--petrol);
      border-radius: 4px;
      font-size: 12px;
      font-weight: 800;
      line-height: 1.35;
    }

    .offer-row {
      background: #ffffff;
      border-bottom: 1px solid var(--line);
    }

    .offer-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .offer-item {
      min-height: 96px;
      padding: 20px 24px;
      border-right: 1px solid var(--line);
    }

    .offer-item:last-child {
      border-right: 0;
    }

    .offer-item strong,
    .offer-item span {
      display: block;
    }

    .offer-item strong {
      margin-bottom: 4px;
      font-size: 16px;
      line-height: 1.25;
    }

    .offer-item span {
      color: var(--muted);
      font-size: 13px;
    }

    .fitment {
      color: var(--ink);
      background: var(--yellow);
    }

    .fitment-inner {
      display: grid;
      grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.62fr);
      min-height: 206px;
      align-items: center;
      gap: 42px;
      padding-top: 30px;
      padding-bottom: 30px;
    }

    .fitment .kicker {
      color: #5c4a00;
    }

    .fitment h2 {
      margin-bottom: 7px;
      color: var(--ink);
      font-size: 28px;
      line-height: 1.15;
    }

    .fitment-copy p:last-child {
      margin-bottom: 0;
      color: #4e430d;
      font-size: 13px;
    }

    .fitment-tabs {
      display: inline-grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      min-width: 310px;
      margin-bottom: 13px;
      padding: 3px;
      background: #d9ad00;
      border: 1px solid #c99f00;
      border-radius: 5px;
    }

    .fitment-tabs button {
      min-height: 38px;
      padding: 0 15px;
      color: #312900;
      background: transparent;
      border: 0;
      border-radius: 3px;
      font-size: 13px;
      font-weight: 850;
    }

    .fitment-tabs button[aria-selected="true"] {
      color: #ffffff;
      background: var(--charcoal);
    }

    .fitment-panel[hidden] {
      display: none;
    }

    .fitment-form {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr)) 190px;
      gap: 9px;
      align-items: end;
    }

    .field label {
      display: block;
      margin-bottom: 7px;
      color: var(--ink);
      font-size: 12px;
      font-weight: 800;
    }

    .field select,
    .field input {
      width: 100%;
      height: 50px;
      padding: 0 11px;
      color: var(--ink);
      background: #ffffff;
      border: 1px solid #ffffff;
      border-radius: 4px;
    }

    .fitment-form button {
      min-height: 50px;
      padding: 0 16px;
      color: #ffffff;
      background: var(--charcoal);
      border-color: var(--charcoal);
      font-size: 13px;
    }

    .fitment-form button:hover {
      color: #ffffff;
      background: #111111;
      border-color: #111111;
    }

    .fitment-result {
      grid-column: 1 / -1;
      min-height: 20px;
      margin: 0;
      color: #4e430d;
      font-size: 12px;
    }

    .section {
      padding: 62px 0 70px;
    }

    .section-heading {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 27px;
    }

    .section-heading h2,
    .makes h2,
    .help h2,
    .search-cta h2 {
      margin-bottom: 0;
      color: var(--ink);
      font-size: 30px;
      font-weight: 900;
      line-height: 1.15;
    }

    .text-link {
      color: var(--petrol);
      border-bottom: 1px solid currentColor;
      font-size: 14px;
      font-weight: 800;
      white-space: nowrap;
    }

    .category-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
    }

    .category-card {
      display: grid;
      grid-template-rows: 166px 1fr;
      min-height: 318px;
      overflow: hidden;
      background: #ffffff;
      border: 1px solid var(--line);
      border-radius: 6px;
      transition: transform 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
    }

    .category-card:hover {
      border-color: #aeb5b9;
      box-shadow: 0 12px 26px rgba(23, 26, 29, 0.08);
      transform: translateY(-2px);
    }

    .category-image {
      display: grid;
      place-items: center;
      overflow: hidden;
      background: var(--fog);
      border-bottom: 1px solid #e5e8e9;
    }

    .category-image img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      mix-blend-mode: multiply;
    }

    .category-body {
      display: flex;
      flex-direction: column;
      padding: 16px 17px 15px;
    }

    .category-body strong {
      margin-bottom: 6px;
      font-size: 17px;
      line-height: 1.2;
    }

    .category-body > span {
      color: var(--muted);
      font-size: 13px;
      line-height: 1.45;
    }

    .category-body em {
      margin-top: auto;
      padding-top: 12px;
      color: var(--red-dark);
      font-size: 12px;
      font-style: normal;
      font-weight: 900;
      text-transform: uppercase;
    }

    .repair-paths {
      color: #ffffff;
      background: var(--charcoal);
      padding: 55px 0 62px;
    }

    .repair-paths .section-heading h2 {
      color: #ffffff;
    }

    .repair-paths .kicker {
      color: var(--amber);
    }

    .path-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      border-top: 1px solid #4a5258;
      border-bottom: 1px solid #4a5258;
    }

    .path-grid a {
      display: flex;
      min-height: 180px;
      flex-direction: column;
      padding: 23px 23px 21px;
      border-right: 1px solid #4a5258;
      transition: background-color 150ms ease;
    }

    .path-grid a:last-child {
      border-right: 0;
    }

    .path-grid a:hover {
      background: #30373c;
    }

    .path-grid span {
      margin-bottom: 24px;
      color: var(--amber);
      font-size: 12px;
      font-weight: 900;
    }

    .path-grid strong {
      margin-bottom: 8px;
      color: #ffffff;
      font-size: 18px;
      line-height: 1.2;
    }

    .path-grid small {
      color: #bfc5c8;
      font-size: 13px;
      line-height: 1.45;
    }

    .products {
      background: var(--fog);
    }

    .carousel-controls {
      display: flex;
      gap: 8px;
    }

    .carousel-controls button {
      display: grid;
      width: 42px;
      height: 42px;
      place-items: center;
      color: var(--ink);
      background: #ffffff;
      border: 1px solid #cdd2d5;
      border-radius: 4px;
      font-size: 20px;
      font-weight: 800;
    }

    .carousel-controls button:disabled {
      color: #9da4a8;
      background: #edf0f1;
      cursor: default;
    }

    .product-track {
      display: grid;
      grid-auto-columns: calc((100% - 42px) / 4);
      grid-auto-flow: column;
      gap: 14px;
      overflow-x: auto;
      padding: 1px 1px 10px;
      scroll-behavior: smooth;
      scroll-snap-type: x mandatory;
      scrollbar-color: #aab1b5 transparent;
      scrollbar-width: thin;
    }

    .product-card {
      display: flex;
      min-width: 0;
      min-height: 438px;
      flex-direction: column;
      overflow: hidden;
      background: #ffffff;
      border: 1px solid var(--line);
      border-radius: 6px;
      scroll-snap-align: start;
    }

    .product-image {
      display: grid;
      height: 215px;
      place-items: center;
      overflow: hidden;
      background: #ffffff;
      border-bottom: 1px solid #edf0f1;
    }

    .product-image img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .product-body {
      display: flex;
      flex: 1;
      flex-direction: column;
      padding: 15px;
    }

    .product-type {
      margin-bottom: 6px;
      color: var(--petrol);
      font-size: 11px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .product-card h3 {
      display: -webkit-box;
      min-height: 44px;
      overflow: hidden;
      margin-bottom: 8px;
      font-size: 15px;
      font-weight: 800;
      line-height: 1.42;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }

    .sku {
      color: #7a8287;
      font-size: 11px;
    }

    .stock-note {
      margin-top: 8px;
      color: #303030;
      font-size: 12px;
      font-weight: 800;
    }

    .product-buy {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 10px;
      margin-top: auto;
      padding-top: 14px;
    }

    .price strong,
    .price del {
      display: block;
    }

    .price strong {
      font-size: 20px;
      line-height: 1.15;
    }

    .price del {
      color: #858c91;
      font-size: 12px;
    }

    .add-cart {
      min-height: 40px;
      padding: 0 13px;
      color: #171717;
      background: var(--red);
      border: 1px solid var(--red);
      border-radius: 4px;
      font-size: 12px;
      font-weight: 900;
      white-space: nowrap;
    }

    .add-cart.added {
      color: #ffffff;
      background: var(--charcoal);
      border-color: var(--charcoal);
    }

    .makes {
      padding: 54px 0;
      background: #ffffff;
      border-bottom: 1px solid var(--line);
    }

    .makes-inner {
      display: grid;
      grid-template-columns: minmax(240px, 0.34fr) minmax(0, 0.66fr);
      align-items: center;
      gap: 48px;
    }

    .make-links {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      border-top: 1px solid var(--line);
      border-left: 1px solid var(--line);
    }

    .make-links a {
      display: flex;
      min-height: 56px;
      align-items: center;
      justify-content: space-between;
      padding: 0 16px;
      border-right: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      font-size: 14px;
      font-weight: 800;
    }

    .make-links a:hover {
      color: var(--red-dark);
      background: #fafbfb;
    }

    .confidence {
      padding: 28px 0;
      background: #ffffff;
      border-bottom: 1px solid var(--line);
    }

    .confidence-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .confidence-grid > div {
      min-height: 96px;
      padding: 13px 24px;
      border-right: 1px solid var(--line);
    }

    .confidence-grid > div:first-child {
      padding-left: 0;
    }

    .confidence-grid > div:last-child {
      padding-right: 0;
      border-right: 0;
    }

    .confidence-grid strong,
    .confidence-grid span {
      display: block;
    }

    .confidence-grid strong {
      margin-bottom: 5px;
      font-size: 14px;
    }

    .confidence-grid span {
      color: var(--muted);
      font-size: 12px;
      line-height: 1.45;
    }

    .help-grid {
      display: grid;
      grid-template-columns: minmax(280px, 0.38fr) minmax(0, 0.62fr);
      gap: 64px;
      align-items: start;
    }

    .help-intro p:last-child {
      max-width: 390px;
      margin: 17px 0 0;
      color: var(--muted);
    }

    .faq-list {
      border-top: 1px solid var(--line);
    }

    .faq-list details {
      border-bottom: 1px solid var(--line);
    }

    .faq-list summary {
      position: relative;
      padding: 19px 40px 19px 0;
      font-size: 15px;
      font-weight: 850;
      list-style: none;
      cursor: pointer;
    }

    .faq-list summary::-webkit-details-marker {
      display: none;
    }

    .faq-list summary::after {
      position: absolute;
      top: 17px;
      right: 4px;
      content: "+";
      color: var(--petrol);
      font-size: 21px;
      line-height: 1;
    }

    .faq-list details[open] summary::after {
      content: "-";
    }

    .faq-list details p {
      max-width: 760px;
      margin: -4px 0 19px;
      color: var(--muted);
      font-size: 14px;
    }

    .search-cta {
      color: #ffffff;
      background: var(--petrol);
      padding: 38px 0;
    }

    .search-cta-inner {
      display: grid;
      grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.62fr);
      align-items: center;
      gap: 50px;
    }

    .search-cta .kicker {
      color: var(--yellow);
    }

    .search-cta h2 {
      color: #ffffff;
    }

    .search-cta-form {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 170px;
      align-items: stretch;
      min-height: 54px;
      padding: 4px;
      background: #ffffff;
      border-radius: 5px;
    }

    .search-cta-form input {
      height: 46px;
      min-width: 0;
      min-height: 46px;
      margin: 0;
      padding: 0 13px;
      border: 0;
      outline: 0;
      box-sizing: border-box;
    }

    .footer {
      color: #cbd0d3;
      background: #171a1d;
      padding: 47px 0 22px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.3fr repeat(4, 1fr);
      gap: 38px;
      padding-bottom: 40px;
    }

    .footer-brand .brand {
      margin-bottom: 16px;
    }

    .footer-brand p {
      max-width: 300px;
      color: #9fa7ac;
      font-size: 13px;
    }

    .footer h3 {
      margin-bottom: 14px;
      color: #ffffff;
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .footer-links {
      display: grid;
      gap: 8px;
    }

    .footer-links a {
      color: #aeb5b9;
      font-size: 13px;
    }

    .footer-links a:hover {
      color: #ffffff;
    }

    .footer-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
      padding-top: 20px;
      border-top: 1px solid #343b40;
      color: #8e979c;
      font-size: 12px;
    }

    .toast {
      position: fixed;
      right: 22px;
      bottom: 22px;
      z-index: 100;
      max-width: min(360px, calc(100% - 44px));
      padding: 13px 16px;
      color: #ffffff;
      background: #242424;
      border-radius: 5px;
      box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
      font-size: 13px;
      font-weight: 800;
      opacity: 0;
      pointer-events: none;
      transform: translateY(8px);
      transition: opacity 160ms ease, transform 160ms ease;
    }

    .toast.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .screen-reader-text {
      position: absolute;
      width: 1px;
      height: 1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
    }

    @media (max-width: 1080px) {
      .masthead-inner {
        grid-template-columns: auto 176px minmax(230px, 1fr) auto;
      }

      .header-link {
        display: none;
      }

      .hero-inner {
        grid-template-columns: minmax(0, 1fr) minmax(350px, 0.78fr);
      }

      .hero::before {
        width: 64%;
      }

      .hero h1 {
        font-size: 40px;
      }

      .fitment-inner {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .path-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .path-grid a:nth-child(2) {
        border-right: 0;
      }

      .path-grid a:nth-child(-n+2) {
        border-bottom: 1px solid #4a5258;
      }

      .product-track {
        grid-auto-columns: calc((100% - 28px) / 3);
      }

      .footer-grid {
        grid-template-columns: 1.5fr repeat(2, 1fr);
      }
    }

    @media (max-width: 820px) {
      .container {
        width: min(100% - 30px, var(--max));
      }

      .top-offer .container {
        min-height: 42px;
        justify-content: space-between;
        font-size: 11px;
      }

      .top-offer span:last-of-type {
        display: none;
      }

      .masthead-inner {
        grid-template-columns: auto 1fr auto auto;
        min-height: 126px;
        padding: 12px 0;
      }

      .brand {
        min-width: 0;
        font-size: 20px;
      }

      .vehicle-button {
        display: none;
      }

      .header-search {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
      }

      .cart-button {
        grid-column: 4;
        grid-row: 1;
      }

      .mobile-menu-button {
        display: inline-flex;
        grid-column: 3;
        grid-row: 1;
      }

      .main-nav {
        display: none;
        position: absolute;
        right: 0;
        left: 0;
      }

      .menu-open .main-nav {
        display: block;
      }

      .main-nav-inner {
        display: grid;
        max-height: calc(100vh - 168px);
        overflow-y: auto;
        padding: 8px 15px 18px;
      }

      .main-nav a,
      .main-nav a:first-child {
        min-height: 48px;
        padding: 0 3px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
      }

      .hero::before {
        width: 100%;
        height: calc(100% - 190px);
        clip-path: none;
      }

      .hero-inner {
        display: block;
        min-height: 0;
      }

      .hero-copy {
        max-width: none;
        padding: 30px 0 17px;
      }

      .hero-copy > p:not(.kicker) {
        max-width: none;
        margin-bottom: 17px;
        font-size: 15px;
      }

      .hero-visual {
        z-index: 2;
        width: 100vw;
        min-height: 190px;
        margin-left: calc(50% - 50vw);
        background: #edf0ef;
      }

      .hero-tire {
        right: -6px;
        bottom: -41px;
        width: 220px;
        height: 220px;
      }

      .hero-headlight {
        top: 7px;
        left: 5%;
        width: 138px;
        height: 138px;
      }

      .hero-brake {
        right: 176px;
        bottom: -20px;
        width: 112px;
        height: 112px;
      }

      .hero-tag {
        top: 10px;
        right: 15px;
        max-width: 132px;
        font-size: 10px;
      }

      .offer-grid {
        grid-template-columns: 1fr;
      }

      .offer-item {
        min-height: 80px;
        padding: 16px 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
      }

      .offer-item:last-child {
        border-bottom: 0;
      }

      .fitment-form {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .fitment-form button {
        grid-column: 1 / -1;
      }

      .category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .product-track {
        grid-auto-columns: calc((100% - 14px) / 2);
      }

      .makes-inner,
      .help-grid,
      .search-cta-inner {
        grid-template-columns: 1fr;
        gap: 28px;
      }

      .confidence-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .confidence-grid > div,
      .confidence-grid > div:first-child,
      .confidence-grid > div:last-child {
        padding: 14px 18px;
        border-right: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
      }

      .confidence-grid > div:nth-child(2n) {
        border-right: 0;
      }

      .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .footer-brand {
        grid-column: 1 / -1;
      }
    }

    @media (max-width: 560px) {
      .top-offer .container {
        justify-content: center;
      }

      .top-offer a {
        display: none;
      }

      .brand {
        font-size: 18px;
      }

      .brand-mark {
        width: 29px;
        height: 29px;
      }

      .mobile-menu-button,
      .cart-button {
        min-height: 40px;
        padding: 0 10px;
        font-size: 12px;
      }

      .cart-button {
        min-width: 72px;
      }

      .hero h1 {
        margin-bottom: 12px;
        font-size: 31px;
      }

      .hero-search-row {
        grid-template-columns: 1fr;
        gap: 5px;
      }

      .hero-search-row input,
      .hero-search-row button {
        min-height: 46px;
      }

      .hero-links {
        margin-top: 13px;
        gap: 8px 15px;
      }

      .hero-visual {
        min-height: 190px;
      }

      .fitment-form {
        grid-template-columns: 1fr;
      }

      .fitment-tabs {
        width: 100%;
        min-width: 0;
      }

      .fitment-form button {
        grid-column: auto;
      }

      .section {
        padding: 48px 0 54px;
      }

      .section-heading {
        align-items: start;
      }

      .section-heading h2,
      .makes h2,
      .help h2,
      .search-cta h2 {
        font-size: 25px;
      }

      .text-link {
        display: none;
      }

      .category-grid {
        grid-template-columns: 1fr;
      }

      .category-card {
        grid-template-columns: 118px minmax(0, 1fr);
        grid-template-rows: 1fr;
        min-height: 150px;
      }

      .category-image {
        border-right: 1px solid #e5e8e9;
        border-bottom: 0;
      }

      .path-grid {
        grid-template-columns: 1fr;
      }

      .path-grid a,
      .path-grid a:nth-child(2) {
        min-height: 138px;
        border-right: 0;
        border-bottom: 1px solid #4a5258;
      }

      .path-grid a:last-child {
        border-bottom: 0;
      }

      .path-grid span {
        margin-bottom: 15px;
      }

      .product-track {
        grid-auto-columns: 84%;
      }

      .carousel-controls {
        display: none;
      }

      .make-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .confidence-grid {
        grid-template-columns: 1fr;
      }

      .confidence-grid > div,
      .confidence-grid > div:first-child,
      .confidence-grid > div:last-child,
      .confidence-grid > div:nth-child(2n) {
        padding: 15px 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
      }

      .search-cta-form {
        grid-template-columns: 1fr;
        gap: 5px;
      }

      .search-cta-form input,
      .search-cta-form button {
        min-height: 46px;
      }

      .footer-grid {
        grid-template-columns: 1fr;
      }

      .footer-brand {
        grid-column: auto;
      }

      .footer-bottom {
        align-items: start;
        flex-direction: column;
      }
    }

    /* WordPress and WooCommerce integration */
    .vcp-header-fragment,
    .vcp-home,
    .vcp-footer-fragment {
      --ink: #1b1b1b;
      --charcoal: #242424;
      --muted: #626262;
      --line: #dddddd;
      --fog: #f5f5f5;
      --paper: #ffffff;
      --yellow: #ffcc00;
      --yellow-dark: #e5b700;
      --sale-red: #d71920;
      --red: var(--yellow);
      --red-dark: var(--sale-red);
      --petrol: var(--charcoal);
      --petrol-dark: #111111;
      --amber: var(--yellow);
      --max: 1240px;
      color: var(--ink);
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.5;
    }

    .vcp-header-fragment {
      position: fixed;
      z-index: 9999;
      top: 0;
      right: 0;
      left: 0;
      width: 100vw;
      max-width: none;
      margin: 0;
    }

    body.admin-bar .vcp-header-fragment {
      top: 32px;
    }

    html:has(body.vcp-auto-header-active) {
      scroll-padding-top: var(--vcp-fixed-header-height, 161px);
    }

    body.vcp-auto-header-active {
      margin-top: 0;
      padding-top: var(--vcp-fixed-header-height, 161px) !important;
    }

    body.vcp-auto-header-active #page {
      margin-top: 0;
      padding-top: 0;
    }

    body.vcp-auto-header-active #masthead {
      display: none !important;
    }

    body.vcp-auto-header-active #colophon {
      display: none !important;
    }

    .ast-primary-header-bar:has(.vcp-header-fragment),
    .ast-primary-header-bar:has(.vcp-header-fragment) .site-primary-header-wrap,
    .ast-primary-header-bar:has(.vcp-header-fragment) .ast-builder-grid-row,
    .ast-primary-header-bar:has(.vcp-header-fragment) .site-header-section,
    .ast-primary-header-bar:has(.vcp-header-fragment) .ast-builder-layout-element,
    .ast-primary-header-bar:has(.vcp-header-fragment) .ast-header-html,
    .ast-primary-header-bar:has(.vcp-header-fragment) .ast-builder-html-element {
      width: 100% !important;
      max-width: none !important;
      min-height: 0 !important;
      margin: 0 !important;
      padding: 0 !important;
    }

    .ast-primary-header-bar:has(.vcp-header-fragment) .ast-builder-grid-row,
    .ast-primary-header-bar:has(.vcp-header-fragment) .site-header-section {
      display: block !important;
    }

    .vcp-header-fragment .masthead-inner {
      display: grid !important;
      grid-template-columns: auto 176px minmax(280px, 1fr) auto auto;
      grid-template-rows: minmax(74px, auto);
      align-items: center !important;
      gap: 10px !important;
    }

    .vcp-native-cart {
      position: relative;
      min-width: 54px;
      justify-self: end;
    }

    .vcp-header-fragment .brand {
      grid-column: 1;
      grid-row: 1;
    }

    .vcp-header-fragment .vehicle-button {
      grid-column: 2;
      grid-row: 1;
    }

    .vcp-header-fragment .header-search {
      display: grid !important;
      grid-column: 3;
      grid-row: 1;
      grid-template-columns: minmax(0, 1fr) 82px !important;
      width: 100% !important;
      height: 48px !important;
      margin: 0 !important;
      padding: 0 !important;
      overflow: hidden;
      background: #ffffff !important;
      border: 2px solid #ffffff !important;
      border-radius: 5px !important;
    }

    .vcp-header-fragment .header-search input[type="search"] {
      display: block !important;
      width: 100% !important;
      min-width: 0 !important;
      height: 44px !important;
      margin: 0 !important;
      padding: 0 15px !important;
      color: #1b1b1b !important;
      background: #ffffff !important;
      border: 0 !important;
      border-radius: 0 !important;
      box-shadow: none !important;
    }

    .vcp-header-fragment .header-search button {
      display: inline-flex !important;
      width: 82px !important;
      min-height: 44px !important;
      align-items: center;
      justify-content: center;
      margin: 0 !important;
      padding: 0 10px !important;
      color: #171a1d !important;
      background: #ffcc00 !important;
      border: 0 !important;
      border-radius: 0 !important;
      box-shadow: none !important;
    }

    .vcp-header-fragment .header-link {
      grid-column: 4;
      grid-row: 1;
    }

    .vcp-header-fragment .vcp-native-cart {
      grid-column: 5;
      grid-row: 1;
    }

    .vcp-cart-shell {
      position: relative;
    }

    .vcp-cart-link {
      display: inline-flex;
      min-width: 92px;
      min-height: 46px;
      align-items: center;
      justify-content: center;
      padding: 0 13px;
      color: #ffffff !important;
      background: #303030;
      border: 1px solid #484848;
      border-radius: 4px;
      font-size: 13px;
      font-weight: 800;
      text-decoration: none !important;
      white-space: nowrap;
    }

    .vcp-cart-link:hover,
    .vcp-cart-link:focus {
      color: #171717 !important;
      background: #ffcc00;
      border-color: #ffcc00;
    }

    .vcp-cart-count {
      display: inline-grid;
      min-width: 23px;
      height: 23px;
      margin-left: 7px;
      padding: 0 5px;
      place-items: center;
      color: #171717;
      background: #ffffff;
      border-radius: 50%;
      font-size: 11px;
      line-height: 1;
    }

    .vcp-mini-cart-panel {
      display: none;
      position: absolute;
      z-index: 1000;
      top: calc(100% + 8px);
      right: 0;
      width: min(360px, calc(100vw - 30px));
      padding: 18px;
      color: #1b1b1b;
      background: #ffffff;
      border: 1px solid #dddddd;
      border-radius: 5px;
      box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
    }

    .vcp-cart-shell:hover .vcp-mini-cart-panel,
    .vcp-cart-shell:focus-within .vcp-mini-cart-panel {
      display: block;
    }

    .vcp-mini-cart-panel .woocommerce-mini-cart {
      margin: 0 0 14px;
      padding: 0;
      list-style: none;
    }

    .vcp-mini-cart-panel .woocommerce-mini-cart-item {
      position: relative;
      min-height: 58px;
      margin: 0;
      padding: 8px 24px 8px 58px;
      border-bottom: 1px solid #eeeeee;
      font-size: 13px;
    }

    .vcp-mini-cart-panel .woocommerce-mini-cart-item img {
      position: absolute;
      top: 8px;
      left: 0;
      width: 46px;
      height: 46px;
      object-fit: contain;
    }

    .vcp-mini-cart-panel .woocommerce-mini-cart__buttons {
      display: flex;
      gap: 8px;
      margin: 12px 0 0;
    }

    .vcp-mini-cart-panel .woocommerce-mini-cart__buttons a {
      flex: 1;
      padding: 10px;
      color: #171717;
      background: #ffcc00;
      border-radius: 4px;
      font-size: 12px;
      font-weight: 800;
      text-align: center;
    }

    .ast-site-header-cart .ast-addon-cart-wrap,
    .site-header-cart .cart-contents,
    .wc-block-mini-cart__button {
      display: inline-flex;
      min-height: 46px;
      align-items: center;
      justify-content: center;
      padding: 0 14px;
      color: #ffffff;
      background: #303030;
      border: 1px solid #484848;
      border-radius: 4px;
      font-size: 13px;
      font-weight: 800;
      text-decoration: none;
    }

    .ast-site-header-cart .ast-addon-cart-wrap:hover,
    .site-header-cart .cart-contents:hover,
    .wc-block-mini-cart__button:hover {
      color: #171717;
      background: #ffcc00;
      border-color: #ffcc00;
    }

    .woo-product-track > .woocommerce {
      width: 100%;
    }

    .woo-product-track ul.products {
      display: grid !important;
      grid-template-columns: none !important;
      grid-auto-flow: column;
      grid-auto-columns: calc((100% - 42px) / 4);
      gap: 14px;
      width: 100%;
      margin: 0 !important;
      padding: 0 0 10px !important;
      overflow-x: auto;
      overscroll-behavior-inline: contain;
      scroll-snap-type: x mandatory;
      scrollbar-width: thin;
    }

    .woo-product-track ul.products::before,
    .woo-product-track ul.products::after {
      display: none !important;
      content: none !important;
    }

    .woo-product-track ul.products li.product {
      display: flex;
      position: relative;
      float: none !important;
      width: auto !important;
      min-width: 0;
      min-height: 405px;
      margin: 0 !important;
      padding: 0 0 16px !important;
      flex-direction: column;
      background: #ffffff;
      border: 1px solid #dfe3e5;
      border-radius: 5px;
      scroll-snap-align: start;
    }

    .woo-product-track ul.products li.product > a.woocommerce-LoopProduct-link {
      display: flex;
      min-height: 0;
      flex: 1;
      flex-direction: column;
      color: inherit;
      text-decoration: none;
    }

    .woo-product-track ul.products li.product .astra-shop-thumbnail-wrap {
      flex: 0 0 auto;
    }

    .woo-product-track ul.products li.product .astra-shop-summary-wrap {
      display: flex;
      min-height: 0;
      flex: 1;
      flex-direction: column;
    }

    .woo-product-track ul.products li.product a img {
      width: 100%;
      height: 205px;
      margin: 0 !important;
      object-fit: contain;
      background: #f7f8f8;
      border-bottom: 1px solid #e5e7e8;
    }

    .woo-product-track ul.products li.product .woocommerce-loop-product__title {
      min-height: 58px;
      margin: 0;
      padding: 15px 16px 6px !important;
      color: #1b1b1b;
      font-size: 14px !important;
      line-height: 1.35;
    }

    .woo-product-track ul.products li.product .price {
      display: flex !important;
      min-height: 40px;
      margin: auto 122px 0 16px !important;
      flex-direction: column;
      justify-content: center;
      color: #1b1b1b !important;
      font-size: 20px !important;
      font-weight: 900;
      line-height: 1.2;
    }

    .woo-product-track ul.products li.product .price del {
      color: #858c91;
      font-size: 12px;
      opacity: 1;
    }

    .woo-product-track ul.products li.product .button {
      position: absolute;
      right: 16px;
      bottom: 16px;
      display: inline-flex;
      width: auto;
      min-width: 96px;
      min-height: 40px;
      margin: 0 !important;
      padding: 10px 14px;
      align-items: center;
      justify-content: center;
      color: #171717;
      background: #ffcc00;
      border: 1px solid #ffcc00;
      border-radius: 4px;
      font-size: 12px;
      font-weight: 900;
      line-height: 1.2;
      white-space: nowrap;
    }

    .woo-product-track ul.products li.product .added_to_cart {
      margin: 9px 16px 0;
      color: #242424;
      font-size: 12px;
      font-weight: 800;
    }

    .single-product .woocommerce-product-gallery .flex-control-thumbs {
      display: grid !important;
      grid-template-columns: repeat(auto-fill, 84px);
      gap: 10px;
      margin: 16px 0 0 !important;
      padding: 0 !important;
      list-style: none;
    }

    .single-product .woocommerce-product-gallery .flex-control-thumbs li {
      float: none !important;
      width: 84px !important;
      margin: 0 !important;
    }

    .single-product .woocommerce-product-gallery .flex-control-thumbs img {
      display: block;
      width: 84px !important;
      height: 84px !important;
      object-fit: cover;
      border: 1px solid #d7dcdf;
      border-radius: 3px;
      opacity: 0.78;
    }

    .single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
      border-color: #242424;
      box-shadow: inset 0 0 0 1px #242424;
      opacity: 1;
    }

    .single-product {
      --vcp-product-ink: #1b1b1b;
      --vcp-product-muted: #626a6f;
      --vcp-product-line: #dfe3e5;
      --vcp-product-soft: #f5f6f6;
      --vcp-product-yellow: #ffcc00;
      --vcp-product-yellow-dark: #e5b700;
      --vcp-product-red: #d71920;
    }

    .single-product .site-content,
    .woocommerce.single-product .site-content {
      background: #ffffff;
    }

    .single-product .site-main > div.product,
    .single-product .site-main > .woocommerce > div.product {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      column-gap: 48px;
      align-items: start;
      color: var(--vcp-product-ink);
    }

    .single-product .site-main > div.product::before,
    .single-product .site-main > div.product::after,
    .single-product .site-main > .woocommerce > div.product::before,
    .single-product .site-main > .woocommerce > div.product::after {
      display: none !important;
      content: none !important;
    }

    .single-product .woocommerce-breadcrumb,
    .single-product .ast-breadcrumbs-wrapper {
      display: none;
    }

    .single-product .vcp-product-media-breadcrumb {
      display: block;
      grid-column: 1 / -1;
      float: none;
      width: 100%;
      margin: 0 0 14px;
      color: var(--vcp-product-muted);
      font-size: 12px;
      font-weight: 650;
      line-height: 1.45;
    }

    .single-product .vcp-product-media-breadcrumb a {
      color: #3e464b;
      text-decoration: none;
    }

    .single-product .vcp-product-media-breadcrumb a:hover,
    .single-product .vcp-product-media-breadcrumb a:focus {
      color: #111111;
    }

    .single-product .vcp-product-breadcrumb-separator {
      display: inline-block;
      margin: 0 8px;
      color: #9aa1a5;
    }

    .single-product div.product div.images,
    .single-product div.product div.summary {
      margin-bottom: 42px;
    }

    .single-product .site-main > div.product > div.images,
    .single-product .site-main > .woocommerce > div.product > div.images {
      grid-column: 1;
      float: none !important;
      clear: none !important;
      width: 100% !important;
      padding: 0;
      background: transparent;
      border: 0;
    }

    .single-product div.product div.images .woocommerce-product-gallery__image {
      overflow: hidden;
      background: #ffffff;
      border: 1px solid var(--vcp-product-line);
      border-radius: 4px;
      box-sizing: border-box;
    }

    .single-product div.product div.images .flex-viewport {
      overflow: hidden;
      margin-bottom: 0 !important;
      background: #ffffff;
      border: 1px solid var(--vcp-product-line);
      border-radius: 4px;
      box-sizing: border-box;
    }

    .single-product div.product div.images .flex-viewport .woocommerce-product-gallery__image {
      border: 0;
      border-radius: 0;
    }

    .single-product div.product div.images .woocommerce-product-gallery__image img {
      width: 100%;
      height: auto;
      aspect-ratio: 1 / 1;
      object-fit: contain;
      background: #ffffff;
    }

    .single-product .site-main > div.product > .summary.entry-summary,
    .single-product .site-main > .woocommerce > div.product > .summary.entry-summary {
      grid-column: 2;
      float: none !important;
      clear: none !important;
      width: 100% !important;
      margin-bottom: 42px;
      padding: 0 0 0 18px;
      box-sizing: border-box;
    }

    .single-product .summary.entry-summary .ast-woo-product-category,
    .single-product .summary.entry-summary .ast-woocommerce-product-category,
    .single-product .summary.entry-summary .woocommerce-product-category,
    .single-product .summary.entry-summary > .posted_in:first-child,
    .single-product .summary.entry-summary > .posted_in:first-of-type {
      display: none !important;
    }

    .single-product div.product .product_title {
      margin: 0 0 14px;
      color: var(--vcp-product-ink);
      font-size: 34px;
      font-weight: 800;
      line-height: 1.14;
      overflow-wrap: anywhere;
    }

    .single-product div.product .summary .price {
      display: flex;
      align-items: baseline;
      flex-wrap: wrap;
      gap: 10px;
      margin: 0 0 20px;
      color: var(--vcp-product-ink);
      font-size: 27px;
      font-weight: 850;
    }

    .single-product div.product .summary .price del {
      color: #8b9195;
      font-size: 16px;
      font-weight: 650;
      opacity: 1;
    }

    .single-product div.product .summary .price ins {
      color: var(--vcp-product-red);
      background: none;
      text-decoration: none;
    }

    .single-product div.product .woocommerce-product-details__short-description {
      margin: 18px 0;
      padding: 17px 0;
      color: var(--vcp-product-muted);
      border-top: 1px solid var(--vcp-product-line);
      border-bottom: 1px solid var(--vcp-product-line);
      font-size: 15px;
      line-height: 1.65;
    }

    .single-product div.product .woocommerce-product-details__short-description p:last-child {
      margin-bottom: 0;
    }

    .single-product div.product .stock {
      display: inline-flex;
      min-height: 32px;
      align-items: center;
      margin: 0 0 18px;
      padding: 0 11px;
      color: #242424;
      background: #fff7cc;
      border: 1px solid #ead886;
      border-radius: 4px;
      font-size: 13px;
      font-weight: 800;
    }

    .single-product div.product form.cart {
      display: flex;
      align-items: stretch;
      gap: 10px;
      margin: 0 0 10px;
    }

    .single-product div.product form.cart div.quantity {
      margin: 0 !important;
    }

    .single-product div.product form.cart .qty {
      width: 76px;
      min-height: 48px;
      margin: 0;
      color: var(--vcp-product-ink);
      background: #ffffff;
      border: 1px solid #cfd4d6;
      border-radius: 4px;
      box-sizing: border-box;
      font-weight: 750;
    }

    .single-product div.product form.cart .single_add_to_cart_button,
    .single-product div.product form.cart .button.single_add_to_cart_button {
      display: inline-flex;
      min-height: 48px;
      align-items: center;
      justify-content: center;
      margin: 0 !important;
      padding: 0 28px;
      color: #171717 !important;
      background: var(--vcp-product-yellow) !important;
      border: 1px solid var(--vcp-product-yellow) !important;
      border-radius: 4px;
      box-shadow: none !important;
      font-size: 15px;
      font-weight: 850;
      line-height: 1;
    }

    .single-product div.product form.cart .single_add_to_cart_button:hover,
    .single-product div.product form.cart .single_add_to_cart_button:focus {
      color: #171717 !important;
      background: var(--vcp-product-yellow-dark) !important;
      border-color: var(--vcp-product-yellow-dark) !important;
    }

    .single-product .vcp-product-order-notes {
      display: flex;
      flex-wrap: wrap;
      gap: 8px 18px;
      align-items: center;
      margin: 0 0 12px;
      color: #3d454a;
      font-size: 13px;
      font-weight: 800;
      line-height: 1.4;
    }

    .single-product .vcp-product-order-notes span,
    .single-product .vcp-product-order-notes a {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }

    .single-product .vcp-product-order-notes span::before,
    .single-product .vcp-product-order-notes a::before {
      width: 7px;
      height: 7px;
      flex: 0 0 auto;
      background: var(--vcp-product-yellow);
      border: 1px solid #c9a100;
      border-radius: 50%;
      content: "";
    }

    .single-product .vcp-product-order-notes a {
      color: inherit;
      text-decoration: underline;
      text-underline-offset: 2px;
    }

    .single-product .vcp-product-payment-badges {
      margin: 12px 0 16px;
      padding: 0;
      background: transparent !important;
      border: 0 !important;
      box-shadow: none !important;
    }

    .single-product .vcp-product-payment-badges img {
      display: block;
      width: 100%;
      max-width: 520px;
      height: auto;
      margin: 0;
      border: 0 !important;
      box-shadow: none !important;
    }

    .single-product div.product .product_meta {
      margin-top: 14px;
      padding-top: 14px;
      color: var(--vcp-product-muted);
      border-top: 1px solid var(--vcp-product-line);
      font-size: 13px;
      line-height: 1.75;
    }

    .single-product div.product .product_meta a {
      color: var(--vcp-product-ink);
      font-weight: 750;
      text-decoration: none;
    }

    .single-product div.product .woocommerce-tabs {
      grid-column: 1 / -1;
      clear: both;
      padding-top: 18px;
      border-top: 1px solid var(--vcp-product-line);
    }

    .single-product div.product .woocommerce-tabs ul.tabs {
      display: flex;
      gap: 4px;
      overflow-x: auto;
      margin: 0 0 24px;
      padding: 0;
      border-bottom: 1px solid var(--vcp-product-line);
      scrollbar-width: thin;
    }

    .single-product div.product .woocommerce-tabs ul.tabs::before {
      display: none !important;
    }

    .single-product div.product .woocommerce-tabs ul.tabs li {
      margin: 0;
      padding: 0;
      flex: 0 0 auto;
      background: transparent;
      border: 0;
      border-radius: 0;
    }

    .single-product div.product .woocommerce-tabs ul.tabs li::before,
    .single-product div.product .woocommerce-tabs ul.tabs li::after {
      display: none;
    }

    .single-product div.product .woocommerce-tabs ul.tabs li a {
      display: block;
      padding: 12px 14px;
      color: var(--vcp-product-muted);
      font-size: 14px;
      font-weight: 800;
      white-space: nowrap;
    }

    .single-product div.product .woocommerce-tabs ul.tabs li.active a {
      color: var(--vcp-product-ink);
      box-shadow: inset 0 -3px 0 var(--vcp-product-yellow);
    }

    .single-product div.product .woocommerce-tabs .panel {
      color: var(--vcp-product-ink);
      font-size: 15px;
      line-height: 1.7;
    }

    .single-product div.product .related.products,
    .single-product div.product .upsells.products {
      grid-column: 1 / -1;
      clear: both;
      margin-top: 54px;
      padding-top: 30px;
      border-top: 1px solid var(--vcp-product-line);
    }

    .single-product div.product .related.products > h2,
    .single-product div.product .upsells.products > h2 {
      margin: 0 0 22px;
      color: var(--vcp-product-ink);
      font-size: 26px;
      font-weight: 800;
    }

    .single-product .related.products ul.products,
    .single-product .upsells.products ul.products {
      display: grid !important;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
      align-items: stretch;
      margin: 0 !important;
    }

    .single-product .related.products ul.products::before,
    .single-product .related.products ul.products::after,
    .single-product .upsells.products ul.products::before,
    .single-product .upsells.products ul.products::after {
      display: none !important;
      content: none !important;
    }

    .single-product .related.products ul.products li.product,
    .single-product .upsells.products ul.products li.product {
      display: flex !important;
      float: none !important;
      width: auto !important;
      min-width: 0;
      margin: 0 !important;
      padding: 0 0 16px !important;
      flex-direction: column;
      background: #ffffff;
      border: 1px solid var(--vcp-product-line);
      border-radius: 5px;
    }

    .single-product .related.products ul.products li.product .astra-shop-summary-wrap,
    .single-product .upsells.products ul.products li.product .astra-shop-summary-wrap {
      display: flex !important;
      min-height: 0;
      flex: 1;
      flex-direction: column;
    }

    .single-product .related.products ul.products li.product img,
    .single-product .upsells.products ul.products li.product img {
      width: 100%;
      aspect-ratio: 1 / 1;
      margin: 0 !important;
      object-fit: contain;
      background: var(--vcp-product-soft);
      border-bottom: 1px solid #e5e7e8;
    }

    .single-product .related.products ul.products li.product .ast-woo-product-category,
    .single-product .upsells.products ul.products li.product .ast-woo-product-category {
      padding: 12px 14px 0;
      color: var(--vcp-product-muted);
      font-size: 12px;
    }

    .single-product .related.products ul.products li.product .woocommerce-loop-product__title,
    .single-product .upsells.products ul.products li.product .woocommerce-loop-product__title {
      margin: 0;
      padding: 8px 14px 6px !important;
      color: var(--vcp-product-ink);
      font-size: 14px !important;
      line-height: 1.35;
    }

    .single-product .related.products ul.products li.product .price,
    .single-product .upsells.products ul.products li.product .price {
      margin: auto 14px 12px !important;
      color: var(--vcp-product-ink) !important;
      font-size: 18px !important;
      font-weight: 850;
    }

    .single-product .related.products ul.products li.product .button,
    .single-product .upsells.products ul.products li.product .button {
      display: inline-flex !important;
      min-height: 40px;
      align-items: center;
      justify-content: center;
      align-self: flex-start;
      margin: 0 14px !important;
      padding: 0 14px;
      color: #171717 !important;
      background: var(--vcp-product-yellow) !important;
      border: 1px solid var(--vcp-product-yellow) !important;
      border-radius: 4px;
      font-size: 12px;
      font-weight: 850;
      line-height: 1.2;
    }

    .single-product .related.products ul.products li.product .button:hover,
    .single-product .related.products ul.products li.product .button:focus,
    .single-product .upsells.products ul.products li.product .button:hover,
    .single-product .upsells.products ul.products li.product .button:focus {
      background: var(--vcp-product-yellow-dark) !important;
      border-color: var(--vcp-product-yellow-dark) !important;
    }

    @media (max-width: 1080px) {
      .vcp-header-fragment .masthead-inner {
        grid-template-columns: auto 176px minmax(230px, 1fr) auto;
      }

      .woo-product-track ul.products {
        grid-auto-columns: calc((100% - 28px) / 3);
      }
    }

    @media (max-width: 820px) {
      .vcp-header-fragment .masthead-inner {
        grid-template-columns: auto minmax(0, 1fr) auto auto;
      }

      .vcp-native-cart {
        grid-column: 4;
        grid-row: 1;
      }

      .vcp-header-fragment .header-search {
        grid-column: 1 / -1;
        grid-row: 2;
      }

      .vcp-cart-link {
        min-width: 76px;
        min-height: 40px;
        padding: 0 10px;
      }

      .woo-product-track ul.products {
        grid-auto-columns: calc((100% - 14px) / 2);
      }

      .single-product .vcp-product-media-breadcrumb {
        margin-bottom: 12px;
      }

      .single-product .site-main > div.product,
      .single-product .site-main > .woocommerce > div.product {
        grid-template-columns: minmax(0, 1fr);
        column-gap: 0;
      }

      .single-product .site-main > div.product > div.images,
      .single-product .site-main > .woocommerce > div.product > div.images,
      .single-product .site-main > div.product > .summary.entry-summary,
      .single-product .site-main > .woocommerce > div.product > .summary.entry-summary {
        grid-column: 1;
      }

      .single-product .site-main > div.product > .summary.entry-summary,
      .single-product .site-main > .woocommerce > div.product > .summary.entry-summary {
        padding-left: 0;
      }

      .single-product div.product form.cart {
        flex-wrap: wrap;
      }

      .single-product .related.products ul.products,
      .single-product .upsells.products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 560px) {
      .woo-product-track ul.products {
        grid-auto-columns: 82%;
      }

      .single-product .woocommerce-product-gallery .flex-control-thumbs {
        grid-template-columns: repeat(auto-fill, 72px);
        gap: 8px;
      }

      .single-product .woocommerce-product-gallery .flex-control-thumbs li,
      .single-product .woocommerce-product-gallery .flex-control-thumbs img {
        width: 72px !important;
        height: 72px !important;
      }

      .single-product div.product div.images {
        padding: 0;
      }

      .single-product div.product .product_title {
        font-size: 28px;
      }

      .single-product div.product form.cart .single_add_to_cart_button,
      .single-product div.product form.cart .button.single_add_to_cart_button {
        flex: 1 1 180px;
      }

      .single-product .related.products ul.products,
      .single-product .upsells.products ul.products {
        grid-template-columns: 1fr;
      }
    }

    @media screen and (max-width: 782px) {
      body.admin-bar .vcp-header-fragment {
        top: 46px;
      }
    }

