.cc_9f5dde5d_bGQXWiEHx2 .gk-product-tiles {
  width: 100%;
  padding: 60px 16px 56px;
  background: #fff;
}

.cc_9f5dde5d_bGQXWiEHx2 .gk-product-tiles__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.cc_9f5dde5d_bGQXWiEHx2 .gk-product-tiles__heading {
  margin: 0 0 32px;
  color: var(--gkpt-heading);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
}

.cc_9f5dde5d_bGQXWiEHx2 .gk-product-tiles__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.cc_9f5dde5d_bGQXWiEHx2 .gk-product-tiles__tile {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 5px;
  background: #111;
  color: #fff;
  isolation: isolate;
  text-decoration: none;
}

.cc_9f5dde5d_bGQXWiEHx2 .gk-product-tiles__image, .cc_9f5dde5d_bGQXWiEHx2 .gk-product-tiles__placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.24s ease;
}

.cc_9f5dde5d_bGQXWiEHx2 .gk-product-tiles__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.58);
}

.cc_9f5dde5d_bGQXWiEHx2 .gk-product-tiles__content {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 16px 10px;
  color: #fff;
  text-align: center;
}

.cc_9f5dde5d_bGQXWiEHx2 .gk-product-tiles__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--gkpt-accent);
}

.cc_9f5dde5d_bGQXWiEHx2 .gk-product-tiles__icon svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cc_9f5dde5d_bGQXWiEHx2 .gk-product-tiles__title {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  text-wrap: balance;
}

.cc_9f5dde5d_bGQXWiEHx2 .gk-product-tiles__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.cc_9f5dde5d_bGQXWiEHx2 .gk-product-tiles__link svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cc_9f5dde5d_bGQXWiEHx2 .gk-product-tiles__tile:hover .gk-product-tiles__image {
  transform: scale(1.08);
}

.cc_9f5dde5d_bGQXWiEHx2 .gk-product-tiles__tile:hover .gk-product-tiles__link {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cc_9f5dde5d_bGQXWiEHx2 .gk-product-tiles__tile:focus-visible {
  outline: 2px solid var(--gkpt-accent);
  outline-offset: 3px;
}

@media (max-width: 1050px) {
  .cc_9f5dde5d_bGQXWiEHx2 .gk-product-tiles__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .cc_9f5dde5d_bGQXWiEHx2 .gk-product-tiles {
    padding: 40px 14px;
  }

  .cc_9f5dde5d_bGQXWiEHx2 .gk-product-tiles__heading {
    margin-bottom: 22px;
    font-size: 16px;
  }

  .cc_9f5dde5d_bGQXWiEHx2 .gk-product-tiles__list {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .cc_9f5dde5d_bGQXWiEHx2 .gk-product-tiles__list::-webkit-scrollbar {
    display: none;
  }

  .cc_9f5dde5d_bGQXWiEHx2 .gk-product-tiles__tile {
    flex: 0 0 170px;
    min-width: 170px;
    scroll-snap-align: start;
    min-height: 126px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc_9f5dde5d_bGQXWiEHx2 .gk-product-tiles__image, .cc_9f5dde5d_bGQXWiEHx2 .gk-product-tiles__placeholder {
    transition: none;
  }
}
