@media (max-width: 767px) {
	/* 手机端：所有商品标题改酒红色衬线、居中、加大 */
	.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: 19px !important;
		font-weight: 600 !important;
		line-height: 1.35 !important;
		color: #8d294d !important;
		text-align: center !important;
		margin: 12px 6px 6px !important;
	}

	/* 手机端：所有商品价格改酒红色粗体、居中、加大 */
	.woocommerce ul.products li.product .price {
		font-size: 22px !important;
		font-weight: 700 !important;
		color: #8d294d !important;
		text-align: center !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;
	}

	/* 手机端图片竖图 9:16（比之前增大三分之一） */
	.ct-media-container img,
	.gsp-track img {
		aspect-ratio: 9 / 16 !important;
		object-fit: cover;
	}

	/* 手机端去掉爱心（收藏）、眼睛（快速查看）、对比图标，保留加购 */
	.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;
	}

	/* 卡片主图轮播：无左右箭头，保留圆点 + 触摸滑动 */
	.gsp-gal { display: none; }
	.gsp-wrap { position: relative; }
	.gsp-track { display: flex; overflow: hidden; transition: transform .3s ease; }
	/* 主图占 80%，右侧露出下一张预览 */
	.gsp-track img { flex: 0 0 80%; width: 80%; margin-right: 2%; aspect-ratio: 9 / 16 !important; object-fit: cover; display: block; }
	.gsp-dots { position: absolute; left: 0; right: 0; bottom: 8px; display: flex; justify-content: center; gap: 4px; z-index: 3; }
	.gsp-dots span { width: 5px; height: 5px; border-radius: 50%; border: 1px solid #fff; background: transparent; 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; }
}
