/*
Theme Name: Xinbaotang
Theme URI: https://xinbaotang.com
Author: Xinbaotang
Author URI: https://xinbaotang.com
Description: A premium WordPress theme for Xinbaotang Chenpi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: xinbaotang
Tags: custom-background, custom-logo, custom-menu, featured-images, translation-ready
*/

* {
  box-sizing: border-box;
}
body {
  font-family: Playfair;
  margin: 0;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
a {
  text-decoration: none;
  outline: none;
  transition: all 0.15s ease;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
p {
  margin: 0;
}
button {
  cursor: pointer;
}
button:hover {
  opacity: 0.85;
}

header.header {
  background-color: #fcf5eb;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition: all 0.3s cubic-bezier(.4,0,.2,1);
}
header.header .inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.header .left-side {
  width: 100%;
  padding: 7px 0 0 10px;
}
header.header .left-side .logo {
  width: 120px;
}
header.header nav {
  display: none;
  flex-grow: 1;
  font-size: 18px;
  font-weight: bold;
  justify-content: center;
  padding-top: 14px;
}
header.header nav a {
  color: #854522;
}
header.header nav a:hover,
header.header nav .current-menu-item a {
  color: #DE7C3A;
}
#menu-primary-menu-1 {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 75px;
}
header.header.fixed {
  background-color: #fcf5ebe3;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  backdrop-filter: blur(12px);
}

main {
}

footer.footer {
  background-color: #854522;
  color: #fff;
  font-size: 12px;
}
footer.footer a {
  color: #fff;
  position: relative;
}
footer.footer a:not(.icon)::after {
  content: '';
  width: 0;
  height: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.15s ease;
}
footer.footer a:hover::after {
  width: 100%;
}
footer.footer a.icon:hover {
  opacity: 0.75;
}
footer.footer .inner {
  height: 100%;
  padding-top: 27px;
  padding-bottom: 30px;
}
footer.footer .columns {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
footer.footer .footer-logo {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}
footer.footer .footer-desc {
  text-align: center;
  font-size: 13px;
  line-height: 1.25;
  margin-top: 22px;
}
footer.footer #menu-footer-menu {
  font-family: Inter;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 17px;
}
footer.footer .touch {
  font-family: Inter;
  padding: 5px 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 17px;
}
footer.footer form {
  padding: 4px 0;
}
footer.footer form .title {
  font-size: 18px;
}
footer.footer form input {
  font-size: 15px;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  outline: none;
  border: none;
  margin-top: 25px;
}
footer.footer form button {
  font-family: 'Playfair';
  font-size: 18px;
  font-weight: bolder;
  background-color: #DE7C3A;
  color: #fff;
  width: 150px;
  height: 40px;
  border: none;
  border-radius: 7.55px;
  margin-top: 30px;
}
footer.footer .links {
  font-family: Inter;
}
footer.footer .icons {
  padding-top: 10px;
  padding-left: 5px;
  display: flex;
  gap: 30px;
}
footer.footer .icons img {
  object-fit: contain;
  width: 28px;
  height: 28px;
}

.wrap {
  padding-top: 80px;
}
.inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.swiper .swiper-pagination-bullet {
  background-color: #fff;
}

.banner { position: relative; overflow: hidden;}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  animation: 12s cubic-bezier(.25,1,.5,1) forwards fadeInZoom;
}
.banner .layout { width: 100%; height: 100%; position: absolute; top: 0;}
.banner .layout .info {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  gap: 5px;
  padding: 15px 0 0 10px;
}
.banner .layout .info h3 {
  color: #854522;
  font-size: 18px;
  font-weight: bold;
  line-height: 0.92;
  margin: 0;
}
.banner .layout .info h3 span { display: block;}
.banner .layout .info p {
  color: #854522;
  font-size: 12px;
  line-height: 1.2;
}
.banner .layout .info p span { display: block;}
.banner .layout .info a {
  background-color: #854522;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: block;
  padding: 8px 12px;
  border-radius: 11.6px;
  margin-top: 12px;
}
.banner .layout .info a:hover { background-color: #DE7C3A;}

/*body.home .banner { height: 80vh;}*/


/* 首页第一节 */
.home-section-01 { background-color: #fcf5eb; padding: 25px 0;}
.home-section-01 .items { height: auto; display: flex; justify-content: space-between; flex-direction: column;}
.home-section-01 .items .item { width: 100%; flex-shrink: 0;}
.home-section-01 .items .item .thumb { width: 100%; height: 350px; overflow: hidden; border-radius: 20px;}
.home-section-01 .items .item .thumb img { width: 100%; height: 100%; object-fit: cover;
  transition: all 0.3s cubic-bezier(.4,0,.2,1);
}
.home-section-01 .items .item .info { padding: 18px 0; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 1px;}
.home-section-01 .items .item .info h3 { color: #854522; font-size: 24px; font-weight: bold; margin: 0;}
.home-section-01 .items .item .info p { color: #854522; font-size: 18px;}
.home-section-01 .items .item:not(:first-child) {}
.home-section-01 .items .item:hover .thumb img { transform: scale(1.2);}
.home-section-01 .items .item:hover .info h3 { color: #DE7C3A;}


.home-section-02 {
  background: url('./static/bg.png') repeat 0 0;
}
.home-section-02 .inner {
  padding-bottom: 18px;
}
.home-section-02 .inner .item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 35px 0 15px;
}
.home-section-02 .inner .item .thumb {
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
.home-section-02 .inner .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s cubic-bezier(.4,0,.2,1);
}
.home-section-02 .inner .item .thumb:hover img {
  transform: scale(1.2);
}
.home-section-02 .inner .item .info {
  flex-grow: 1;
  padding: 5px 5px 10px 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-section-02 .inner .item .info h3 {
  color: #DE7C3A;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  position: relative;
}
.home-section-02 .inner .item .info h3::after {
  content: '';
  width: 0;
  height: 1px;
  display: block;
  background-color: #FCF5EB;
  opacity: 0.8;
  position: absolute;
  bottom: -24px;
  left: 0;
  transition: all 0.15s ease;
}
.home-section-02 .inner .item .info p {
  color: #FCF5EB;
  font-size: 15px;
  line-height: 1.2;
  padding-top: 20px;
  padding-bottom: 0;
}
.home-section-02 .inner .item .info .icon {
  display: none;
  width: 50px;
  height: 50px;
}
.home-section-02 .inner .item .info .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-section-02 .inner .bottom-more {
  padding: 65px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.home-section-02 .inner .bottom-more p {
  color: #fff;
  font-size: 18px;
}
.home-section-02 .inner .bottom-more a {
  background-color: #DE7C3A;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  padding: 12px 20px;
  border-radius: 10px;
}
.home-section-02 .inner .bottom-more a:hover { background-color: #854522;}

.home-section-03 { background-color: #fcf5eb;}
.home-section-03 .wrap-item { display: flex; flex-direction: column; justify-content: center; padding: 25px 0;}
.home-section-03 .wrap-item .thumb { height: 200px; margin: 0 15px; overflow: hidden; display: flex; justify-content: center; align-items: center;}
.home-section-03 .wrap-item .thumb img { width: 100%; height: 100%; object-fit: cover;
  transition: all 0.3s cubic-bezier(.4,0,.2,1);
}
.home-section-03 .wrap-item .info {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0 0px;
  gap: 5px;
}
.home-section-03 .wrap-item .info h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 0.98;
  margin: 0;
  padding: 10px 0;
}
.home-section-03 .wrap-item .info h3 a {
  color: #854522;
}
.home-section-03 .wrap-item .info p {
  color: #854522;
  font-size: 14px;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.home-section-03 .wrap-item .info .icon {
  display: none;
  width: 22px;
  height: 14px;
}
.home-section-03 .wrap-item .info .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-section-03 .wrap-item .thumb:hover img {
  transform: scale(1.2);
}
.home-section-03 .wrap-item:hover .info h3 a {
  color: #DE7C3A;
}
.home-section-03 .items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
  padding-top: 25px;
  padding-bottom: 35px;
}
.home-section-03 .items .item {
  width: 100%;
}
.home-section-03 .items .item .thumb { width: 100%; overflow: hidden; display: flex; justify-content: center; align-items: center; border-radius: 20px;}
.home-section-03 .items .item .thumb img { width: 100%; height: 100%; object-fit: cover;
  transition: all 0.3s cubic-bezier(.4,0,.2,1);
}
.home-section-03 .items .item .info { text-align: center;}
.home-section-03 .items .item .info h3 { font-size: 24px; font-weight: bold;}
.home-section-03 .items .item .info h3 a { color: #854522;}
.home-section-03 .items .item:hover .thumb img { transform: scale(1.2);}
.home-section-03 .items .item:hover .info h3 a { color: #DE7C3A;}

.home-section-04 { background-color: #fff;}
.home-section-04 .inner { padding-top: 15px; padding-bottom: 15px;}
.home-section-04 .title { padding: 40px 0;}
.home-section-04 .title h2 {
  color: #854522;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
.home-section-04 .items {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.home-section-04 .items .item {
  background-color: #FCF5EB;
  padding: 35px;
  border-radius: 12.75px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.home-section-04 .items .item .avatar {
  flex-shrink: 0;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  margin: 0 auto;
}
.home-section-04 .items .item .info {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.home-section-04 .items .item .info h5 {
  color: #854522;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
.home-section-04 .items .item .info p {
  color: #854522;
  font-size: 16px;
  line-height: 1.25;
}
.home-section-04 .items .item:nth-child(2n) {
  background-color: transparent;
}

.home-section-05 {}
.home-section-05 .title { padding: 40px 0;}
.home-section-05 .title h2 {
  color: #854522;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
.home-section-05 .items {
  display: grid;
  grid-template-columns: repeat(1,minmax(0,1fr));
  gap: 40px;
  padding-top: 16px;
  padding-bottom: 50px;
}
.home-section-05 .items .item { display: flex; flex-direction: column; gap: 30px;}
.home-section-05 .items .item .thumb { background-color: #333; width: 100%; height: 200px; overflow: hidden; border-radius: 20px;}
.home-section-05 .items .item .thumb img { width: 100%; height: 100%; object-fit: cover;
  transition: all 0.3s cubic-bezier(.4,0,.2,1);
}
.home-section-05 .items .item .info { color: #854522; text-align: center; display: flex; flex-direction: column; align-items: center;  gap: 12px;}
.home-section-05 .items .item .info h3 { font-size: 24px; font-weight: bold; line-height: 1.15; margin: 0 10%;}
.home-section-05 .items .item .info h3 a { color: #854522;}
.home-section-05 .items .item .info p { font-size: 17px; line-height: 1.3;}
.home-section-05 .items .item .info .date { margin-top: 20px;}
.home-section-05 .items .item:hover .thumb img { transform: scale(1.2);}
.home-section-05 .items .item:hover .info h3 a { color: #DE7C3A;}

/* Blog */
.blog-section { background-color: #FCF5EB; padding: 20px 0 40px;}
.blog-section .title { padding: 15px 0;}
.blog-section .title h2 {
  color: #854522;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
.blog-section .blog-content {
  display: block;
  gap: 20px;
  padding: 20px 0 0;
  position: relative;
}
.blog-section .blog-content a {
  color: #854522;
  padding: 10px 20px;
}
.blog-section .blog-content a:hover {
  background-color: #fff;
}
.blog-section .blog-content .image {
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
}
.blog-section .blog-content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-section .blog-content .items {
  margin-top: 35px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.blog-section .blog-content .items .item {
  font-size: 14px;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-section .blog-content .items .item .thumb {
  display: none;
}
.blog-section .blog-content .items .item h3 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.blog-section .blog-content .items .item .excerpt {
  display: none;
}

.blog-section:nth-child(2n) {
  background-color: #DE7C3A;
}
.blog-section:nth-child(2n) .blog-content a {
  color: #fff;
  padding: 10px 20px;
}
.blog-section:nth-child(2n) .blog-content a:hover {
  background-color: #854522;
}
.blog-section:nth-child(2n) .blog-content {
  flex-direction: row-reverse;
}
.blog-section:nth-child(2n) .title h2 {
  color: #fff;
}
.blog-section:nth-child(2n) a {
  color: #fff;
}

/*  */
.blog-section .blog-content .category-more {
  width: 100%;
  height: 35px;
  color: #DE7C3A;
  font-size: 12px;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  padding: 0;
  margin-top: 20px;
  border: 1px solid #DE7C3A;
  border-radius: 8px;
}
.blog-section .blog-content .category-more:hover {
  background-color: #DE7C3A;
  color: #fff;
}
.blog-section .blog-content .category-more svg {
  transition: transform 0.15s ease;
}
.blog-section .blog-content .category-more:hover svg {
  transform: translateX(3px);
}

.blog-section:nth-child(2n) .blog-content .category-more {
  color: #fff;
  border-color: #fff;
  right: 475px;
}



.category-tree-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-tree-list.is-children {
  display: none;
  padding-left: 22px;
  margin-top: 4px;
}
.category-tree-item.is-expanded > .category-tree-list.is-children {
  display: block;
}
.category-tree-item {
  border-bottom: 1px solid rgba(133, 69, 34, 0.12);
}
.category-tree-item:last-child {
  border-bottom: none;
}
.category-tree-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  flex-wrap: wrap;
}
.category-tree-toggle,
.category-tree-toggle-spacer {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.category-tree-toggle {
  color: #854522;
  cursor: pointer;
  border-radius: 6px;
  transition: transform 0.2s ease, background-color 0.15s ease;
}
.category-tree-toggle:hover {
  background-color: #fcf5eb;
}
.category-tree-item.is-expanded > .category-tree-header > .category-tree-toggle {
  transform: rotate(180deg);
}
.category-tree-name {
  color: #854522;
  font-size: 18px;
  font-weight: bold;
  flex: 1 1 auto;
  min-width: 120px;
}
.category-tree-count {
  color: #854522;
  font-size: 13px;
  background-color: #fcf5eb;
  padding: 3px 10px;
  border-radius: 12px;
  flex-shrink: 0;
}
.category-tree-more {
  color: #DE7C3A;
  font-size: 14px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  padding: 6px 12px;
  border: 1px solid #DE7C3A;
  border-radius: 8px;
}
.category-tree-more:hover {
  background-color: #DE7C3A;
  color: #fff;
}
.category-tree-more svg {
  transition: transform 0.15s ease;
}
.category-tree-more:hover svg {
  transform: translateX(3px);
}

/* Story */
.our-story-section-1 { background-color: #854522; padding: 0 0 30px;}
.our-story-section-1 .inner {}
.our-story-section-1 .title { line-height: 1.35; color: #FCF5EB; padding: 50px 0; text-align: center;}
.our-story-section-1 .title h2 { font-size: 30px; font-weight: bold; margin: 0;}
.our-story-section-1 .title h2 + p { font-size: 18px;}
.our-story-section-1 .items { display: grid; grid-template-columns: repeat(1,minmax(0,1fr)); gap: 16px;}
.our-story-section-1 .items .item {
  background-color: #FCF5EB;
  border-radius: 28.5px;
  padding: 10px;
}
.our-story-section-1 .items .item .thumb {}
.our-story-section-1 .items .item .info {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.our-story-section-1 .items .item .info .icon {
  width: 80px;
  height: 130px;
  display: flex;
  align-items: center;
}
.our-story-section-1 .items .item .info .icon img {
  object-fit: contain;
}
.our-story-section-1 .items .item .info p {
  color: #DE7C3A;
  font-size: 24px;
}
.our-story-section-1 .progress { display: none;}

.our-story-section-2 { background-color: #fcf5eb; padding: 35px 0;}
.our-story-section-2 .inner {}
.our-story-section-2 .items { padding: 14px 0; margin: 0; display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.our-story-section-2 .items .item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.our-story-section-2 .items .item:not(:last-child)::after {}
.our-story-section-2 .items .item .thumb {
  background-color: #DE7C3A;
  width: 89px;
  height: 89px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-story-section-2 .items .item .thumb img { height: 50px; width: auto; object-fit: cover;}
.our-story-section-2 .items .item p {
  text-align: center;
  color: #DE7C3A;
  font-size: 16px;
  line-height: 1;
  padding: 20px 0;
}


/*  */
.section-certificates { padding: 0 0 35px 0;}
.section-certificates .inner { width: auto;}
.section-certificates .title { padding: 50px 0;}
.section-certificates .title h2 {
  color: #854522;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
.section-certificates .items {
  display: flex;
  padding: 30px 0;
}
.section-certificates .items .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
	flex-shrink: 0;
}
.section-certificates .items .item .thumb { max-height:250px}
.section-certificates .items .item .info {
  color: #854522;
  padding: 35px 0 0;
  text-align: center;
}

/* Cooperation */
.cooperation-section-01 {
  background-color: #fff;
  padding: 30px 0;
}
.cooperation-section-01 .items {
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column; gap: 20px;
}
.cooperation-section-01 .items .item {
  width: 100%;
  flex-shrink: 0;
  display: flex; align-items: center;
}
.cooperation-section-01 .items .item .thumb {
  background-color: #DE7C3A;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  padding: 10px;
}
.cooperation-section-01 .items .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s cubic-bezier(.4,0,.2,1);
}
.cooperation-section-01 .items .item .info {
  flex-grow: 1;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cooperation-section-01 .items .item .info p {
  color: #854522;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
/* .cooperation-section-01 .items .item:not(:first-child) {
  margin-left: 35px;
} */
.cooperation-section-01 .items .item:hover .thumb img {
  transform: scale(1.2);
}

.cooperation-section-02 {
  background-color: #854522;
  color: #fff;
  padding: 50px 0 35px;
}
.cooperation-section-02 .title {
  text-align: center;
}
.cooperation-section-02 .title h2 {
  font-size: 30px;
  margin: 0 0 35px;
}
.cooperation-section-02 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(1,minmax(0,1fr));
}
.cooperation-section-02 ul li {
  padding: 23px 0;
  display: flex;
  align-items: center;
  gap: 35px;
  border-bottom: solid 1px #fff;
}
.cooperation-section-02 ul li h4 {
  font-size: 22px;
  font-weight: normal;
  font-style: italic;
  margin: 0;
}
.cooperation-section-02 ul li img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.cooperation-section-02 .num {
  display: none;
  color: #DE7C3A;
  font-size: 737px;
  font-weight: bolder;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);

  text-shadow: 
    15px 15px 0 #854522,
    -15px 15px 0 #854522,
    15px -15px 0 #854522,
    -15px -15px 0 #854522,
    0px 20px 0 #854522,
    20px 0px 0 #854522,
    -20px 0px 0 #854522,
    0px -20px 0 #854522
}
.cooperation-section-02 .num::before {
  content: '';
  display: block;
  width: 60%;
  height: 70%;
  background-color: #854522;
  position: absolute; top: 25%; left: 20%; z-index: -1;
}

.cooperation-section-03 {
  background-color: #fcf5eb;
  padding: 46px 0;
  text-align: center;
}

.cooperation-section-96 {
  background-color: #854522;
  color: #fff;
  padding: 50px 0 35px;
}
.cooperation-section-96 .title {
  text-align: center;
}
.cooperation-section-96 .title h2 {
  font-size: 30px;
  margin: 0 0 35px;
}
.cooperation-section-96 table {
  color: #FCF5EB;
  font-size: 12px;
  text-align: center;
}
.cooperation-section-96 table tr td {
  border-width: 1px 0;
  border-style: solid;
  border-color: #DE7C3A;
  height: 36px;
  padding: 0;
}
.cooperation-section-96 table tr:first-child td {
  background-color: #DE7C3A;
}
.cooperation-section-96 table tr td:first-child {
  width: 15%;
  border-right: solid 2px #DE7C3A;
}
.cooperation-section-94 {
  background-color: #fcf5eb;
  padding: 50px 0;
}
.cooperation-section-94 .title {
  text-align: center;
}
.cooperation-section-94 .title h2 {
  color: #854522;
  font-size: 30px;
  margin: 0 0 35px;
}
/*  */

.font-Inter {
  font-family: 'Inter';
}

.category-filter {
  padding: 30px 0;
  border-bottom: 1px solid #f0e6d8;
  margin-bottom: 30px;
}
.category-items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #854522;
  opacity: 0.7;
  transition: all 0.15s ease;
}
.category-item:hover,
.category-item.active {
  opacity: 1;
}
.category-item .thumb {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.15s ease;
}
.category-item:hover .thumb,
.category-item.active .thumb {
  border-color: #854522;
}
.category-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 1024px) {
  .category-filter {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .category-items {
    gap: 30px;
  }
  .category-item .thumb {
    width: 80px;
    height: 80px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 30px 0;
  flex-wrap: wrap;
}
.pagination a,
.pagination span {
  font-family: 'Inter';
  font-size: 18px;
  color: #854522;
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 0.15s ease;
}
.pagination a:hover {
  background-color: #fcf5eb;
  color: #DE7C3A;
}
.pagination span.current {
  background-color: #854522;
  color: #fff;
  font-weight: bold;
}
.pagination .prev,
.pagination .next {
  display: flex;
  align-items: center;
  gap: 5px;
}

/*  */
body.category main,
body.single-post main {
  background-color: #FCF5EB;
}

/* 产品样式 */
body.single-product main { background-color: #FCF5EB;}
body.single-product main .product-inner { padding: 15px 15px;}
.categories-nav { background-color: #FCF5EB;}
.categories-nav .inner { padding: 20px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow-x: auto;
}
.categories-nav a {
  font-size: 14px;
  color: #854522;
  display: inline-block;
  padding: 4px 15px;
  border-radius: 8px;
}
.categories-nav a.active {
  color: #fff;
  background-color: #DE7C3A;
}

/* 产品详情 */
.product-detail { padding-bottom: 0px; display: flex; flex-direction: column; justify-content: space-between; gap: 15px;}
.product-gallery { flex-shrink: 0;}
.product-gallery img { width: 100%; height: 100%; object-fit: cover;}
.product-gallery-image { background-color: #f3eadd; border-radius: 20px; overflow: hidden; aspect-ratio: 1/1;}
.product-gallery-title {
  color: #854522;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.product-gallery-grid {
  padding: 15px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.product-gallery-item {
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fcf5eb;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.product-gallery-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(133, 69, 34, 0.15);
}
.product-gallery-item img { width: 100%; height: 100%; object-fit: cover;}
.product-content { flex-grow: 1;}
.sub_title { color: #854522; font-size: 14px;}
.price { color: #DE7C3A; font-size: 42px; padding: 20px 0 0;}

.buttons {
  font-size: 13.5px; padding: 20px 0;
  display: flex; justify-content: space-between; align-items: center; flex-direction: column; gap: 15px;
}
.buttons .button:first-child {
  background-color: #854522;
  color: #fff;
  width: 100%;
  height: 50px;
  border: solid 1px #854522;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.buttons .button:first-child .icon {
  height: 20px;
  padding-right: 15px;
  transform: translateY(2px);
  border-right: solid 1px #fff;
}

.buttons .button:first-child .icon img {
  height: 100%;
}
.buttons .button:first-child span {
  line-height: 1;
}
.buttons .button:first-child span:last-child {
  padding: 0 15px;
}
.buttons .button:last-child {
  color: #DE7C3A;
  width: 100%;
  height: 50px;
  border: solid 1px #DE7C3A;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dos {
  background-color: #DE7C3A;
  color: #FCF5EB;
  font-size: 14px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  margin-top: 25px;
}

.product-entry-content {
  color: #854522;
  font-size: 16px;
  line-height: 1.8;
}
.product-entry-content p {
  margin-bottom: 16px;
}
.product-entry-content h2,
.product-entry-content h3 {
  color: #854522;
  margin-top: 30px;
  margin-bottom: 16px;
}
.product-entry-content hr { border-top: solid 1px #854522; border-bottom: none; margin: 15px 0;}


/* 关于我们 可展开 */
.os-collapse-section { padding: 35px 0; cursor: pointer; position: relative;}
.os-collapse-section .inner { height: 100%;}
.os-collapse-section .item { height: 100%;  display: grid; grid-template-columns: repeat(1,minmax(0,1fr));}
.os-collapse-section .item .thumb { order: 0; display: flex;}
.os-collapse-section .item .thumb img {}
.os-collapse-section .item .info { padding-left: 0px;}
.os-collapse-section .item .info .title {}
.os-collapse-section .item .info .title h2 { color: #DE7C3A; font-size: 16px; transition: all 0.15s ease-in-out;}
.os-collapse-section .item .info .content { color: #854522; font-size: 14px; display: none;}
.os-collapse-section .item .info .content p { line-height: 1.65; margin-bottom: 25px;}
.os-collapse-section .item .info .intro { color: #854522; font-size: 13px;}
.os-collapse-section .item .info .tip { margin-top: 20px; font-size: 13px; display: inline-block; color: #DE7C3A; border: solid 1px #DE7C3A; padding: 4px 15px; border-radius: 30px;
  transition: all 0.35s ease-in-out;
}

.os-collapse-section:nth-child(2n) { background-color: #DE7C3A; color: #fff;}
.os-collapse-section:nth-child(2n) .item {}
.os-collapse-section:nth-child(2n) .item .thumb { padding: 50px 0;}
.os-collapse-section:nth-child(2n) .item .thumb img { }
.os-collapse-section:nth-child(2n) .item .info { padding-left: 0px; padding-right: 0px;}
.os-collapse-section:nth-child(2n) .item .info .title {}
.os-collapse-section:nth-child(2n) .item .info .title h2 { color: #FFFFFF;}
.os-collapse-section:nth-child(2n) .item .info .content { color: #FFFFFF;}
.os-collapse-section:nth-child(2n) .item .info .intro { color: #ffffff;}
.os-collapse-section:nth-child(2n) .item .info .tip { display: inline-block; color: #fff; border: solid 1px #fff; padding: 4px 15px; border-radius: 30px;}

.os-collapse-section.active { height: auto;}
.os-collapse-section.active .item { text-align: left; grid-template-columns: repeat(1,minmax(0,1fr));}
.os-collapse-section.active .item .thumb { order: 1; padding-top: 60px;}
.os-collapse-section.active .item .thumb img { width: 100%; height: auto;}
.os-collapse-section.active .item .info { padding-left: 0; padding-right: 0;}
.os-collapse-section.active .item .info .title { line-height: 1.05; border-bottom: solid 1px #854522; margin-bottom: 30px;}
.os-collapse-section:nth-child(2n).active .item .info .title { border-bottom: solid 2px #fff;}
.os-collapse-section.active .item .info .title h2 { font-size: 21px; margin-top: 0;}
.os-collapse-section.active .item .info .content { display: block;}
.os-collapse-section.active .item .info .intro { display: none;}
.os-collapse-section.active .item .info .tip { display: none;}
.os-collapse-section:not(.active) .item:hover .info .tip { bottom: 60px; opacity: 1;}

/* 产品评价 */
.review-product { background-color: #FCF5EB; padding: 30px 0;} 
.review-product .inner { width: auto;}
.review-product .title { color: #854522; font-size: 14px; text-align: center;}
.review-product .title h3 { font-size: 30px; margin: 0;}
.review-product .content { margin-top: 20px; display: grid; grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 15px;}
.review-product .content .item { background-color: #fff; border-radius: 15.5px; padding: 15px 25px; display: flex; gap: 15px;}
.review-product .content .item .thumb { background-color: #ddd; flex-shrink: 0; width: 50px; height: 50px; border-radius: 100%; overflow: hidden;}
.review-product .content .item .info { color: #854522; flex-grow: 1;}
.review-product .content .item .info h5 { text-align: left; font-size: 18px; margin: 0;}
.review-product .content .item .info .starts { padding: 8px 0; display: flex; gap: 20px;}
.review-product .content .item .info .starts span:first-child { display: flex; align-items: center; gap: 5px;}
.review-product .content .item .info .starts span:first-child img { width: 20px; height: 20px;}
.review-product .content .item .info p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/*  */
.term-products { background-color: #FCF5EB; padding-bottom: 20px;}
.term-products .inner {}
.term-products .inner .items { display: grid; grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 20px;}
.term-products .inner .items .item { background-color: #fff; border-radius: 40px; padding: 20px;}
.term-products .inner .items .item .thumb { background-color: #F7F7F7; width: 100%; aspect-ratio: 1/1; border-radius: 25px; overflow: hidden;}
.term-products .inner .items .item .thumb img { width: 100%; height: 100%; object-fit: contain;}
.term-products .inner .items .item .info { border-top: solid 1px #854522; margin-top: 20px;}
.term-products .inner .items .item .info h3 { font-size: 17px; font-weight: normal; text-align: center; padding-top: 20px; margin: 0;}
.term-products .inner .items .item .info a { color: #854522; }

/* 更多产品 */
.more-products { background-color: #FCF5EB; padding: 30px 0 35px;} 
.more-products .inner { width: auto;}
.more-products .title { color: #854522; font-size: 21px; text-align: center; padding-bottom: 15px;}
.more-products .content { background-color: #fff; border-radius: 20px; padding: 30px 15px; display: grid; grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 20px;}
.more-products .content .thumb { aspect-ratio: 1/1; border-radius: 20px; overflow: hidden; }

/* 产品分类菜单 */
header.header .product-categories-nav { background-color: #FCF5EB; width: 100%; height: 0; position: fixed; z-index: 199; overflow: hidden; transition: height 0.3s ease;}
header.header .product-categories-nav .inner { width: auto; max-width: 1830px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; align-items: flex-start; padding: 25px 35px;}
header.header .product-categories-nav a { color: #854522;}
header.header .product-categories-nav .thumb { background-color: #f4ede3; aspect-ratio: 1/1; display: flex; justify-content: center; align-items: center; border-radius: 20px; overflow: hidden;}
header.header .product-categories-nav .thumb img { width: 100%; height: 100%; object-fit: cover;}
header.header .product-categories-nav .info { text-align: center; padding: 35px;}
header.header .product-categories-nav .info .title { font-size: 24px;}
header.header .product-categories-nav .info .desc { font-size: 18px; padding: 30px 0 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/* header.header.fixed .product-categories-nav { background-color: #fcf5ebe3; box-shadow: 0 0 10px rgba(0,0,0,0.1); backdrop-filter: blur(12px);} */

/* 留言表单 */
.wpcf7 { color: #854522; font-size: 12px; margin: 0 auto;}
.wpcf7 label { display: flex; flex-direction: column; justify-content: space-between; gap: 8px; margin-bottom: 12px;}
.wpcf7 label > span { white-space: nowrap;}
.wpcf7 input { color: #854522; font-size: 14px; line-height: 24px; border: none; width: 100%; padding: 0 15px;}
.wpcf7 textarea { color: #854522; font-size: 14px; border: none; width: 100%; padding: 8px 10px;}
.wpcf7 select { color: #854522; font-size: 14px; border: none; width: 100%; padding: 8px 35px 8px 15px;}
.wpcf7 .wpcf7-form-control-wrap { flex-grow: 1;}
.wpcf7 .wpcf7-checkbox { color: #717071; font-size: 12px; display: flex; flex-wrap: wrap; gap: 20px;}
.wpcf7 .wpcf7-checkbox input { width: auto;}
.wpcf7 .submitwrap { margin-top: 30px;}
.wpcf7 .submitwrap input { color: #fff; background-color: #854522; width: 250px; height: 40px; display: block; border-radius: 12px; margin: 0 auto;}

/*  */
.relative { position: relative;}

/* Mobile */
.menu-toggle { height: 17px; margin-right: 10px; display: block;}
.menu-toggle img { height: 100%;}
.mobile-nav { background-color: rgba(133, 69, 34, 0.9); position: fixed; top: 0; left: 0; z-index: 999; width: 100%; height: 0; overflow: hidden; display: block;}
.mobile-nav a { color: #fff;}
.mobile-nav ul#menu-primary-menu { font-size: 24px; display: flex; flex-direction: column; gap: 0; padding: 80px 20px; margin: 0; list-style: none;}
.mobile-nav ul#menu-primary-menu li {
  padding: 18px 0; border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  transform: translateY(-20%); opacity: 0;
  transition: all .3s ease-in;
}
.mobile-nav ul#menu-primary-menu li:nth-child(1) { transition-delay: 0.3s; -webkit-transition-delay: 0.3s;}
.mobile-nav ul#menu-primary-menu li:nth-child(2) { transition-delay: 0.25s; -webkit-transition-delay: 0.25s;}
.mobile-nav ul#menu-primary-menu li:nth-child(3) { transition-delay: 0.2s; -webkit-transition-delay: 0.2s;}
.mobile-nav ul#menu-primary-menu li:nth-child(4) { transition-delay: 0.15s; -webkit-transition-delay: 0.15s;}
.mobile-nav ul#menu-primary-menu li:nth-child(5) { transition-delay: 0.1s; -webkit-transition-delay: 0.1s;}

.mobile-nav ul#menu-primary-menu li.current-menu-item a { color: #DE7C3A;}
.mobile-nav .closeBtn { float: right; padding: 0 5px; position: absolute; right: 25px; top: 30px;}
.mobile-nav .closeBtn i {
  font-size: 8vw; font-weight: bold;
  line-height: 20px; width: 20px; height: 20px; display: inline-block;
  text-align: center; color: white;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.menu-opened .mobile-nav { height: 100%;}
body.menu-opened .mobile-nav ul#menu-primary-menu {}
body.menu-opened .mobile-nav ul#menu-primary-menu li {
  transform: translateY(0); -webkit-transform: translateY(0);
  opacity: 1;
}



/*  */
@media screen and (min-width: 1024px) {
  .menu-toggle { display: none;}

  header.header {
    height: 200px;
  }
  header.header .left-side {
    width: 430px;
    padding: 14px 0 0 21px;
  }
  header.header .left-side .logo {
    width: 240px;
  }
  header.header nav {
    display: flex;
  }
  header.header.fixed {
    height: 160px;
  }

  footer.footer {
    height: 500px;
  }
  footer.footer .inner {
    padding-top: 57px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  footer.footer .columns {
    flex-direction: row;
  }
  footer.footer .columns .column-01 {
    width: 28%;
  }
  footer.footer .columns .column-02 {
    width: 17.5%;
  }
  footer.footer .columns .column-03 {
    width: 23%;
  }
  footer.footer .columns .column-04 {
    width: 31.5%;
  }
  footer.footer .footer-logo {
    width: 200px;
    margin-left: 4px;
  }
  footer.footer .footer-desc {
    text-align: left;
    font-size: 14px;
  }

  .wrap {
    padding-top: 200px;
  }
  .inner {
    width: 1320px;
    padding: 0 20px;
  }
	
	
body.home .banner .layout .info { gap: 35px; padding: 70px 0 0 20px;}
body.home .banner .layout .info h3 { font-size: 46px; font-weight: bold;}
body.home .banner .layout .info h3 span { display: block;}
body.home .banner .layout .info p { font-size: 21px; line-height: 1.2; font-weight: bold;}
body.home .banner .layout .info p span { display: block;}
body.home .banner .layout .info a { font-size: 18px; font-weight: bold; padding: 12px 24px; margin-top: 25px;}

/*   .banner {
    height: 800px;
  } */
  .banner .layout .info {
    gap: 35px;
    padding: 70px 0 0 20px;
  }
  .banner .layout .info h3 {
    font-size: 60px;
  }
  .banner .layout .info p {
    font-size: 24px;
    font-weight: bold;
  }
  .banner .layout .info a {
    font-size: 18px;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 11.6px;
    margin-top: 25px;
  }
  .archive.tax-product_category .banner {
    height: 600px;
  }
  .single-product .banner {
    height: 600px;
  }

  .home-section-01 {
    padding: 120px 0 95px;
  }
  .home-section-01 .items {
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .home-section-01 .items .item {
    width: auto;
    flex-shrink: 0;
  }
  .home-section-01 .items .item .thumb {
    width: 350px;
    height: 350px;
  }
  .home-section-01 .items .item:not(:first-child) {
    margin-left: 0px;
  }

  .home-section-02 .inner {
    padding-bottom: 18px;
  }
  .home-section-02 .inner .item {
    flex-direction: row;
    padding: 90px 130px;
    gap: 50px;
  }
  .home-section-02 .inner .item .thumb {
    width: 500px;
    height: 300px;
    margin: 10px;
  }
  .home-section-02 .inner .item .info {
    flex-grow: 1;
    padding: 5px 5px 10px 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .home-section-02 .inner .item .info h3 {
    font-size: 40px;
  }
  .home-section-02 .inner .item .info p {
    font-size: 18px;
  }
  .home-section-02 .inner .item .info .icon {
    display: block;
  }
  .home-section-02 .inner .item:nth-child(2n) .info {
    align-items: flex-end;
  }
  .home-section-02 .inner .item:nth-child(2n) .info p {
    text-align: right;
  }
  .home-section-02 .inner .item:nth-child(2n - 1) {
    flex-direction: row-reverse;
  }
  .home-section-02 .inner .item:hover .info h3::after {
    width: 100%;
  }

  .home-section-03 .wrap-item {
    flex-direction: column-reverse;
    padding: 0;
  }
  .home-section-03 .wrap-item .thumb {
    height: 600px;
    margin: 0;
  }
  .home-section-03 .wrap-item .info {
    padding: 55px 10%;
    gap: 20px;
  }
  .home-section-03 .wrap-item .info h3 {
    font-size: 60px;
  }
  .home-section-03 .wrap-item .info p {
    font-size: 18px;
    display: block;
  }
  .home-section-03 .wrap-item .info .icon {
    display: block;
  }
  .home-section-03 .items {
    flex-direction: row;
    gap: 35px;
    padding-top: 105px;
    padding-bottom: 92px;
  }
  .home-section-03 .items .item {
    width: 31%;
  }
  .home-section-03 .items .item .thumb {
    width: 400px;
    height: 200px;
  }

  .home-section-04 .inner {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .home-section-04 .title {
    padding: 80px 0;
  }
  .home-section-04 .title h2 {
    font-size: 60px;
  }
  .home-section-04 .items {
    background: url('./static/bg2.png') no-repeat center center;
    padding: 50px 50px 55px 50px;
    gap: 22px;
  }
  .home-section-04 .items .item {
    flex-direction: row;
    padding: 33px 112px 37px;
    gap: 70px;
  }
  .home-section-04 .items .item .info {
    text-align: left;
  }
  .home-section-04 .items .item .info p {
    font-size: 18px;
  }

  .home-section-05 .title {
    padding: 80px 0;
  }
  .home-section-05 .title h2 {
    font-size: 60px;
  }
  .home-section-05 .items {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 40px;
    padding-top: 16px;
    padding-bottom: 95px;
  }

  /* Cooperation */
  .cooperation-section-01 {
    padding: 140px 0;
  }
  .cooperation-section-01 .items {
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .cooperation-section-01 .items .item {
    width: auto;
    flex-shrink: 0;
    display: block;
  }
  .cooperation-section-01 .items .item .thumb {
    width: 249px;
    height: 249px;
    padding: 50px;
    margin: 0 auto;
  }
  .cooperation-section-01 .items .item .info {
    padding: 32px 0;
  }
  .cooperation-section-01 .items .item .info p {
    font-size: 24px;
  }

  .cooperation-section-02 {
    padding: 89px 0;
  }
  .cooperation-section-02 .title h2 {
    font-size: 60px;
    margin: 0;
  }
  .cooperation-section-02 ul {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .cooperation-section-02 ul li {
    padding: 73px 0;
    gap: 60px;
    border-bottom: solid 2px #fff;
  }
  .cooperation-section-02 ul li:nth-child(2n) {
    flex-direction: row-reverse;
    text-align: right;
  }
  .cooperation-section-02 ul li:nth-child(5),
  .cooperation-section-02 ul li:last-child {
    border-bottom: none;
  }
  .cooperation-section-02 ul li h4 {
    font-size: 32px;
  }
  .cooperation-section-02 ul li img {
    width: 100px;
    height: 100px;
    object-fit: contain;
  }
  .cooperation-section-02 .num {
    font-size: 737px;
    display: block;
  }
  .cooperation-section-03 {
    padding: 186px 0;
  }
  .cooperation-section-96 {
    padding: 100px 0 65px;
  }
  .cooperation-section-96 .title h2 {
    font-size: 60px;
    margin: 0 0 65px;
  }
  .cooperation-section-96 table {
    font-size: 24px;
  }
  .cooperation-section-96 table tr td {
    border-width: 2px 0;
    height: 96px;
  }
  .cooperation-section-94 {
    padding: 100px 0;
  }
  .cooperation-section-94 .title h2 {
    font-size: 60px;
    margin: 0 0 65px;
  }

  .wpcf7 { font-size: 24px; width: 1000px;}
  .wpcf7 label { flex-direction: row; justify-content: space-between; align-items: center; gap: 50px; margin-bottom: 40px;}
  .wpcf7 input { color: #854522; font-size: 21px; line-height: 40px; border: none; width: 100%; padding: 0 15px;}
  .wpcf7 textarea { color: #854522; font-size: 21px; border: none; width: 100%; padding: 12px 15px;}
  .wpcf7 select { color: #854522; font-size: 21px; border: none; width: 100%; padding: 12px 35px 12px 15px;}
  .wpcf7 .wpcf7-checkbox { color: #717071; font-size: 18px; display: flex; flex-wrap: wrap; gap: 20px;}
  .wpcf7 .submitwrap { margin-top: 90px;}
  .wpcf7 .submitwrap input { color: #fff; background-color: #854522; width: 350px; height: 50px; display: block; border-radius: 12px; margin: 0 auto;}

  .os-collapse-section { padding: 75px 0; height: 500px; position: relative;}
  .os-collapse-section .inner { width: 1000px; height: 100%;}
  .os-collapse-section .item { grid-template-columns: repeat(2,minmax(0,1fr));}
  .os-collapse-section .item .thumb img { /*height: 350px;*/}
  .os-collapse-section .item .info { padding-left: 60px;}
  .os-collapse-section .item .info .title h2 { font-size: 40px;}
  .os-collapse-section .item .info .content { font-size: 24px;}
  .os-collapse-section .item .info .content p { line-height: 1.65; margin-bottom: 35px;}
  .os-collapse-section .item .info .intro { color: #854522; font-size: 18px;}
  .os-collapse-section .item .info .tip { display: inline-block; color: #DE7C3A; border: solid 1px #DE7C3A; padding: 4px 15px; border-radius: 30px;
    position: absolute; left: 50%; bottom: 20px; transform: translate3d(-50%, 0, 0); opacity: 0;
    transition: all 0.35s ease-in-out;
  }
  .os-collapse-section:nth-child(2n) .item { text-align: right;}
  .os-collapse-section:nth-child(2n) .item .thumb { order: 1;}
  .os-collapse-section:nth-child(2n) .item .thumb img { /*height: 266px;*/ margin: 0 0 0 auto;}
  .os-collapse-section:nth-child(2n) .item .info { padding-left: 0px; padding-right: 80px;}

  .os-collapse-section.active .item .info .title { line-height: 1.05; border-bottom: solid 2px #854522; margin-bottom: 60px;}
  .os-collapse-section.active .item .info .title h2 { font-size: 68px; margin-top: 0;}

  
  .our-story-section-1 { padding: 0 0 90px;}
  .our-story-section-1 .inner { width: 1612px;}
  .our-story-section-1 .title { line-height: 1.65; padding: 100px 0;}
  .our-story-section-1 .title h2 { font-size: 60px; }
  .our-story-section-1 .title h2 + p { font-size: 30px;}
  .our-story-section-1 .items { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 38px;}
  .our-story-section-1 .items .item { width: 285px; padding: 10px; }
  .our-story-section-1 .progress {
    color: #DE7C3A;
    font-size: 24px;
    text-align: center;
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  .our-story-section-1 .progress img { width: 128px; }

  .our-story-section-2 { padding: 165px 0;}
  .our-story-section-2 .inner { width: 1520px;}
  .our-story-section-2 .items {
    grid-template-columns: repeat(4,minmax(0,1fr));
  }
  .our-story-section-2 .items .item:not(:last-child)::after {
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    background-color: #DE7C3A;
    position: absolute;
    right: 0;
    top: 0;
  }
  .our-story-section-2 .items .item .thumb { width: 169px; height: 169px; }
  .our-story-section-2 .items .item .thumb img { height: 90px; }
  .our-story-section-2 .items .item p {
    text-align: center;
    color: #DE7C3A;
    font-size: 34px;
    line-height: 1;
    padding: 40px 0 0;
  }

  .section-certificates { padding: 0 0 135px 0;}
  .section-certificates .title { padding: 135px 0;}
  .section-certificates .title h2 { font-size: 60px; }

  .blog-section { padding: 80px 0 120px;}
  .blog-section .title h2 { font-size: 38px; }
  .blog-section .blog-content {
    display: flex;
    gap: 60px;
    padding: 80px 0 0;
    position: relative;
  }
  .blog-section .blog-content .image { width: 400px; height: 250px; flex-shrink: 0;}
  .blog-section .blog-content .items { margin-top: 0px; }
  .blog-section .blog-content .items .item { font-size: 24px; }

  .blog-section .blog-content .category-more {
    width: 80px;
    height: 35px;
    position: absolute;
    bottom: 0;
    right: 15px;
    color: #DE7C3A;
    font-size: 14px;
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    padding: 0;
    margin-top: 0;
    border: 1px solid #DE7C3A;
    border-radius: 8px;
  }

  /* 产品样式 */
  body.single-product main {}
  body.single-product main .product-inner { width: 1280px; padding: 0 15px;}
  .product-detail { padding-bottom: 80px; flex-direction: row; gap: 65px;}
  .product-gallery { width: 600px; flex-shrink: 0;}
  .product-gallery-image { background-color: #f3eadd; width: 600px; height: 600px; border-radius: 40px; overflow: hidden;}
  .product-gallery-grid { padding: 30px 0; grid-template-columns: repeat(4, minmax(0, 1fr));}

  .product-entry-title { font-size: 60px; margin: 0 0 16px 0;}
  .sub_title { font-size: 24px;}
  .price { font-size: 77px; padding: 30px 0 0;}
  .buttons {
    font-size: 19.5px; padding: 50px 0;
    display: flex; justify-content: space-between; align-items: center; flex-direction: row;
  }
  .buttons .button:first-child { width: 265px;}
  .buttons .button:last-child { width: 265px;}
  .product-entry-content hr { margin: 35px 0;}

  .dos {
    background-color: #DE7C3A;
    color: #FCF5EB;
    font-size: 18px;
    width: 200px;
    height: 50px;
    margin-top: 50px;
  }

  .review-product { padding: 90px 0;} 
  .review-product .inner { width: auto; max-width: 1820px;}
  .review-product .title { font-size: 24px;}
  .review-product .title h3 { font-size: 60px;}
  .review-product .content { margin-top: 90px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px;}
  .review-product .content .item { border-radius: 35.5px; padding: 15px 45px; display: flex; gap: 25px;}
  .review-product .content .item .info h5 { font-size: 24px;}

  .more-products { padding: 50px 0 55px;}
  .more-products .inner { width: auto; max-width: 1820px;}
  .more-products .title { font-size: 30px; padding-bottom: 35px;}
  .more-products .content { border-radius: 40px; padding: 50px 35px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 50px;}

  .categories-nav .inner {
    width: 1180px;
    padding: 120px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow-x: hidden;
  }
  .categories-nav a {
    font-size: 24px;
    padding: 4px 15px;
  }
  .term-products { padding-bottom: 50px;}
  .term-products .inner { width: 1750px;}
  .term-products .inner .items { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 50px;}
  .term-products .inner .items .item { padding: 35px;}
  .term-products .inner .items .item .info { border-top: solid 1px #854522; margin-top: 40px;}
  .term-products .inner .items .item .info h3 { font-size: 27.5px; font-weight: normal; text-align: center; padding-top: 40px; margin: 0;}
	
	
  footer.footer .icons {
    padding-top: 0px;
    padding-left: 5px;
    display: flex;
    gap: 30px;
    transform: translateY(-8px);
  }
	
  .pagination {
    gap: 20px;
    padding: 50px 0;
  }
  .pagination a,
  .pagination span {
    font-size: 20px;
    padding: 10px 20px;
  }
}


@keyframes fadeInZoom {
  0% {opacity: 0; -webkit-transform: scale(1.05);}
  20% {opacity: 1; -webkit-transform: scale(1.05);}
  95% { opacity: 1; }
  100% { opacity: 1; }
}

@font-face {
  font-family: 'Playfair';
  src: url('./fonts/PlayfairDisplay-VariableFont_wght.ttf') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair';
  src: url('./fonts/PlayfairDisplay-VariableFont_wght.ttf') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('./fonts/Inter-Regular_0.ttf') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('./fonts/Inter-Medium_0.ttf') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ===== Single product page ===== */
.product-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
.product-category-tag {
  display: inline-block;
  padding: 4px 14px;
  font-size: 13px;
  font-weight: bold;
  color: #DE7C3A;
  background-color: #fcf5eb;
  border: 1px solid #DE7C3A;
  border-radius: 20px;
  transition: all 0.15s ease;
}
.product-category-tag:hover {
  background-color: #DE7C3A;
  color: #fff;
}
.product-entry-title {
  color: #854522;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 8px 0;
}
.product-excerpt {
  color: #854522;
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.85;
}
.product-media {
  margin-bottom: 40px;
}
.product-featured-image {
  margin-bottom: 24px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fcf5eb;
}
.product-featured-image img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
  display: block;
}

.product-entry-footer {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(133, 69, 34, 0.15);
}
.product-post-nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.product-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 18px;
  max-width: 45%;
  flex: 1 1 200px;
  border-radius: 10px;
  background-color: #fcf5eb;
  color: #854522;
  transition: background-color 0.15s ease;
}
.product-nav:hover {
  background-color: #DE7C3A;
  color: #fff;
}
.product-nav-prev {
  text-align: left;
}
.product-nav-next {
  text-align: right;
}
.product-nav-placeholder {
  background: transparent;
  pointer-events: none;
}
.product-nav-label {
  font-size: 12px;
  opacity: 0.7;
}
.product-nav-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* ===== Single post (blog article) page ===== */
.single-post-inner {
  padding: 40px 15px 80px;
  max-width: 1030px;
}
.entry-header {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(133, 69, 34, 0.15);
  margin-bottom: 30px;
}
.post-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.post-category-tag {
  display: inline-block;
  padding: 4px 14px;
  font-size: 13px;
  font-weight: bold;
  color: #DE7C3A;
  background-color: #fcf5eb;
  border: 1px solid #DE7C3A;
  border-radius: 20px;
  transition: all 0.15s ease;
}
.post-category-tag:hover {
  background-color: #DE7C3A;
  color: #fff;
}
.entry-title {
  color: #854522;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 24px 0;
}
.entry-meta {
  display: flex;
  align-items: center;
}
.entry-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.entry-author img.avatar {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block;
}
.entry-author-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.entry-author-name {
  color: #854522;
  font-size: 14px;
  font-weight: bold;
}
.entry-posted-on {
  color: #854522;
  font-size: 12px;
  opacity: 0.7;
}
.entry-thumbnail {
  margin-bottom: 32px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fcf5eb;
}
.entry-thumbnail img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
  display: block;
}
.entry-content {
  color: #854522;
  font-size: 16px;
  line-height: 1.85;
}
.entry-content p {
  margin-bottom: 18px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  color: #854522;
  margin-top: 34px;
  margin-bottom: 16px;
  line-height: 1.3;
  font-weight: bold;
}
.entry-content h2 { font-size: 26px; }
.entry-content h3 { font-size: 22px; }
.entry-content h4 { font-size: 19px; }
.entry-content blockquote {
  margin: 24px 0;
  padding: 16px 20px;
  border-left: 4px solid #DE7C3A;
  background-color: #fcf5eb;
  color: #854522;
  font-style: italic;
}
.entry-content img {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
}
.entry-content a {
  color: #DE7C3A;
  border-bottom: 1px dotted #DE7C3A;
}
.entry-content a:hover {
  color: #854522;
  border-bottom-color: #854522;
}
.entry-content ul,
.entry-content ol {
  padding-left: 22px;
  margin-bottom: 18px;
}
.entry-content li {
  margin-bottom: 8px;
}
.entry-content code,
.entry-content pre {
  background-color: #fcf5eb;
  border-radius: 6px;
  font-family: 'Inter', monospace;
}
.entry-content code {
  padding: 2px 6px;
  font-size: 14px;
}
.entry-content pre {
  padding: 16px;
  overflow-x: auto;
  line-height: 1.5;
  font-size: 14px;
}
.entry-content hr {
  border: none;
  border-top: 1px solid rgba(133, 69, 34, 0.2);
  margin: 30px 0;
}
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 18px;
}
.entry-content th,
.entry-content td {
  padding: 10px 12px;
  border: 1px solid rgba(133, 69, 34, 0.2);
}
.entry-content th {
  background-color: #fcf5eb;
  font-weight: bold;
  text-align: left;
}
.page-links {
  margin: 30px 0;
  padding: 12px 16px;
  background-color: #fcf5eb;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #854522;
  font-size: 14px;
  font-weight: bold;
}
.page-link-item {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  line-height: 26px;
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(133, 69, 34, 0.2);
  border-radius: 6px;
  color: #854522;
  transition: all 0.15s ease;
}
.page-link-item:hover {
  background-color: #DE7C3A;
  color: #fff;
  border-color: #DE7C3A;
}
.entry-footer {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(133, 69, 34, 0.15);
}
.entry-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.entry-tags-label {
  color: #854522;
  font-size: 14px;
  font-weight: bold;
}
.entry-tag {
  display: inline-block;
  padding: 4px 12px;
  font-size: 13px;
  color: #854522;
  background-color: #fcf5eb;
  border: 1px solid rgba(133, 69, 34, 0.25);
  border-radius: 16px;
  transition: all 0.15s ease;
}
.entry-tag:hover {
  background-color: #DE7C3A;
  color: #fff;
  border-color: #DE7C3A;
}
.entry-post-nav {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(133, 69, 34, 0.15);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.post-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 20px;
  max-width: 45%;
  flex: 1 1 220px;
  border-radius: 10px;
  background-color: #fcf5eb;
  color: #854522;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.post-nav:hover {
  background-color: #DE7C3A;
  color: #fff;
}
.post-nav-prev { text-align: left; }
.post-nav-next { text-align: right; }
.post-nav-placeholder {
  background: transparent;
  pointer-events: none;
}
.post-nav-label {
  font-size: 12px;
  opacity: 0.7;
}
.post-nav-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.35;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 640px) {
  .single-post-inner {
    padding: 24px 15px 60px;
  }
  .entry-title {
    font-size: 28px;
  }
  .entry-content {
    font-size: 15px;
    line-height: 1.75;
  }
  .entry-content h2 { font-size: 22px; }
  .entry-content h3 { font-size: 19px; }
}

/* ===== More products (You may also like) ===== */

.more-product-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  color: inherit;
}
.more-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(133, 69, 34, 0.12);
}
.more-product-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: #fcf5eb;
}
.more-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.more-product-card:hover .more-product-thumb img {
  transform: scale(1.08);
}
.more-product-thumb-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #854522;
  opacity: 0.5;
  font-size: 14px;
}
.more-product-info {
  padding: 14px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.more-product-title {
  color: #854522;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.35;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: color 0.15s ease;
}
.more-product-card:hover .more-product-title {
  color: #DE7C3A;
}
.more-product-cats {
  font-size: 12px;
  color: #DE7C3A;
  font-weight: bold;
}
