@media (max-width: 767px) {
	/* 手机端标题：左对齐、大写、宽字距（参考站 Impulse 风格） */
	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.products .product .woocommerce-loop-product__title {
		font-family: "Montserrat", system-ui, sans-serif !important;
		font-size: 13px !important;
		font-weight: 400 !important;
		line-height: 1.4 !important;
		letter-spacing: .2em !important;
		text-transform: uppercase !important;
		color: #1a1a1a !important;
		text-align: left !important;
		margin: 12px 10px 0 !important;
	}

	/* 手机端价格：左对齐、黑色，促销价粉色 #C26A7E（参考站风格） */
	.woocommerce ul.products li.product .price {
		font-size: 13px !important;
		font-weight: 400 !important;
		color: #1a1a1a !important;
		text-align: left !important;
		margin: 5px 10px 10px !important;
		letter-spacing: .02em !important;
	}
	.woocommerce ul.products li.product .price del {
		color: #000 !important;
		text-decoration: line-through !important;
		margin-right: 5px !important;
		opacity: 1 !important;
	}
	.woocommerce ul.products li.product .price ins {
		color: #C26A7E !important;
		text-decoration: none !important;
	}

	/* 手机端 2 列 */
	ul.products[class*="columns-"] {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px !important;
	}
	ul.products[class*="columns-"] > li.product {
		width: auto !important;
		max-width: none !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		position: relative !important;
	}

	/* 手机端图片：2:3 竖图（参考站 portrait 比例） */
	.ct-media-container img,
	.gsp-track img {
		aspect-ratio: 2 / 3 !important;
		object-fit: cover;
		object-position: center 25%;
		-webkit-user-select: none !important;
		user-select: none !important;
		-webkit-touch-callout: none !important;
	}
	.ct-media-container,
	.gsp-wrap {
		background: #f5f2ef;
	}

	/* 手机端去掉爱心（收藏）、眼睛（快速查看）、对比图标，保留加购 */
	.ct-woo-card-extra .ct-wishlist-button-archive,
	.ct-woo-card-extra .ct-compare-button-archive,
	.ct-woo-card-extra .ct-open-quick-view {
		display: none !important;
	}

	/* 手机端加购按钮：图片左下角、酒红色、完全无边框无底色 */
	.ct-woo-card-extra {
		position: absolute !important;
		left: 8px !important;
		right: auto !important;
		bottom: 8px !important;
		top: auto !important;
		display: flex !important;
		gap: 6px !important;
		padding: 0 !important;
		background: transparent !important;
	}
	.ct-woo-card-extra .add_to_cart_button {
		border: 0 !important;
		box-shadow: none !important;
		background: transparent !important;
		color: #b3405a !important;
		border-radius: 0 !important;
		width: 44px !important;
		height: 44px !important;
		padding: 0 !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
	}
	.ct-woo-card-extra .add_to_cart_button .ct-icon {
		width: 22px !important;
		height: 22px !important;
	}
	.ct-woo-card-extra .add_to_cart_button .ct-icon {
		color: #b3405a !important;
		fill: #b3405a !important;
	}
	.ct-woo-card-extra .add_to_cart_button .ct-tooltip {
		display: none !important;
	}

	/* 粉色角标（BESTSELLER / SALE），参考站风格 */
	.gsp-badges {
		position: absolute !important;
		top: 8px !important;
		left: 8px !important;
		z-index: 6 !important;
		display: flex !important;
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}
	.gsp-badge {
		background: #C26A7E !important;
		color: #fff !important;
		font-family: "Montserrat", system-ui, sans-serif !important;
		font-size: 10px !important;
		font-weight: 600 !important;
		letter-spacing: .1em !important;
		text-transform: uppercase !important;
		padding: 5px 7px !important;
		line-height: 1 !important;
		display: inline-block;
	}

	/* 卡片主图轮播：全宽单图 + 圆点 + 触摸滑动（参考站轮播样式） */
	.gsp-gal { display: none; }
	.gsp-wrap { position: relative; }
	.gsp-track { display: flex; overflow: hidden; transition: transform .3s ease; }
	.gsp-track img { flex: 0 0 100%; width: 100%; aspect-ratio: 2 / 3 !important; object-fit: cover; display: block; }
	.gsp-dots { position: absolute; left: 0; right: 0; bottom: 8px; display: flex; justify-content: center; gap: 6px; z-index: 3; }
	.gsp-dots span { width: 10px; height: 10px; border-radius: 50%; border: 1px solid #fff; background: transparent; box-shadow: 0 0 2px rgba(0, 0, 0, .25); display: block; }
	.gsp-dots span.on { background: #fff; }

	/* 分页号码显示在 NEXT 前面 */
	nav.ct-pagination { display: flex !important; flex-wrap: wrap; gap: 8px; justify-content: center; }
	nav.ct-pagination .ct-hidden-sm { display: flex !important; gap: 6px; }
	nav.ct-pagination a.next { margin-left: 8px; }

	/* ===== 现代编辑风手机主题 v1 ===== */
	body { background-color: #faf9f8 !important; }
	ul.products[class*="columns-"] > li.product {
		background: #fff !important;
		border: 0 !important;
		border-radius: 12px !important;
		box-shadow: 0 2px 10px rgba(0, 0, 0, .06) !important;
		padding: 8px !important;
		margin: 0 !important;
	}
	.ct-media-container,
	.gsp-wrap {
		border-radius: 8px !important;
		overflow: hidden;
	}
	.gsp-track img,
	.ct-media-container img {
		border-radius: 8px !important;
		aspect-ratio: 9 / 16 !important;
	}
	/* 标题：酒红衬线、居中 */
	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.products .product .woocommerce-loop-product__title {
		font-family: Georgia, "Times New Roman", serif !important;
		font-size: 14px !important;
		font-weight: 600 !important;
		line-height: 1.35 !important;
		letter-spacing: .02em !important;
		text-transform: none !important;
		color: #8d294d !important;
		text-align: center !important;
		margin: 10px 6px 4px !important;
	}
	/* 价格：酒红粗体、居中 */
	.woocommerce ul.products li.product .price {
		font-size: 15px !important;
		font-weight: 700 !important;
		color: #8d294d !important;
		text-align: center !important;
		margin: 2px 6px 10px !important;
	}
	.woocommerce ul.products li.product .price del {
		color: #999 !important;
		margin-right: 5px !important;
		opacity: 1 !important;
	}
	.woocommerce ul.products li.product .price ins {
		color: #8d294d !important;
		text-decoration: none !important;
	}
	/* 加购按钮位置微调，贴合卡片内边距 */
	.ct-woo-card-extra {
		left: 14px !important;
		bottom: 14px !important;
	}
	/* 分页胶囊 */
	nav.ct-pagination .page-numbers {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		min-width: 36px !important;
		height: 36px !important;
		padding: 0 12px !important;
		border-radius: 999px !important;
		border: 1px solid #e3dcd8 !important;
		background: #fff !important;
		color: #17110f !important;
		font-weight: 600 !important;
	}
	nav.ct-pagination .page-numbers.current {
		background: #8d294d !important;
		border-color: #8d294d !important;
		color: #fff !important;
	}
	nav.ct-pagination a.next {
		border-radius: 999px !important;
		border: 1px solid #e3dcd8 !important;
		background: #fff !important;
		min-height: 36px !important;
	}

	/* ===== 修复图片显示成细竖条：强制容器和图片撑满宽度 ===== */
	li.product figure {
		display: block !important;
		width: 100% !important;
	}
	.ct-media-container,
	.gsp-wrap {
		display: block !important;
		width: 100% !important;
	}
	.gsp-track {
		display: flex !important;
		flex-wrap: nowrap !important;
		width: 100% !important;
		touch-action: pan-y !important;
	}
	.gsp-track img,
	.ct-media-container img {
		flex: 0 0 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
		width: 100% !important;
		height: auto !important;
	}
}
