#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu .sub-menu {
	width: 250px;
	padding-top: 0;
	top: 0;
	left: 250px;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu {
	display: block;
	visibility: hidden;
}

.woocommerce {}

.woocommerce h1.page-title,
.woocommerce div.product .product_title,
.woocommerce #reviews #comments h2,
.woocommerce .woocommerce-tabs.wc-tabs-wrapper h2,
.woocommerce .related.products h2,
.woocommerce #reviews h3 {
	width: 100%;
	margin-top: 0;
	line-height: 1.4;
	font-size: 25px;
	color: #333;
	transition: all .3s;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
}

.woocommerce #respond input#submit, .woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce div.product form.cart .button,
.woocommerce #review_form #respond .form-submit input,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	background-color: #009999;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.woocommerce #respond input#submit, .woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order:hover {
	background: rgba(0, 153, 153, 0.9);
	color: #ffffff;
}

.woocommerce ul.products li.product h3 {
	color: #000000;
}

.woocommerce .star-rating:before,
.woocommerce .star-rating span:before,
.woocommerce p.stars a:before {
	color: #000000;
}

.woocommerce .quantity .qty {
	height: 34px;
}

.woocommerce div.product .woocommerce-product-rating a {
	color: #000000;
}

.woocommerce div.product div.summary .product_meta .posted_in a {
	color: #000000;
}

.woocommerce a.added_to_cart {
	color: #000000;
}

.woocommerce .woocommerce-info {
	border-top-color: #000000;
}

.woocommerce .woocommerce-info:before {
	color: #000000;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {}

#add_payment_method #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label {
	cursor: pointer;
}

#add_payment_method #payment ul.payment_methods li:before,
.woocommerce-checkout #payment ul.payment_methods li:before {
	display: inline;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
	margin: 0;
}

#add_payment_method #payment ul.payment_methods li p,
.woocommerce-checkout #payment ul.payment_methods li p {
	margin: 0;
}

.woocommerce input[type="text"],
.woocommerce input[type="tel"],
.woocommerce input[type="email"] {
	height: 31px;
}

.woocommerce input,
.woocommerce textarea {
	border: 1px solid #cccccc;
}


@media only screen and (max-width: 560px) {
	#contact-us .section-content .contact-us-box .box-left {
		width: 100%;
		margin: 0;
		padding: 0;
		display: block;
		border-right: none;
	}

	#contact-us .section-content .contact-us-box .box-right {
		width: 100%;
		margin: 0;
		padding: 0;
		display: block;
	}
}

@media only screen and (max-width: 320px) {
	#header .bottom-header .header-button-one {
		width: 100%;
		margin: 10px 0;
		padding: 0;
	}

	#header .bottom-header .header-button-two {
		width: 100%;
		margin: 10px 0;
		padding: 0;
	}
}

/* ==== INNOHome 定制（基于 VI 手册） ==== */

/* LOGO 双字体复刻：INNO 衬线 + home 无衬线（VI A-1） */
.header-logo .logo-serif {
	font-family: "Source Serif 4", Georgia, serif;
	font-weight: 700;
}

.header-logo .logo-sans {
	font-family: "Noto Sans", sans-serif;
	font-weight: 300;
	letter-spacing: 0.02em;
}

/* 联系表单替代方案：mailto 按钮（原 Contact Form 7 在静态环境不可用） */
.contact-button {
	display: inline-block;
	height: 63px;
	line-height: 63px;
	background: #009999;
	margin: 10px 15px;
	padding: 0 70px;
	border-radius: 3px;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-family: "Noto Sans";
	min-width: 242px;
}

.contact-button:hover {
	background: rgba(0, 153, 153, 0.9);
	color: #ffffff;
	text-decoration: none;
}

/* Footer 公司简介 */
.footer-about {
	color: #8c9597;
	line-height: 26px;
}

/* ==== v1.1.0 Latest Designs 横向滑动行 ==== */
.designs-slider {
	display: flex;
	gap: 30px;
	overflow-x: auto;
	padding: 20px 5px 35px;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	cursor: grab;
}

