.rank-math-breadcrumb > p {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.rank-math-breadcrumb > p > * {
  font-size: 12px;
  line-height: 1.5;
  color: var(--color-gray-3);
  transition: color 0.3s;
}
.rank-math-breadcrumb > p > a:hover {
  color: var(--color-secondary-1);
}
.rank-math-breadcrumb > p > .separator {
  font-size: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.rank-math-breadcrumb > p > .separator::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M6.58633 6L4.11133 3.525L4.81833 2.8185L8.00033 6L4.81833 9.182L4.11133 8.4745L6.58633 6Z' fill='%2369788C'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.single-products .rank-math-breadcrumb {
  padding: 60px 24px 48px;
  max-width: 1248px;
  margin: 0 auto;
}

@media screen and (width < 768px) {
  .single-products .rank-math-breadcrumb {
    padding: 24px 24px 40px;
  }
}