* {
  --image-bg-circle-size: 150px;
  --the-blue: #007aff;
}

body {
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

main {
  margin: 0 auto 0rem;
  padding: 0 0 10rem 0;
  display: grid;
  grid-template-columns: 1fr minmax(0, 1100px) 1fr;
  width: 100vw;
  overflow-x: clip;
  overflow-y: visible;
  position: relative;
}
main .testimonials h2,
main .containers h2 {
  color: #fff;
}
main .testimonials h2 {
  font-size: 18px;
  text-align: center;
  margin: 2rem 0;
}
div.inner-grid {
  grid-column: 2 / -2;
}

.inner-grid div > a {
  color: white!important;
}
.inner-grid div > a:hover {
  color: black!important;
}
.new-and-mixed {
  grid-column: 1 / -1;
  color: #fff;
  background-color: var(--the-blue);
  padding: 8px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}

h1 {
  font-size: 40px;
  padding-top: 77px !important;
}

h1,
h2.border {
  margin: 0;
  padding-top: 4rem;
  padding-bottom: 0rem;
}
.separator {
  display: grid;
  width: 100%;
  height: 1px;
  background-color: #929292;
  margin-top: 19px;
  grid-column: 2 / 6;
}

section.categories-wrapper {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(5, 1fr);
  padding: 1rem;
  gap: 1rem;
  margin-top: 3rem;
}

a.category-group {
  text-decoration: none;
  color: #000;
  text-align: center;
  cursor: pointer;
  display: grid;
  width: 100%;
  position: relative;
  justify-items: center;
  align-items: end;
}

a.category-group h2 {
    font-size: 1.2rem;
    /* max-width: 87%; */
    word-break: break-word;
    hyphens: auto;
}

div.image-wrapper {
  position: relative;
  display: grid;
  justify-items: center;
  align-items: center;
}

a.category-group div.image-wrapper::after {
  content: "";
  background: #d7d7d7;
  position: absolute;
  left: 0;
  top: 0;
  width: var(--image-bg-circle-size);
  height: var(--image-bg-circle-size);
  z-index: -1;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
  transform: scale(1.2);
}

a.category-group div.image-wrapper:hover::after {
  opacity: 1;
}

a.category-group div.image-wrapper img:hover {
  transform: scale(1.1);
}

.category-group img {
  object-fit: contain;
  width: var(--image-bg-circle-size);
  height: var(--image-bg-circle-size);
  transition: transform 0.2s;
}

.category-group h2 {
  transition: transform 0.2s;
}

.category-group h2:hover {
  transform: scale(1.1);
}

section.best-of-the-used {
  position: relative;
  color: white;
  padding: 1rem;
}

div.best-inner::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 600vw;
  inset: 0;
  translate: -50%;
  background-color: #000;
  z-index: -1;
}

div.best-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  padding: 10rem 0 7rem 0;
}
.fc {
  grid-column: 1 /2;
}
.fc p {
  margin-top: 28px;
}
div.totals.fc {
  margin-top: 6rem;
}
p.total.fc + p {
  margin-top: 0px;
}

.sc {
  grid-column: 2 / 3;
}

.sc li {
  list-style: none;
}

.sc .home-button {
  display: flex;
  justify-content: center;
}

div.best-inner img {
  width: 184.9px;
  height: auto;
}
.best-slogan {
  font-size: 60px;
  line-height: 1;
  margin-top: 28px;
}
.fc > div.totals.fc > p.total.fc {
  margin-top: 0px;
  line-height: 1;
}
section.best-of-the-used.black-bg > div > div.fc > div {
  padding-left: 30px;
}
.looking-para {
  font-weight: bold;
  margin-bottom: 2.5rem;
}

.totals > * {
  margin: 0;
}

.total {
  font-size: 70px;
  margin: 0;
  left: 0rem;
}

.sc .home-button {
  width: auto;
}

.looking-item {
  display: grid;
  grid-template-columns: 1fr 11fr;
  margin-bottom: 3rem;
  line-height: 1.8;
}

.looking-arrow {
  margin-right: 1rem;
  color: var(--the-blue);
  margin-top: 6px;
  font-size: 22px;
}

