.tools-framer-page {
  min-width: 1200px;
  background: #000;
  color: #edf8f6;
  font-family: Satoshi, "Microsoft YaHei", sans-serif;
}

.tools-framer-page .tools-page {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent !important;
}

.tools-framer-page .tools-hero {
  width: 1040px;
  max-width: none;
  margin: 0 auto;
  padding: 104px 32px 72px;
  border: 0;
  text-align: center;
}

.tools-framer-page .tools-hero .eyebrow,
.tools-framer-page .shop-heading .eyebrow {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  color: #70d2c4;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.tools-framer-page .tools-hero h1 {
  max-width: none;
  margin: 18px 0;
  color: #edfafa;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.17;
}

.tools-framer-page .tools-hero > p:last-child {
  width: 760px;
  max-width: none;
  margin: 0 auto;
  color: #a4c5c0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.tools-framer-page .tools-shell {
  width: 1120px;
  margin: 0 auto;
  padding: 20px 32px 108px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.tools-framer-page .shop-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 0;
}

.tools-framer-page .shop-heading > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tools-framer-page .shop-heading .eyebrow {
  width: auto;
}

.tools-framer-page .shop-heading h2 {
  margin: 0;
  color: #ebf9f6;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
}

.tools-framer-page .sort-control { display: none; }

.tools-framer-page .category-tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 47px;
  margin: 26px 0 0;
  padding: 10px 12px;
  border: 1px solid rgba(121, 190, 180, .18);
  border-radius: 8px;
  background: rgba(5, 21, 19, .76);
}

.tools-framer-page .category-tabs button {
  min-height: 30px;
  padding: 7px 13px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #9dc1bb;
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.tools-framer-page .category-tabs button.is-active {
  background: rgba(71, 157, 147, .38);
  color: #dff7f3;
}

.tools-framer-page .result-row {
  position: relative;
  height: 0;
  margin: 0;
  color: #85b2ab;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.tools-framer-page .result-row #result-count {
  position: absolute;
  right: 12px;
  top: -30px;
}

.tools-framer-page .result-row a { display: none; }

.tools-framer-page .product-grid {
  display: grid;
  width: 1000px;
  margin: 26px auto 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tools-framer-page .product-card {
  display: grid;
  grid-template-rows: 220px auto auto 1fr auto;
  min-height: 430px;
  padding: 22px;
  border: 1px solid rgba(113, 183, 173, .24);
  border-radius: 8px;
  background: linear-gradient(154deg, rgba(10, 34, 30, .92) 0%, rgba(3, 11, 10, .99) 82%);
  box-shadow: 0 0 48px rgba(48, 173, 157, .19);
  color: inherit;
  overflow: hidden;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.tools-framer-page .product-card:hover {
  border-color: rgba(113, 214, 201, .52);
  box-shadow: 0 0 56px rgba(48, 173, 157, .28);
  transform: none;
}

.tools-framer-page .product-card img {
  display: block;
  width: 100%;
  height: 220px;
  aspect-ratio: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #071513;
  object-fit: cover;
}

.tools-framer-page .product-card-body {
  display: contents;
  padding: 0;
}

.tools-framer-page .product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 18px 0 0;
}

.tools-framer-page .product-meta span {
  display: inline;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #77c6ba;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}

.tools-framer-page .product-meta span + span::before {
  margin: 0 4px;
  color: #77c6ba;
  content: "·";
}

.tools-framer-page .product-card h3 {
  margin: 9px 0 0;
  color: #ecf9f7;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

.tools-framer-page .product-card p {
  margin: 13px 0 0;
  color: #99bfb9;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.tools-framer-page .product-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  border: 0;
}

.tools-framer-page .product-card .price {
  color: #dbf4f0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}

.tools-framer-page .detail-link {
  color: #79d7c8;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.tools-framer-page .empty-state {
  margin: 26px 0 0;
  border: 1px solid rgba(113, 183, 173, .24);
  border-radius: 8px;
  background: rgba(5, 21, 19, .76);
  color: #99bfb9;
}

.tools-framer-page .site-footer {
  width: 1120px;
  margin: 0 auto;
  border-color: rgba(129, 200, 189, .16);
  color: #8faeaa;
}

.tools-framer-page .site-footer a { color: #8faeaa; }
