/* =========================================================
Commerce Footer Layout
========================================================= */
.vbxwoo-footer {
	background: var(--vbxwoo-other);
	color: var(--vbxwoo-text);
	font-size: 14px;
}

.vbxwoo-footer__title {
	margin-bottom: 14px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
	color: var(--vbxwoo-text);
}

.vbxwoo-footer__contact p {
	margin-bottom: 9px;
	line-height: 1.55;
	color: var(--vbxwoo-text-muted, #666666);
}

.vbxwoo-footer__contact strong,
.vbxwoo-footer__contact span {
	color: var(--vbxwoo-text);
}

.vbxwoo-footer a {
	color: var(--vbxwoo-text);
	text-decoration: none;
}

.vbxwoo-footer a:hover {
	color: var(--vbxwoo-primary);
	text-decoration: none;
}

.vbxwoo-footer__desc {
	max-width: 460px;
}

.vbxwoo-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
}

.vbxwoo-footer__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	color: var(--vbxwoo-light) !important;
	font-size: 16px;
	text-decoration: none;
}

.vbxwoo-footer__social-link:hover {
	color: var(--vbxwoo-light) !important;
	text-decoration: none;
	opacity: 0.88;
}

.vbxwoo-footer__social-link .dashicons {
	width: auto;
	height: auto;
	font-size: 17px;
	line-height: 1;
}

.vbxwoo-footer__social-link--facebook {
	background: #385898;
}

.vbxwoo-footer__social-link--instagram {
	background: #d94372;
}

.vbxwoo-footer__social-link--tiktok {
	background: var(--vbxwoo-dark);
	font-weight: 700;
}

.vbxwoo-footer__social-link--youtube {
	background: #cf2e2e;
}

.vbxwoo-footer__menu {
	gap: 8px;
}

.vbxwoo-footer__menu a {
	display: inline-block;
	padding: 0;
	color: var(--vbxwoo-text);
	line-height: 1.55;
}

.vbxwoo-footer__payments {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px 24px;
	max-width: 290px;
}

.vbxwoo-footer__payment-item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	border-radius: 4px;
	background: #f8f8f8;
	color: var(--vbxwoo-text);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
}

.vbxwoo-footer__payment-item:first-child {
	color: var(--vbxwoo-text);
	font-size: 20px;
	font-style: italic;
}

.vbxwoo-footer__fanpage {
	max-width: 285px;
	border-top: 1px solid var(--vbxwoo-border);
	padding-top: 10px;
}

.vbxwoo-footer__fanpage-head {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 10px;
}

.vbxwoo-footer__fanpage-logo {
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	border: 1px solid var(--vbxwoo-border);
	background: var(--vbxwoo-light);
	overflow: hidden;
}

.vbxwoo-footer__fanpage-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 4px;
}

.vbxwoo-footer__fanpage-logo .navbar-brand {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: 0;
	font-size: 10px;
	white-space: normal;
	text-align: center;
}

.vbxwoo-footer__fanpage-name {
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: 600;
	color: #3b5998;
	line-height: 1.5;
}

.vbxwoo-footer__fanpage-btn {
	display: inline-flex;
	align-items: center;
	padding: 3px 8px;
	border: 1px solid #cccccc;
	border-radius: 2px;
	background: #f5f6f7;
	color: #333333 !important;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none !important;
}

.vbxwoo-footer__fanpage-cover {
	width: 100%;
	height: 138px;
	background: #f3f3f3;
	overflow: hidden;
}

.vbxwoo-footer__fanpage-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vbxwoo-footer__fanpage-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, var(--vbxwoo-surface-soft), var(--vbxwoo-border));
}

.vbxwoo-footer__bottom {
	color: var(--vbxwoo-text-muted);
	font-size: 13px;
}

/* Responsive */
@media (max-width: 991.98px) {
	.vbxwoo-footer {
		text-align: left;
	}

	.vbxwoo-footer__payments,
	.vbxwoo-footer__fanpage {
		max-width: 100%;
	}
}

@media (max-width: 575.98px) {
	.vbxwoo-footer {
		padding-top: 32px !important;
		padding-bottom: 32px !important;
	}

	.vbxwoo-footer__payments {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.vbxwoo-footer__bottom {
		gap: 10px;
	}
}

.vbxwoo-footer__contact img {
	width: 155px;
	height: auto;
}

/* =========================================================
End Commerce Footer Layout
========================================================= */