.designs-slider::-webkit-scrollbar {
	display: none;
}

.designs-slider.dragging {
	cursor: grabbing;
	scroll-snap-type: none;
}

.designs-slider.dragging .design-slide {
	pointer-events: none;
}

.design-slide {
	flex: 0 0 380px;
	scroll-snap-align: start;
	display: block;
	position: relative;
	background: #ffffff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.design-slide:hover {
	box-shadow: 0 10px 30px rgba(0, 153, 153, 0.28);
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	transform: translateY(-4px);
	text-decoration: none;
}

.design-slide-image {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	background-size: cover;
	background-position: center;
	background-color: #e8f2f2;
}

.design-slide-title {
	display: block;
	padding: 18px 22px;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	color: #545454;
	font-family: "Noto Sans";
	text-align: left;
	border-top: 3px solid #009999;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.design-slide:hover .design-slide-title {
	color: #009999;
}

.designs-slider-controls {
	text-align: right;
	margin-top: 5px;
}

.slider-arrow {
	display: inline-block;
	width: 46px;
	height: 46px;
	line-height: 42px;
	text-align: center;
	border: 2px solid #009999;
	color: #009999;
	border-radius: 50%;
	background: transparent;
	font-size: 16px;
	margin-left: 10px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.slider-arrow:hover {
	background: #009999;
	color: #ffffff;
}

@media (max-width: 767px) {
	.design-slide {
		flex-basis: 280px;
	}
}

/* ==== v1.1.0 设计详情页 ==== */
.design-hero {
	padding: 150px 0 130px;
}

.design-hero h1 {
	font-size: 46px;
	line-height: 56px;
}

.design-page {
	padding: 90px 0 100px;
}

.design-page-image {
	width: 100%;
	height: auto;
	border-radius: 6px;
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);
}

.design-page-content h3 {
	margin: 0 0 25px 0;
}

.design-page-content p {
	margin-bottom: 25px;
}

.design-meta {
	list-style: none;
	margin: 30px 0 35px;
	padding: 0;
}

.design-meta li {
	padding: 13px 0;
	border-bottom: 1px solid #eeeeee;
	font-size: 16px;
	line-height: 26px;
	color: #8c9597;
	font-family: "Noto Sans";
}

.design-meta li span {
	display: inline-block;
	min-width: 120px;
	font-weight: 700;
	color: #009999;
}

.design-meta li:last-child {
	border-bottom: none;
}

/* ==== 404 页面 ==== */.error-404-section {
	padding: 140px 0 160px;
}

.error-404-section .error-code {
	font-size: 140px;
	line-height: 1;
	font-weight: 900;
	color: #009999;
	margin: 0 0 20px;
}

.error-404-section h3 {
	color: #545454;
	margin-bottom: 20px;
}

.error-404-section .error-message {
	color: #8c9597;
	font-size: 18px;
	margin-bottom: 45px;
}

/* ==== v1.2.0 About 横向时间轴 ==== */
.timeline-slider {
	display: flex;
	gap: 0;
	overflow-x: auto;
	padding: 30px 10px 30px;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	cursor: grab;
	position: relative;
}

.timeline-slider::-webkit-scrollbar {
	display: none;
}

.timeline-slider.dragging {
	cursor: grabbing;
	scroll-snap-type: none;
}

.timeline-slider.dragging .timeline-item {
	pointer-events: none;
}

.timeline-item {
	flex: 0 0 280px;
	scroll-snap-align: start;
	position: relative;
	padding: 0 30px 10px;
	text-align: center;
}

/* 横向连接线（穿过所有节点） */
.timeline-item::before {
	content: "";
	position: absolute;
	top: 26px;
	left: 0;
	right: 0;
	height: 3px;
	background: rgba(0, 153, 153, 0.25);
	z-index: 0;
}

.timeline-item:first-child::before {
	left: 50%;
}

.timeline-item:last-child::before {
	right: 50%;
}

