body {
  margin: 0;
  font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
  background: linear-gradient(120deg, #f3f7f0 0%, #faf9f6 100%);
  color: #222;
}
.LISSHOIMAH-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  height: 80px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(58,125,68,0.08);
  position: sticky;
  top: 0;
  z-index: 100;
}
.company-logo {
  width: 180px;
  height: 60px;
  background-image: url('img/company-logo.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.LISSHOIMAH-nav ul {
  display: flex;
  gap: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.LISSHOIMAH-nav a {
  text-decoration: none;
  color: #3A7D44;
  font-weight: 600;
  font-size: 18px;
  padding: 8px 18px;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}
.LISSHOIMAH-nav a.active, .LISSHOIMAH-nav a:hover {
  background: linear-gradient(90deg, #3A7D44 60%, #FFB347 100%);
  color: #fff;
}
.LISSHOIMAH-products-banner {
  width: 100%;
  height: 400px;
  background-image: url('img/products-banner.png');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 0;
}
.LISSHOIMAH-products-banner-bg {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  background: linear-gradient(120deg, rgba(58,125,68,0.55) 0%, rgba(255,179,71,0.18) 100%);
  z-index: 1;
}
.LISSHOIMAH-products-banner-content {
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,0.90);
  border-radius: 36px;
  padding: 64px 120px;
  box-shadow: 0 8px 32px rgba(58,125,68,0.10);
  text-align: center;
}
.LISSHOIMAH-products-banner-content h1 {
  font-size: 54px;
  color: #3A7D44;
  font-weight: 900;
  margin: 0 0 16px 0;
  letter-spacing: 1.5px;
}
.LISSHOIMAH-products-banner-sub {
  font-size: 26px;
  color: #888;
  font-weight: 500;
}
.LISSHOIMAH-section {
  max-width: 1200px;
  margin: 80px auto 0 auto;
  padding: 0 40px;
}
.LISSHOIMAH-products-entry-list {
  display: flex;
  gap: 64px;
  justify-content: center;
  margin-bottom: 64px;
}
.LISSHOIMAH-products-entry-card {
  background: #fff;
  border-radius: 36px;
  box-shadow: 0 12px 48px rgba(58,125,68,0.13);
  padding: 48px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 380px;
  min-width: 0;
  text-align: center;
  transition: box-shadow 0.25s, transform 0.25s;
  cursor: pointer;
}
.LISSHOIMAH-products-entry-card:hover {
  box-shadow: 0 24px 64px rgba(255,179,71,0.18);
  transform: translateY(-8px) scale(1.04);
}
.LISSHOIMAH-products-entry-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
}
.LISSHOIMAH-products-entry-title {
  font-size: 24px;
  font-weight: 800;
  color: #3A7D44;
  margin-bottom: 10px;
}
.LISSHOIMAH-products-entry-desc {
  font-size: 17px;
  color: #666;
  margin-bottom: 22px;
}
.LISSHOIMAH-btn-primary {
  display: inline-block;
  background: linear-gradient(90deg, #3A7D44 60%, #FFB347 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  padding: 16px 48px;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(58,125,68,0.10);
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
  margin-top: 8px;
}
.LISSHOIMAH-btn-primary:hover {
  background: linear-gradient(90deg, #FFB347 60%, #3A7D44 100%);
  transform: translateY(-2px) scale(1.04);
}
.LISSHOIMAH-section-title {
  font-size: 32px;
  font-weight: 900;
  color: #3A7D44;
  margin-bottom: 40px;
  letter-spacing: 1.2px;
}
.LISSHOIMAH-products-category-scroll {
  overflow-x: unset;
  padding-bottom: 0;
  margin-bottom: 0;
  scrollbar-width: none;
  scrollbar-color: unset;
}
.LISSHOIMAH-products-category-list {
  display: flex;
  gap: 32px;
  justify-content: flex-start;
  margin-bottom: 32px;
  flex-wrap: wrap;
  min-width: 0;
}
.LISSHOIMAH-products-category-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(58,125,68,0.10);
  padding: 22px 44px;
  font-size: 19px;
  color: #3A7D44;
  font-weight: 800;
  border: 2.5px solid transparent;
  border-image: linear-gradient(90deg, #3A7D44 60%, #FFB347 100%);
  border-image-slice: 1;
  transition: box-shadow 0.2s, background 0.2s, color 0.2s, border 0.2s;
  cursor: pointer;
  min-width: 180px;
  text-align: center;
}
.LISSHOIMAH-products-category-card:hover {
  background: #F3F7F0;
  color: #FFB347;
  border: 2.5px solid #FFB347;
  box-shadow: 0 8px 32px rgba(255,179,71,0.18);
}
.LISSHOIMAH-products-hot-list {
  display: flex;
  gap: 48px;
  justify-content: center;
  margin-bottom: 32px;
}
.LISSHOIMAH-products-hot-card {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 8px 32px rgba(58,125,68,0.13);
  padding: 36px 24px 28px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 300px;
  min-width: 0;
  text-align: center;
  transition: box-shadow 0.25s, transform 0.25s;
  cursor: pointer;
}
.LISSHOIMAH-products-hot-card:hover {
  box-shadow: 0 24px 64px rgba(255,179,71,0.18);
  transform: translateY(-8px) scale(1.04);
}
.LISSHOIMAH-products-hot-imgbox {
  width: 180px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: 16px;
  background: #f3f7f0;
  transition: box-shadow 0.2s;
}
.LISSHOIMAH-products-hot-card:hover .LISSHOIMAH-products-hot-imgbox {
  box-shadow: 0 8px 32px rgba(255,179,71,0.18);
}
.LISSHOIMAH-products-hot-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.25s;
}
.LISSHOIMAH-products-hot-card:hover .LISSHOIMAH-products-hot-img {
  transform: scale(1.06);
}
.LISSHOIMAH-products-hot-name {
  font-size: 20px;
  font-weight: 900;
  color: #3A7D44;
  margin-bottom: 14px;
}
.LISSHOIMAH-btn-secondary {
  display: inline-block;
  background: #fffbe6;
  color: #3A7D44;
  font-size: 17px;
  font-weight: 800;
  padding: 12px 32px;
  border-radius: 10px;
  border: 2px solid #FFB347;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border 0.2s, transform 0.2s;
}
.LISSHOIMAH-btn-secondary:hover {
  background: #FFB347;
  color: #fff;
  border: 2px solid #3A7D44;
  transform: translateY(-2px) scale(1.04);
}
/* 页脚样式与首页一致 */
.LISSHOIMAH-footer {
  background: linear-gradient(90deg, #f3f7f0 60%, #e6f4ea 100%);
  border-top: 1px solid #e6e6e6;
  margin-top: 64px;
  padding: 0;
}
.LISSHOIMAH-footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 40px 24px 40px;
  gap: 48px;
}
.LISSHOIMAH-footer-col {
  flex: 1 1 0;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.LISSHOIMAH-footer-brand {
  align-items: flex-start;
}
.LISSHOIMAH-footer-desc {
  color: #3A7D44;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 12px;
  max-width: 260px;
}
.LISSHOIMAH-footer-title {
  font-size: 18px;
  font-weight: 700;
  color: #3A7D44;
  margin-bottom: 16px;
}
.LISSHOIMAH-footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.LISSHOIMAH-footer-nav a {
  color: #444;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.2s;
}
.LISSHOIMAH-footer-nav a:hover {
  color: #3A7D44;
}
.LISSHOIMAH-footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}
.LISSHOIMAH-footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #3A7D44;
  font-size: 15px;
}
.LISSHOIMAH-footer-icon-svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #F3F7F0;
  margin-right: 8px;
  transition: background 0.2s, box-shadow 0.2s;
}
.LISSHOIMAH-footer-icon-svg svg {
  width: 22px;
  height: 22px;
  display: block;
}
.LISSHOIMAH-footer-icon-svg:hover, .LISSHOIMAH-footer-social a:hover {
  background: #FFB347;
  box-shadow: 0 2px 8px rgba(255,179,71,0.10);
}
.LISSHOIMAH-footer-social {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}
.LISSHOIMAH-footer-social a {
  text-decoration: none;
}
.LISSHOIMAH-footer-divider {
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  margin: 0 auto;
}
.LISSHOIMAH-footer-copyright {
  color: #888;
  font-size: 15px;
  text-align: center;
  padding: 18px 0 12px 0;
}
@media (max-width: 900px) {
  .LISSHOIMAH-header-wrapper {
    flex-direction: column;
    height: auto;
    padding: 0 16px;
  }
  .LISSHOIMAH-nav ul {
    gap: 18px;
  }
  .LISSHOIMAH-products-banner {
    height: 180px;
  }
  .LISSHOIMAH-products-banner-content {
    padding: 18px 10px;
  }
  .LISSHOIMAH-section {
    padding: 0 8px;
    margin: 40px auto 0 auto;
  }
  .LISSHOIMAH-products-entry-list {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
  }
  .LISSHOIMAH-products-category-list {
    gap: 12px;
    min-width: 0;
    flex-wrap: wrap;
  }
  .LISSHOIMAH-products-category-card {
    min-width: 120px;
    padding: 12px 10px;
    font-size: 15px;
  }
  .LISSHOIMAH-products-hot-list {
    flex-direction: column;
    gap: 18px;
    margin-bottom: 18px;
  }
  .LISSHOIMAH-products-hot-card {
    max-width: 100%;
    min-width: 0;
    padding: 18px 8px 14px 8px;
  }
  .LISSHOIMAH-products-hot-imgbox {
    width: 100%;
    height: 100px;
  }
  .LISSHOIMAH-footer-main {
    flex-direction: column;
    gap: 32px;
    padding: 32px 8px 16px 8px;
  }
  .LISSHOIMAH-footer-col {
    min-width: 0;
    align-items: flex-start;
  }
  .LISSHOIMAH-footer-social {
    margin-bottom: 8px;
  }
}
.company-name {
  font-size: 28px;
  font-weight: 900;
  color: #3A7D44;
  margin-left: 6px;
  letter-spacing: 1.2px;
  font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
  display: flex;
  align-items: center;
  height: 60px;
  user-select: none;
} 