.about-us,
.looking,
.selling,
.testimonials {
  display: grid;
  grid-template-columns: 1fr minmax(0, 750px) 1fr;
}

.about-us > *,
.looking > *,
.selling > *,
.testimonials > * {
  grid-column: 2 / 3;
}

.about-us h2,
.looking h2,
.selling h2,
.testimonials h2 {
  font-size: 32px;
}
.testimonials {
  grid-template-columns: 1fr;
}
.ti-profile-img {
  display: none;
}

.about-us > p,
.looking > p,
.selling > p,
.testimonials > p {
  margin-top: 1rem;
  line-height: 1.8;
}
div.ti-widget.ti-goog div.ti-review-item > div.ti-inner {
  border: 1px solid white !important;
  height: 264px;
  border-radius: 5px !important;
}

.about-us li {
  line-height: 1.8;
}

.about-us ul + p {
  margin-top: 3rem;
}

.about-us .home-button > span {
  display: grid;
  align-items: center;
}

.home-button {
  display: grid;
  text-align: center;
  background-color: var(--the-blue);
  color: #fff;
  text-decoration: none;
  border-radius: 4rem;
  font-weight: bold;
  margin-top: 1rem;
  padding: 17px 30px;
  width: max-content;
  border: 1px solid var(--the-blue);
  font-size: calc(1rem + 4px);
}

.home-button:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  transition: all 0.2s ease-in-out;
}

.home-button i {
  position: relative;
  top: 12px;
  font-size: 14px;
}
.all-categories{
  font-size: 1rem!important;
}
.categories-wrapper .home-button {
  grid-column: 1/-1;
  margin-top: 90px;
  margin-bottom: 59px;
  margin-left: auto;
  margin-right: auto;
  width: 330px;
  height: 54px;
  text-wrap-mode: nowrap;
  padding: 0;
  justify-items: center;
  align-items: center;
}



.containers {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5rem;
  margin-top: 3rem;
  color: #fff;
  position: relative;
  padding: 1rem 0 6rem 0;
}

.containers::after {
  content: "";
  position: absolute;
  grid-column: 1 / -1;
  height: 100%;
  width: 300vw;
  background-color: #000;
  z-index: -2;
  translate: -50%;
}

.containers h2 {
  grid-column: 1/ -1;
  justify-self: center;
  font-size: 40px;
  font-weight: 500;
}

.containers img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.containers a {
  text-decoration: none;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.containers a:hover {
  transform: scale(1.1);
}

.selling > h2,
.looking > h2,
.testimonials > h2 {
  font-size: 32px;
}

.selling .home-button,
.looking .home-button,
.testimonials .home-button,
.about-us .home-button {
  min-width: 180px;
  max-width: 220px;
  max-height: 48px;
  box-sizing: border-box;
  align-items: center;
  display: flex;
  font-size: 18px;
  cursor: pointer;
  justify-content: center;
  margin-bottom: 20px;
}
.looking {
  margin-bottom: 5rem;
}
.testimonials::after {
  content: "";
  position: absolute;
  grid-column: 1 / -1;
  height: 100vh;
  width: 300%;
  background-color: #000;
  z-index: -2;
  translate: -50%;
}
[data-wpr-lazyrender] {
  content-visibility: visible!important;
}
@media (max-width: 767px) {
  section.categories-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .fc {
    grid-column: 1 / 3;
  }
  .sc {
    grid-column: 1 / 3;
    display: grid;
  }
  section.best-of-the-used.black-bg > div > div.fc > div {
    padding-left: 0px;
  }
  div.best-inner img {
    display: block;
    margin: 0 auto;
    padding: 3rem 0;
  }
  div.totals.fc {
    margin-top: 4rem;
  }
  .sc .home-button {
    grid-row: 1;
    margin-top: -2rem;
    margin-bottom: 1rem;
  }
  div.best-inner {
    padding: 2rem 0 1rem 0;
  }
  .containers {
    grid-template-columns: repeat(2, 1fr);
    padding: 1rem 3rem 6rem;
  }
  
  .testimonials {
    overflow: hidden;
  }
}
