body {
  margin: 0;
  padding: 0;
  background-color: #fbf3e0;
}

.header {
  height: 50px;
  background-color: #79a60d;
  width: 100%;
  z-index: 1000;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  height: 100%;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.logo {
  height: 100%;
  display: flex;
  align-items: center;
}

.logo a {
  height: 100%;
  display: flex;
  align-items: center;
}

.logo-img {
  max-height: 80%;
  width: auto;
  display: block;
}

.main-nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
}

.nav-link {
  color: white;
  text-decoration: none;
  font-size: 16px;
  padding: 5px 10px;
  transition: all 0.3s ease;
}

.nav-link:hover {
  color: #fbf3e0;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

/* Banner样式 */
#mainBanner {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.carousel-item {
  width: 100%;
  height: 580px;
  position: relative;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 20px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: rgba(0, 0, 0, 0.5);
}

.fas {
  font-size: 24px;
}

/* 响应式设计 */
@media (max-width: 992px) {
  .carousel-item {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .nav-list {
    gap: 15px;
  }

  .nav-link {
    font-size: 14px;
  }

  #mainBanner {
    width: 100%;
    padding: 0;
  }

  .carousel-item {
    height: 250px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 30px;
    height: 30px;
    margin: 0 10px;
  }
}

@media (max-width: 576px) {
  .header-content {
    flex-direction: column;
    height: auto;
    padding: 10px 0;
  }

  .header {
    height: auto;
  }

  .nav-list {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  #mainBanner {
    padding: 0;
  }

  .carousel-item {
    height: 180px;
  }
}

@media (max-width: 375px) {
  .carousel-item {
    height: 150px;
  }
}

/* 关于我们部分 */
.about-section {
  padding: 80px 0 0 0;
}

.about-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 15px;
}

.about-content {
  width: 584px;
}

.about-content h2 {
  font-size: 45px;
  font-family: SimSun, "宋体", serif;
  margin: 0;
  padding: 0;
  position: relative;
  font-weight: bold;
}

.about-content h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  margin: 60px 0;
}

.about-content p {
  margin: 0;
  line-height: 35px;
}

.about-image-wrapper {
  width: 554px;
  position: relative;
  padding: 0 0 40px 40px;
}

.about-image {
  width: 100%;
  height: auto;
  display: block;
}

.about-link {
  position: absolute;
  left: 60px;
  bottom: 50px;
  background: transparent;
  padding: 8px 30px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 2px solid #fff;
}

.about-link::after {
  content: " 》";
  font-family: SimSun, "宋体", serif;
}

.about-link:hover {
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1200px) {
  .about-container {
    padding: 0 15px;
  }
}

@media (max-width: 992px) {
  .about-container {
    flex-direction: column;
    gap: 30px;
  }

  .about-content,
  .about-image-wrapper {
    width: 100%;
    max-width: 600px;
  }
}

@media (max-width: 768px) {
  .about-section {
    padding: 60px 0;
  }
}

/* 品牌专区 */
.brand-section {
  padding: 0;
  text-align: center;
  background-color: #a7d55b;
  height: 204px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 140px 0;
}

.brand-section2 {
  padding: 0;
  text-align: center;
  background-color: #a7d55b;
  height: 204px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 80px 0;
}

.brand-title {
  margin: 0;
  font-size: 40px;
  font-family: SimSun, "宋体", serif;
  font-weight: bold;
}

.brand-subtitle {
  margin: 10px 0 0 0;
  font-size: 24px;
  font-family: Arial, sans-serif;
}

@media (max-width: 768px) {
  .brand-section {
    height: 160px;
    margin: 60px 0;
  }
}

/* 品牌展示区 */

