/* ========================================
   i鮮屋 Footer 樣式
   對齊參考站 farmaroundyou.com 佈局
   ======================================== */

.ifresh-custom-footer {
	background-color: #2d2d2d;
	color: #ccc;
	font-size: 14px;
	line-height: 1.4;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft JhengHei",
		"PingFang TC", "Noto Sans TC", sans-serif;
}

.ifresh-custom-footer a {
	color: #ccc;
	text-decoration: none;
	transition: color 0.2s;
}

.ifresh-custom-footer a:hover {
	color: #fff;
}

/* === 容器 === */
.ifresh-footer-container {
	max-width: 1350px;
	margin: 0 auto;
	padding: 0 24px;
}

/* === 主內容區 — 左右分欄 === */
.ifresh-custom-footer > .ifresh-footer-container {
	padding-top: 40px;
	padding-bottom: 65px;
}

.ifresh-footer-content {
	display: flex;
	justify-content: space-between;
	margin: 0;
}

/* 左側主內容 */
.ifresh-footer-left {
	flex: 1;
}

/* 右側社群 */
.ifresh-footer-right {
	flex: 0 0 30%;
	display: flex;
	flex-direction: column;
}

/* === 區塊共用 === */
.ifresh-footer-block {
	margin-bottom: 24px;
}

/* === Footer 標題 === */
.ifresh-footer-title {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 8px;
	line-height: 1.2;
}

/* === 產品分類連結 === */
.ifresh-footer-categories {
	margin-right: 48px;
}

.ifresh-cat-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.ifresh-cat-nav li {
	display: inline-block;
	margin-right: 24px;
	margin-bottom: 7px;
}

.ifresh-cat-nav a {
	white-space: nowrap;
	font-size: 14px;
	line-height: 24px;
}

.ifresh-cat-nav a:hover {
	color: #fff;
}

/* === 聯絡資訊 — inline-block + 右分隔線 === */
.ifresh-footer-contact {
	margin-right: 48px;
}

.ifresh-contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ifresh-contact-item {
	display: inline-block;
	border-right: 1px solid #ccc;
	padding-right: 15px;
	margin-right: 10px;
	line-height: 14px;
	margin-bottom: 7px;
}

.ifresh-contact-item:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

.ifresh-contact-item span,
.ifresh-contact-item a {
	line-height: 14px;
	color: #ccc;
}

.ifresh-contact-item a:hover {
	color: #fff;
}

/* === 營業人資訊 === */
.ifresh-footer-business {
	margin-right: 48px;
}

.ifresh-business-text p {
	margin: 0 0 2px;
}

/* === 社群圖示 — 純 SVG 無背景 === */
.ifresh-footer-social {
	margin-top: 20px;
}

.ifresh-footer-social .ifresh-social-icon {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
	color: #ccc;
	transition: color 0.2s;
}

.ifresh-footer-social .ifresh-social-icon:last-child {
	margin-right: 0;
}

.ifresh-footer-social .ifresh-social-icon:hover {
	color: #fff;
}

.ifresh-footer-social .ifresh-social-icon svg {
	display: block;
	height: 40px;
	width: 40px;
}

/* === 版權列 — border-top + 左對齊 === */
.ifresh-footer-copyright {
	border-top: 1px solid #444;
	padding: 13px 0;
	font-size: 14px;
	color: #ccc;
	font-weight: 500;
	text-align: left;
}

.ifresh-footer-copyright a {
	color: #ccc;
}

.ifresh-footer-copyright a:hover {
	color: #fff;
}

.ifresh-footer-copyright span,
.ifresh-footer-copyright a {
	margin-right: 4px;
}
