.t-shopify__shot {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.t-shopify__shot img {
  max-width: 100%;
  height: auto;
  margin: 0;
}

.t-shopify__journey {
  padding: 0;
  margin: 0;
  list-style: none;
}

.t-shopify__journey li {
  position: relative;
  padding-left: 3.5rem;
  margin-bottom: 1.25rem;
}

.t-shopify__journey-num {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 0.375rem 0.5rem 0.2rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .c-feature-carousel__tile {
    margin-bottom: 0;
    opacity: 0.6;
  }

  .c-feature-carousel__tile.active {
    opacity: 1;
  }
}

.v--mobile-tabs .c-feature-tiles__content .v--hidden {
  display: none;
}

@media screen and (max-width: 1023px) {
  .v--mobile-tabs .c-feature-tiles__categories {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .v--mobile-tabs .c-feature-tiles__categories::-webkit-scrollbar {
    display: none;
  }

  .v--mobile-tabs .c-feature-tiles__category {
    flex: 0 0 auto;
  }
}

.t-shopify__compare-wrap {
  overflow-x: auto;
}

.t-shopify__compare {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}

.t-shopify__compare th,
.t-shopify__compare td {
  padding: 0.75rem 1rem 0.75rem 0;
  font-size: 1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e2e2e4;
}

.t-shopify__compare thead th {
  font-weight: 600;
  border-bottom: 2px solid #1b1b20;
}

.t-shopify__compare tbody th {
  font-weight: 500;
}

.t-shopify__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.t-shopify__faq .c-faq__entry::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cg clip-path='url(%23clip0_873_23259)'%3E%3Cpath d='M8 12L16 20L24 12' stroke='%231B1B20' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_873_23259'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  top: 14px;
  width: 32px;
  height: 32px;
}

.t-shopify__logos {
  justify-items: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 0;
}

.t-shopify__logos svg {
  transform: scale(0.8);
}

@media (min-width: 36rem) {
  .t-shopify__logos {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 64rem) {
  .t-shopify__logos {
    grid-template-columns: repeat(7, 1fr);
  }

  .t-shopify__logos svg {
    transform: scale(1);
  }
}