/* 圆形节点 */
.timeline-node {
	width: 52px;
	height: 52px;
	margin: 0 auto 18px;
	border-radius: 50%;
	background: #009999;
	border: 4px solid #ffffff;
	box-shadow: 0 0 0 3px #009999, 0 4px 14px rgba(0, 153, 153, 0.35);
	position: relative;
	z-index: 1;
	display: block;
}

/* 节点年份 */
.timeline-year {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	color: #009999;
	font-family: "Noto Sans";
	margin-bottom: 12px;
}

/* 年份下说明 */
.timeline-desc {
	font-size: 15px;
	line-height: 24px;
	color: #8c9597;
	font-family: "Noto Sans";
	font-weight: 400;
}

/* ==== v1.2.0 Services 单列排版 ==== */
.services-list {
	max-width: 860px;
	margin: 0 auto;
}

.services-list .service-item {
	display: flex;
	align-items: flex-start;
	text-align: left;
	padding: 34px 0;
	border-bottom: 1px solid #eeeeee;
}

.services-list .service-item:last-child {
	border-bottom: none;
}

.services-list .service-icon {
	width: 74px;
	height: 74px;
	flex: 0 0 74px;
	margin-right: 34px;
	border-radius: 50%;
	background: rgba(0, 153, 153, 0.08);
	border: 2px solid #009999;
	text-align: center;
	line-height: 70px;
	font-size: 30px;
	color: #009999;
}

.services-list .service-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	color: #545454;
	font-family: "Noto Sans";
	margin-bottom: 10px;
}

.services-list .service-entry {
	font-size: 16px;
	line-height: 26px;
	color: #8c9597;
	font-family: "Noto Sans";
}

@media (max-width: 767px) {
	.services-list .service-icon {
		width: 56px;
		height: 56px;
		flex-basis: 56px;
		margin-right: 20px;
		line-height: 52px;
		font-size: 22px;
	}
	.services-list .service-title {
		font-size: 19px;
	}
}

/* ==== v1.2.0 Why Innohome 3 等分区块 ==== */
#why-innohome .section-content {
	padding: 20px 0 10px;
}

.why-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 10px;
}

.why-card {
	flex: 1 1 30%;
	min-width: 260px;
	background: #ffffff;
	border: 1px solid #e4ecec;
	border-top: 4px solid #009999;
	border-radius: 6px;
	padding: 44px 34px 38px;
	text-align: left;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.why-card:hover {
	box-shadow: 0 10px 28px rgba(0, 153, 153, 0.18);
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	transform: translateY(-4px);
}

.why-card .why-number {
	font-size: 14px;
	font-weight: 700;
	color: #009999;
	letter-spacing: 0.12em;
	margin-bottom: 18px;
	display: block;
}

.why-card .why-icon {
	font-size: 36px;
	color: #009999;
	margin-bottom: 18px;
	display: block;
}

.why-card .why-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	color: #545454;
	font-family: "Noto Sans";
	margin-bottom: 12px;
}

.why-card .why-entry {
	font-size: 15px;
	line-height: 24px;
	color: #8c9597;
	font-family: "Noto Sans";
}

/* ==== v1.2.0 Latest Designs 拖动提示 ==== */
.slider-hint {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #009999;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 6px;
	font-family: "Noto Sans";
}

.slider-hint i {
	margin: 0 10px;
	font-size: 13px;
	-webkit-animation: hint-nudge 1.6s ease-in-out infinite;
	animation: hint-nudge 1.6s ease-in-out infinite;
}

.slider-hint i.hint-right {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

@-webkit-keyframes hint-nudge {
	0%, 100% { -webkit-transform: translateX(0); opacity: 0.5; }
	50% { -webkit-transform: translateX(5px); opacity: 1; }
}
@keyframes hint-nudge {
	0%, 100% { transform: translateX(0); opacity: 0.5; }
	50% { transform: translateX(5px); opacity: 1; }
}

/* 滑块右缘渐隐（暗示可滑动） */
.designs-slider-wrap {
	position: relative;
}

.designs-slider-wrap::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: calc(100% - 35px);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff 85%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 85%);
	pointer-events: none;
	z-index: 2;
}