.page-shop .site-nav-wrap {
  position: sticky;
  top: 0;
}

.hc-shop-hero {
  background: #1a1a1a;
  color: #fff;
  padding: 80px 0;
}

.hc-shop-hero__inner {
  max-width: 832px;
  text-align: center;
}

.hc-shop-hero h1 {
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 16px;
}

.hc-shop-hero p {
  color: #99a1af;
  font-size: 16px;
  line-height: 1.7;
}

.hc-shop-products {
  background: #f9fafb;
  padding: 80px 0;
}

.hc-shop-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.hc-shop-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
}

.hc-shop-card__media {
  position: relative;
  background: #f9fafb;
}

.hc-shop-card__media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.hc-shop-card__tag {
  position: absolute;
  left: 12px;
  top: 12px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: #d4a853;
  color: #fff;
  border-radius: 8px;
  padding: 4px 10px;
}

.hc-shop-card__content {
  padding: 20px;
}

.hc-shop-card__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.hc-shop-card__heading h3 {
  font-size: 16px;
  line-height: 1.3;
}

.hc-shop-card__heading strong {
  color: #d4a853;
  font-size: 15px;
  line-height: 1.5;
}

.hc-shop-card__rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}

.hc-shop-card__rating span {
  font-size: 11px;
  color: #999;
}

.hc-stars--small {
  margin: 0;
}

.hc-shop-card__content p {
  color: #6a7282;
  font-size: 13px;
  line-height: 1.6;
  min-height: 62px;
}

.hc-shop-card__cta {
  margin-top: 20px;
  width: 100%;
  min-height: 40px;
  border-radius: 10px;
  background: #1a1a1a;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.hc-shop-compare {
  background: #f9fafb;
  padding: 0 0 80px;
}

.hc-shop-compare__inner {
  text-align: center;
}

.hc-shop-compare h2 {
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 24px;
}

.hc-shop-table-wrap {
  overflow-x: auto;
}

.hc-shop-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.hc-shop-table th,
.hc-shop-table td {
  padding: 12px 10px;
  text-align: center;
  font-size: 13px;
  border: 0;
}

.hc-shop-table thead th {
  color: #1a1a1a;
  font-weight: 700;
}

.hc-shop-table tbody td:first-child,
.hc-shop-table thead th:first-child {
  text-align: left;
  color: #6a7282;
  font-weight: 500;
}

.hc-shop-table tbody td {
  color: #1a1a1a;
  font-weight: 600;
}

.hc-shop-trust {
  background: linear-gradient(180deg, #151515 0%, #101010 100%);
  padding: 40px 0;
}

.hc-shop-trust__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.hc-shop-trust__item {
  text-align: center;
  color: #fff;
}

.hc-shop-trust__icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 12px;
  border-radius: 10px;
  background: rgba(212, 168, 83, 0.2);
  display: grid;
  place-items: center;
}

.hc-shop-trust__item h3 {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.hc-shop-trust__item p {
  color: #99a1af;
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 1200px) {
  .hc-shop-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .hc-shop-hero {
    padding: 64px 0;
  }

  .hc-shop-hero__inner {
    text-align: center;
  }

  .hc-shop-hero h1 {
    font-size: 28px;
    line-height: 1.25;
  }

  .hc-shop-products {
    padding: 56px 0;
  }

  .hc-shop-products__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hc-shop-card__content p {
    min-height: 0;
  }

  .hc-shop-compare {
    padding: 0 0 56px;
  }

  .hc-shop-compare h2 {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .hc-shop-trust {
    padding: 32px 0;
  }

  .hc-shop-trust__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