.brand-showcase2 {
  width: 1200px;
  height: 444px;
  margin: 111px auto 111px;
  background: url("../images/bg.png") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.brand-showcase {
  width: 1200px;
  height: 444px;
  margin: 0 auto 111px;
  background: url("../images/bg.png") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.brand-showcase-content {
  padding-left: 100px;
  width: 100%;
  padding-bottom: 150px;
}

.brand-showcase-title {
  font-size: 45px;
  margin: 0;
  font-weight: normal;
  line-height: 1.2;
  font-family: SimSun, "宋体", serif;
}

.brand-showcase-link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 25px;
  border: 2px solid #fff;
  padding: 8px 30px;
  margin-top: 30px;
  transition: all 0.3s ease;
}

.brand-showcase-link::after {
  font-family: SimSun, "宋体", serif;
}

.brand-showcase-link:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

@media (max-width: 1200px) {
  .brand-showcase {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .brand-showcase {
    height: 300px;
    margin-bottom: 60px;
  }
  .brand-showcase2 {
    width: 100%;
    height: 300px;
    margin-bottom: 60px;
    margin-top: 60px;
  }

  .brand-showcase-content {
    padding-left: 30px;
  }

  .brand-showcase-title {
    font-size: 40px;
  }

  .brand-showcase-link {
    font-size: 18px;
    margin-top: 20px;
  }
}

/* 产品列表 */
.product-list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-bottom: 66px;
}

.product-item {
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.product-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.product-image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  display: block;
  margin: 0 auto 15px;
  transition: all 0.3s ease;
}

.product-item:hover {
  transform: translateY(-5px);
}

.product-item:hover .product-image {
  transform: scale(1.05);
}

.product-name {
  font-size: 14px;
  color: #333;
  margin: 0;
  font-family: SimSun, "宋体", serif;
  transition: all 0.3s ease;
}

.product-item:hover .product-name {
  color: #79a60d;
}

.product-divider {
  height: 2px;
  background-color: #000;
  margin-bottom: 108px;
}

@media (max-width: 992px) {
  .product-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

@media (max-width: 576px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0 10px;
  }

  .product-list {
    padding: 0 5px;
  }

  .product-name {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

@media (max-width: 375px) {
  .product-image {
    width: 130px;
    height: 130px;
  }

  .carousel-item {
    height: 180px;
  }
}

/* 底部区域 */
.footer-top {
  background-color: #79ab0c;
  height: 227px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.footer-content {
  text-align: center;
}

.footer-logo {
  width: auto;
  height: 80px;
  margin: 0 auto 20px;
  display: block;
}

.footer-text {
  color: #fff;
  font-size: 20px;
  font-family: SimSun, "宋体", serif;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .footer-logo {
    height: 60px;
  }

  .footer-text {
    font-size: 16px;
  }
}

/* 底部信息区域 */
.footer-info {
  background-color: #1f1f1f;
  padding: 100px 0;
  color: #fff;
}

.footer-info-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}

.footer-column {
  flex: 1;
}

.footer-column h3 {
  font-size: 18px;
  margin: 0 0 30px 0;
  font-family: SimSun, "宋体", serif;
}

.footer-column p {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 1.8;
}

.footer-subscribe {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-input {
  width: 100%;
  padding: 8px 15px;
  border: none;
  background: #fff;
}

.footer-button {
  width: 100%;
  padding: 8px 20px;
  background-color: #fbf3e0;
  border: none;
  cursor: pointer;
  color: #333;
  transition: all 0.3s ease;
}

.footer-button:hover {
  background-color: #fff;
}

.footer-copyright {
  text-align: center;

  color: #fff;
  border-top: 2px solid #b4b3b3;
  background-color: #1f1f1f;
  padding: 20px 0;
}

@media (max-width: 768px) {
  .footer-info-container {
    flex-direction: column;
    gap: 40px;
  }

  .footer-column {
    text-align: center;
  }

  .footer-subscribe {
    max-width: 400px;
    margin: 0 auto;
  }
}

/* 产品理念页面样式 */
.lnn-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  padding-bottom: 252px;
}
.lnn-section2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  padding-bottom: 50px;
}

.lnn-section3 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  padding-bottom: 50px;
}

.lnn-content-title {
  font-size: 40px;
  font-family: SimSun, "宋体", serif;
  margin: 60px 0 30px 0;
  font-weight: bold;
  text-align: left;
  max-width: 820px;
  margin-left: auto;
}

.lnn-title {
  font-size: 40px;
  font-family: SimSun, "宋体", serif;
  margin: 126px 0 70px;
  font-weight: bold;
}
.lnn-title2 {
  font-size: 45px;
  font-family: SimSun, "宋体", serif;
  margin: 126px 0 70px;
  font-weight: bold;
}

.lnn-divider {
  width: 100%;
  height: 2px;
  background-color: #000;
  margin-bottom: 63px;
}

.lnn-content {
  max-width: 820px;
  margin: 0 auto;
  line-height: 2;
  font-size: 16px;
  color: #333;
}

.lnn-image {
  width: 100%;
  margin: 40px 0;
}

.lnn-text {
  margin-bottom: 30px;
}

.lnn-map {
  width: 100%;
  margin: 40px 0;
}

.lnn-map2 {
  width: 100%;
  margin: 40px 0;
}

.lnn-map2-caption {
  text-align: right;
  margin-top: 42px;
  font-size: 14px;
  color: #333;
  font-family: SimSun, "宋体", serif;
}

@media (max-width: 992px) {
  .lnn-title {
    font-size: 36px;
    margin: 80px 0 50px;
  }
  .lnn-title2 {
    font-size: 40px;
    margin: 80px 0 50px;
  }

  .lnn-content {
    max-width: 100%;
  }

  .lnn-section {
    padding-bottom: 180px;
  }

  .lnn-map2-caption {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .lnn-title {
    font-size: 32px;
    margin: 60px 0 40px;
  }

  .lnn-divider {
    margin-bottom: 40px;
  }

  .lnn-section {
    padding-bottom: 120px;
  }

  .lnn-map2-caption {
    margin-top: 20px;
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .lnn-title {
    font-size: 28px;
    margin: 40px 0 30px;
  }
  .lnn-content-title {
    font-size: 28px;
  }

  .lnn-content {
    font-size: 14px;
  }

  .lnn-section {
    padding-bottom: 80px;
  }

  .lnn-map2-caption {
    margin-top: 15px;
  }
}

/* 专家团队样式 */
.expert-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 30px;
  max-width: 820px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 80px;
}

.expert-grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 30px;
  max-width: 820px;
  margin-left: auto;
}

.expert-item {
  text-align: center;
  padding: 20px 0;
}

.expert-avatar {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #79a60d;
  margin: 0 auto 20px;
  overflow: hidden;
}
.expert-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expert-name {
  font-size: 16px;
  color: #333;
  margin: 0 0 10px;
  font-family: SimSun, "宋体", serif;
}

.expert-more {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #333;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.expert-more:hover {
  background-color: #79a60d;
  border-color: #79a60d;
  color: #fff;
}

@media (max-width: 768px) {
  .expert-grid {
    gap: 60px 20px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .expert-avatar {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 576px) {
  .expert-grid {
    gap: 40px 15px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .expert-avatar {
    width: 120px;
    height: 120px;
  }

  .expert-name {
    font-size: 14px;
  }

  .expert-more {
    font-size: 12px;
    padding: 4px 15px;
  }
}

/* 合作伙伴样式 */
.partner-list {
  max-width: 820px;
  margin-left: auto;
  margin-top: 60px;
}

.partner-item {
  border-bottom: 1px solid #333;
  padding: 30px 0;
}

.partner-name {
  font-size: 40px;
  color: #333;
  margin: 0 0 15px;
  font-family: SimSun, "宋体", serif;
  font-weight: bold;
}

.partner-info {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  margin: 0;
}

.partner-info p {
  margin: 0 0 5px;
}

@media (max-width: 992px) {
  .partner-list {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .partner-name {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .partner-name {
    font-size: 18px;
  }

  .partner-info {
    font-size: 12px;
  }
}

/* 新闻列表样式 */
.news-list {
  max-width: 820px;
  margin-left: auto;
}

.news-item {
  border-bottom: 1px solid #333;
  padding: 30px 0;
}

.news-item:last-child {
  border-bottom: none;
}

.news-item-title {
  font-size: 40px;
  color: #333;
  margin: 0 0 10px;
  font-family: SimSun, "宋体", serif;
  transition: color 0.3s ease;
}

a:hover .news-item-title {
  color: #79a60d;
}

.news-item-date {
  font-size: 14px;
  color: #333;
  margin: 0 0 10px;
}

.news-item-content {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 768px) {
  .news-item-title {
    font-weight: bold;
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .news-item-title {
    font-size: 18px;
  }

  .news-item-content,
  .news-item-date {
    font-size: 12px;
  }
}

/* 新闻详情页样式 */
.news-detail .news-item {
  border-bottom: none;
}

.news-detail .news-item-title {
  text-align: center;
}

.news-detail .news-item-date {
  text-align: center;
}

.news-detail .news-item-content {
  margin-top: 30px;
  line-height: 27px;
}

.news-detail .news-nav {
  margin-top: 30px;
  border-top: 1px solid #333;
  padding-top: 20px;
}

.news-detail .news-nav a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #333;
  text-decoration: none;
  color: #333;
}

/* 合作伙伴卡片新样式2023 */
.hzbca-section {
  width: 100%;
  padding: 40px 0;
}

.hzbca-wrap {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.hzbca-item {
  width: 100%;
  height: 450px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.hzbca-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
}

.hzbca-info h2 {
  color: #fff;
  font-size: 45px;
  font-weight: normal;
  margin: 0;
  line-height: 1.3;
  font-family: SimSun, "宋体", serif;
}

.hzbca-info p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 36px;
  margin: 8px 0 0;
  line-height: 1.4;
  font-family: SimSun, "宋体", serif;
}

.hzbca-more {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #fff;
  font-size: 16px;
  padding: 8px 20px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.hzbca-item:hover .hzbca-more {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

@media screen and (max-width: 720px) {
  .hzbca-wrap {
    padding: 0 15px;
    gap: 20px;
  }

  .hzbca-item {
    height: 360px;
  }

  .hzbca-info {
    padding: 20px;
  }

  .hzbca-info h2 {
    font-size: 20px;
  }

  .hzbca-info p {
    font-size: 14px;
    margin: 5px 0 0;
  }

  .hzbca-more {
    left: 20px;
    bottom: 20px;
    font-size: 14px;
    padding: 6px 15px;
  }
}

.jggd-spacing {
  height: 80px;
  width: 100%;
  clear: both;
}
@media screen and (max-width: 768px) {
  .header-content {
    position: relative;
  }

  .mobile-menu-btn {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 25px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 1000;
  }

  .mobile-menu-btn span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #333;
    margin: 5px 0;
    transition: all 0.3s ease;
  }

  .main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(121, 166, 13, 0.9);
    padding-top: 60px;
    transition: right 0.3s ease;
    z-index: 999;
  }

  .main-nav.active {
    right: 0;
  }

  .nav-list {
    flex-direction: column;
    align-items: center;
  }

  .nav-list li {
    margin: 15px 0;
  }

  .nav-link {
    color: #fff;
    font-size: 18px;
  }

  /* 汉堡按钮动画 */
  .mobile-menu-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
  }

  .mobile-menu-btn.active span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }
}

@media screen and (min-width: 769px) {
  .mobile-menu-btn {
    display: none;
  }
}

/* 产品详情页样式 */
.dms-product-detail {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 15px;
  display: flex;
  gap: 40px;
}

.dms-product-gallery {
  width: 50%;
  max-width: 600px;
}

.dms-main-image {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1/1;
}

.dms-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dms-thumbnails {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
}

.dms-thumbnail-item {
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.dms-thumbnail-item:hover {
  opacity: 0.7;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.dms-thumbnail-item.active {
  border: 2px solid #79a60d;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.dms-thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dms-product-info {
  flex: 1;
  padding: 20px 0;
}

.dms-product-title {
  font-size: 32px;
  font-family: SimSun, "宋体", serif;
  margin: 0 0 20px;
  font-weight: bold;
  color: #333;
}

.dms-product-description {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 30px;
}

.dms-product-spec {
  display: flex;
  padding: 30px 0;
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
}

.dms-product-spec ul {
  flex: 1;
  width: 0;
  margin-bottom: 0;
}
.dms-product-spec ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dms-product-spec ul li:hover p:first-child {
  border-color: #ff0000;
}

.dms-product-spec ul li:not(:last-child) {
  margin-bottom: 16px;
}
.dms-product-spec ul li p:first-child {
  font-size: 16px;
  color: #2b2b2b;
  line-height: 40px;
  padding: 0 30px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 0;
  box-sizing: border-box;
}

.dms-product-spec ul li p:last-child {
  font-size: 16px;
  color: #2b2b2b;
  line-height: 40px;
  margin-bottom: 0;
}

.buybtn {
  margin-top: 30px;
}

.buybtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 40px;
  padding: 0 20px;
  background-color: #79a60d;

  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.dms-product-features {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dms-product-features li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #333;
}

.dms-product-features li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #79a60d;
}

@media (max-width: 992px) {
  .dms-product-detail {
    gap: 30px;
  }

  .dms-product-title {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .dms-product-detail {
    flex-direction: column;
    margin-top: 20px;
  }

  .dms-product-gallery {
    width: 100%;
    max-width: 100%;
  }

  .dms-thumbnails {
    justify-content: center;
    padding: 0 30px;
    max-width: 90%;
    margin: 0 auto;
  }

  .dms-thumbnail-item {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
  }

  .dms-product-info {
    padding: 0;
  }

  .dms-product-title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .dms-product-description {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .dms-product-detail {
    margin: 15px auto;
    gap: 20px;
  }

  .dms-thumbnails {
    gap: 8px;
    padding: 0 20px;
    max-width: 85%;
  }

  .dms-thumbnail-item {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
  }

  .dms-product-title {
    font-size: 20px;
  }
}
