.hero-wrapper.cc-product-inner {
  background-color: black;
}

.grid-overlap {
  display: grid;
  grid-template: "overlap" /1fr;
}

.overlap-child {
  grid-area: overlap;
}

.c-footer {
  z-index: 1;
}

main {
  position: relative;
  /* max-width: 100vw; */
  overflow-x: hidden;
  --after-scale: 0;
  --x: 100%;
}

.nav-menu {
  max-width: 100vw;
}

main::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--green);
  top: 0;
  z-index: 5;
  transform: translateX(var(--x));
  will-change: transform;
}

.product-scroll_wrapper {
  grid-column-gap: 160px;
}

.table-of_content {
  top: 0px;
}

.c-navbar.navbar-visible {
  /* background-color: white !important; */
}

.about-scroll_section {
  overflow: hidden;
}

.product-details_holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.product-details_icon {
  border: none;
  flex: none;
  width: 40px;
  height: 40px;
  padding: 8px;
}

.product-details_container {
  grid-column-gap: 20px;
}

.tyre-grit {
  /* letter-spacing: -2.8px; */
  text-transform: uppercase;
  /* margin-bottom: 8px; */
  font-family: Deacon Condensed, Arial, sans-serif;
}

.nav-link > div {
  all: unset !important;
  text-transform: none !important;
  font-family: inherit !important;
  letter-spacing: normal !important;
  font-size: 16px !important;
  line-height: normal !important;
}

@media screen and (max-width: 991px) {
  .clip-wrapper {
    display: flex !important;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
