.kne-home-wrap {
  background: #f2f2f2;
  padding-bottom: 36px;
}

.kne-top-categories,
.kne-product-sections,
.kne-news-wrap {
  margin-top: 18px;
}

.kne-cat-grid {
  background: #fff;
  border-radius: 10px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  padding: 14px;
}

.kne-cat-card {
  align-items: center;
  color: #178c3c;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  text-decoration: none;
}

.kne-cat-thumb {
  align-items: center;
  background: #ececec;
  border-radius: 999px;
  display: inline-flex;
  height: 88px;
  justify-content: center;
  overflow: hidden;
  width: 88px;
}

.kne-cat-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.kne-cat-placeholder {
  color: #178c3c;
  font-size: 24px;
  font-weight: 700;
}

.kne-cat-name {
  font-size: 20px;
  line-height: 1.3;
}

.kne-banner {
  margin-top: 12px;
}

.kne-banner img {
  border-radius: 10px;
  display: block;
  width: 100%;
}

.kne-section {
  background: #fff;
  border-radius: 10px;
  margin-top: 18px;
  padding: 16px;
}

.kne-section-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.kne-section-header h2 {
  background: #229d43;
  border-radius: 6px;
  color: #fff;
  font-size: 30px;
  margin: 0;
  padding: 8px 14px;
  text-transform: uppercase;
}

.kne-section-header a {
  background: #dce8dc;
  border-radius: 999px;
  color: #1a7f39;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 16px;
}

.kne-product-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.kne-product-card {
  text-align: left;
}

.kne-product-thumb {
  background: #f6f6f6;
  border-radius: 8px;
  display: block;
  margin-bottom: 8px;
  overflow: hidden;
}

.kne-product-thumb img {
  display: block;
  height: 220px;
  object-fit: contain;
  width: 100%;
}

.kne-product-card h3 {
  font-size: 36px;
  line-height: 1.35;
  margin: 0 0 8px;
  min-height: 92px;
}

.kne-product-card h3 a {
  color: #222;
  text-decoration: none;
}

.kne-price {
  align-items: baseline;
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.kne-old-price {
  color: #7b7b7b;
  font-size: 17px;
  text-decoration: line-through;
}

.kne-sale-price {
  color: #db1f1f;
  font-size: 32px;
  font-weight: 700;
}

.kne-btn {
  background: linear-gradient(180deg, #ff4b3d, #d61611);
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  padding: 9px 20px;
  text-decoration: none;
}

.kne-newsletter {
  background: #1ea047;
  margin-top: 18px;
  padding: 20px 0;
}

.kne-page-content {
  background: #fff;
  border-radius: 10px;
  margin-top: 18px;
  padding: 16px;
}

.kne-newsletter-inner {
  align-items: center;
  color: #fff;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr auto;
}

.kne-newsletter-inner h2 {
  font-size: 44px;
  margin: 0;
  text-transform: uppercase;
}

.kne-newsletter-inner p {
  font-size: 28px;
  margin: 4px 0 0;
}

.kne-newsletter-form {
  display: flex;
}

.kne-newsletter-form input {
  border: 0;
  height: 48px;
  min-width: 280px;
  padding: 0 12px;
}

.kne-newsletter-form button {
  background: #d71616;
  border: 0;
  color: #fff;
  font-weight: 700;
  padding: 0 20px;
  text-transform: uppercase;
}

.kne-news-header {
  align-items: center;
  border-bottom: 2px solid #dfdfdf;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 8px;
}

.kne-news-header h2 {
  color: #1f9f49;
  font-size: 46px;
  margin: 0;
  text-transform: uppercase;
}

.kne-hotline {
  background: #e31717;
  border-radius: 999px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  padding: 8px 18px;
}

.kne-news-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1.1fr 1fr;
}

.kne-news-main img {
  border-radius: 8px;
  display: block;
  width: 100%;
}

.kne-news-main h3 {
  font-size: 38px;
  margin: 10px 0 6px;
}

.kne-news-main p,
.kne-news-item p {
  font-size: 24px;
  margin: 0;
}

.kne-news-item {
  border-bottom: 1px solid #ececec;
  display: grid;
  gap: 10px;
  grid-template-columns: 120px 1fr;
  padding: 10px 0;
}

.kne-news-item-thumb img {
  border-radius: 6px;
  display: block;
  height: 90px;
  object-fit: cover;
  width: 100%;
}

.kne-news-item h4 {
  font-size: 30px;
  margin: 0 0 4px;
}

.kne-news-item h4 a,
.kne-news-main h3 a {
  color: #222;
  text-decoration: none;
}

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

  .kne-newsletter-inner,
  .kne-news-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .kne-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kne-section-header,
  .kne-news-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .kne-newsletter-form {
    width: 100%;
  }

  .kne-newsletter-form input {
    min-width: 0;
    width: 100%;
  }
}
