/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Template: blocksy
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Tags: accessibility-ready,blog,block-patterns,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments
Version: 2.1.42.1783763400
Updated: 2026-07-11 20:32:00

*/

/* Site background fallback */
html,
body {
	background-color: #ffffff;
}

/*
 * Always reserve the classic scrollbar gutter so modal/drawer scroll-locks
 * never change page width (no padding hacks, no left/right jump).
 */
html {
	scrollbar-gutter: stable;
}

/* 顶部公告条（Woobles 式） */
.vv-announce {
	display: block;
	width: 100%;
	margin: 0;
	padding: 9px 16px;
	background: #245c48;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	z-index: 100;
}

.vv-announce__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	max-width: 1100px;
	margin: 0 auto;
}

.vv-announce__line {
	display: block;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.35;
	text-transform: uppercase;
}

@media (min-width: 769px) {
	.vv-announce {
		padding: 10px 20px;
	}

	.vv-announce__line {
		font-size: 13px;
		letter-spacing: 0.08em;
	}
}

/* Header / footer / panel logo — circular (mobile + desktop) */
.site-logo-container,
#header [data-id="logo"] .site-logo-container,
#footer [data-id="logo"] .site-logo-container,
.ct-panel [data-id="logo"] .site-logo-container {
	overflow: hidden;
	border-radius: 50%;
}

.site-logo-container img,
img.default-logo,
img.transparent-logo,
img.sticky-logo,
img.custom-logo,
#header [data-id="logo"] img,
#footer [data-id="logo"] img,
.ct-panel [data-id="logo"] img {
	border-radius: 50%;
	object-fit: cover;
}

/* Hide Blocksy account login modal */
#account-modal,
.ct-account-modal {
	display: none !important;
}

/* Header scrolls with page — never stick to browser viewport */
#header[data-sticky*="yes"],
#header[data-sticky*="fixed"],
#header [data-sticky*="yes"],
#header [data-sticky*="fixed"],
.ct-header [data-sticky*="yes"],
.ct-header [data-sticky*="fixed"] {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	transform: none !important;
	opacity: 1 !important;
}

/* Header right icons (search / account / cart) — uniform 20px */
#header .ct-header-search,
#header .ct-header-account,
#header .ct-header-cart,
#header .ct-header-cart .ct-cart-item {
	--theme-icon-size: 20px;
}

#header .ct-header-search .ct-icon,
#header .ct-header-account .ct-account-item .ct-icon,
#header .ct-header-account > a .ct-icon,
#header .ct-header-cart .ct-cart-item .ct-icon-container > svg,
#header .ct-header-cart .ct-icon-container > svg {
	width: 20px !important;
	height: 20px !important;
	max-width: 20px !important;
	max-height: 20px !important;
	display: block;
}

/* Auth page templates — hide theme hero */
.page-template-page-login .hero-section,
.page-template-page-login .entry-header,
.page-template-page-register .hero-section,
.page-template-page-register .entry-header,
.page-template-page-reset-password .hero-section,
.page-template-page-reset-password .entry-header {
	display: none;
}

/* Auth pages — login, register, reset password */
.ct-login-section,
.ct-register-section,
.ct-reset-section,
.ct-reset-password-section {
	--auth-bg: #fafaf9;
	--auth-card: #ffffff;
	--auth-text: #1f2937;
	--auth-muted: #6b7280;
	--auth-border: #ece8e0;
	--auth-line: #e5e7eb;
	--auth-primary: #1f2937;
	--auth-primary-hover: #111827;
	--auth-focus: rgba(91, 155, 213, 0.22);
	--auth-radius: 12px;
	--auth-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
	--auth-link: #5c7cfa;
	--auth-link-hover: #4a6cf0;
}

.ct-login-section,
.ct-register-section,
.ct-reset-section,
.ct-reset-password-section {
	min-height: calc(100vh - 160px);
	padding: 56px 20px 80px;
	background: var(--auth-bg);
}

.ct-login-shell {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 480px;
	margin: 0 auto;
}

.ct-login-card {
	width: 100%;
	max-width: 460px;
	padding: 44px 40px 36px;
	background: var(--auth-card);
	border: 1px solid var(--auth-border);
	border-radius: calc(var(--auth-radius) + 4px);
	box-shadow: var(--auth-shadow);
}

.ct-login-brand {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.ct-login-logo img {
	max-height: 48px;
	width: auto;
	opacity: 0.95;
}

.ct-login-mark {
	display: none;
}

.ct-login-header {
	margin-bottom: 26px;
	text-align: center;
}

.ct-login-title {
	margin: 0 0 8px;
	color: var(--auth-text);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.65rem, 2.2vw, 1.85rem);
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: -0.01em;
}

.ct-login-subtitle {
	margin: 0;
	color: var(--auth-muted);
	font-size: 0.9375rem;
	line-height: 1.65;
	max-width: 32em;
	margin-left: auto;
	margin-right: auto;
}

.ct-login-notices {
	margin-bottom: 20px;
}

.ct-login-notices .woocommerce-error,
.ct-login-notices .woocommerce-message,
.ct-login-notices .woocommerce-info {
	display: block;
	position: relative;
	margin: 0 0 10px;
	/* Keep room for Blocksy notice icon (::before), avoid text overlap */
	padding: 12px 16px 12px 44px;
	min-height: 0;
	border-radius: var(--auth-radius);
	list-style: none;
	font-size: 0.9rem;
	line-height: 1.5;
}

.ct-login-notices .woocommerce-error::before,
.ct-login-notices .woocommerce-message::before,
.ct-login-notices .woocommerce-info::before {
	position: absolute;
	top: 50%;
	left: 14px;
	right: auto;
	width: 18px;
	height: 18px;
	margin: 0;
	transform: translateY(-50%);
	line-height: 18px;
	text-align: center;
	pointer-events: none;
}

.ct-login-notices .woocommerce-error {
	color: #991b1b;
	background: #fef2f2;
	border: 1px solid #fecaca;
}

.ct-login-notices .woocommerce-message,
.ct-login-notices .woocommerce-info {
	color: #166534;
	background: #f0fdf4;
	border: 1px solid #bbf7d0;
}

.ct-login-notices .woocommerce-error li,
.ct-login-notices .woocommerce-message li,
.ct-login-notices .woocommerce-info li {
	margin: 0;
	padding: 0;
	width: 100%;
}

.ct-login-form {
	margin: 0;
}

.ct-login-field {
	margin: 0 0 20px;
}

.ct-login-field label {
	display: block;
	margin-bottom: 6px;
	color: var(--auth-text);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ct-login-field .input,
.ct-login-field input[type="text"],
.ct-login-field input[type="email"],
.ct-login-field input[type="password"] {
	display: block;
	width: 100%;
	height: 48px;
	padding: 0 14px;
	color: var(--auth-text);
	font: inherit;
	font-size: 1rem;
	background: #fff;
	border: 1px solid var(--auth-line);
	border-radius: var(--auth-radius);
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ct-login-field .input:focus,
.ct-login-field input:focus {
	outline: none;
	border-color: #93c5fd;
	box-shadow: 0 0 0 3px var(--auth-focus);
}

.ct-login-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
}

.ct-login-remember {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: var(--auth-muted);
	font-size: 0.875rem;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
	cursor: pointer;
}

.ct-login-remember input {
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: var(--auth-primary);
}

.ct-login-forgot {
	color: var(--auth-link);
	font-size: 0.875rem;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
}

.ct-login-forgot:hover {
	color: var(--auth-link-hover);
	text-decoration: underline;
}

.ct-login-submit {
	margin: 0;
}

.ct-login-submit input[type="submit"],
.ct-login-submit .button,
.ct-login-submit button[type="submit"] {
	display: block;
	width: 100%;
	height: 48px;
	padding: 0 20px;
	color: #fff !important;
	font: inherit;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
	background: var(--auth-primary) !important;
	border: 0 !important;
	border-radius: var(--auth-radius);
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.12);
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.ct-login-submit input[type="submit"]:hover,
.ct-login-submit .button:hover,
.ct-login-submit button[type="submit"]:hover {
	background: var(--auth-primary-hover) !important;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
}

.ct-login-register {
	margin: 16px 0 0;
	padding-top: 16px;
	border-top: 1px solid var(--auth-border);
	text-align: center;
}

.ct-login-register-text {
	margin: 0;
	color: var(--auth-muted);
	font-size: 0.875rem;
	line-height: 1.5;
}

.ct-login-register-link {
	color: var(--auth-link);
	font-weight: 600;
	text-decoration: none;
}

.ct-login-register-link:hover {
	color: var(--auth-link-hover);
	text-decoration: underline;
}

.ct-login-register-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 100%;
	width: 100%;
	height: 48px;
	padding: 0 20px;
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	background: var(--auth-primary);
	border: 0;
	border-radius: var(--auth-radius);
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.12);
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.ct-login-register-button:hover {
	color: #fff;
	background: var(--auth-primary-hover);
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
}

.ct-login-register-button--ghost {
	color: var(--auth-text);
	background: transparent;
	border: 1px solid var(--auth-line);
	box-shadow: none;
}

.ct-login-register-button--ghost:hover {
	color: var(--auth-primary);
	background: #fff;
	border-color: var(--auth-text);
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

.ct-login-register--signin {
	margin-top: 16px;
}

/* Hide Nextend auto-insert inside the card; only our block shows. */
.ct-login-card .nsl-container {
	display: none;
}

.ct-login-social {
	margin-top: 12px;
}

.ct-login-social .nsl-container {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}

.ct-login-social-or {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 12px 0;
	color: var(--auth-muted);
	font-size: 0.75rem;
	letter-spacing: 0.04em;
	text-transform: lowercase;
}

.ct-login-social-or::before,
.ct-login-social-or::after {
	content: "";
	flex: 1 1 auto;
	height: 1px;
	background: var(--auth-border);
}

.ct-login-social-buttons .nsl-container-buttons {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ct-login-social-buttons .nsl-button,
.ct-login-social-buttons a.nsl-button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100% !important;
	min-width: 0 !important;
	height: 44px !important;
	margin: 0 !important;
	padding: 0 16px !important;
	color: var(--auth-text) !important;
	font-size: 0.875rem !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	text-decoration: none !important;
	white-space: nowrap;
	background: #fff !important;
	border: 1px solid var(--auth-line) !important;
	border-radius: var(--auth-radius) !important;
	box-shadow: none !important;
	box-sizing: border-box;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.ct-login-social-buttons .nsl-button:hover {
	color: var(--auth-primary) !important;
	background: #fff !important;
	border-color: var(--auth-text) !important;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08) !important;
}

.ct-login-social-buttons .nsl-button-svg-container {
	display: flex;
	align-items: center;
	margin: 0 !important;
}

.ct-login-social-buttons .nsl-button-svg-container svg {
	width: 18px;
	height: 18px;
}

.ct-login-social-buttons .nsl-button-label-container {
	font: inherit;
}

.ct-register-note {
	margin: 0 0 20px;
	padding: 14px 16px;
	color: var(--auth-muted);
	font-size: 0.875rem;
	line-height: 1.55;
	background: #f8fafc;
	border: 1px solid var(--auth-line);
	border-radius: var(--auth-radius);
}

.ct-register-form .required {
	color: #dc2626;
}

.ct-login-success {
	padding: 8px 0 4px;
	text-align: center;
}

.ct-login-success-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin: 0 auto 18px;
	color: #fff;
	font-size: 1.35rem;
	font-weight: 700;
	background: linear-gradient(145deg, #34d399, #059669);
	border-radius: 50%;
	box-shadow: 0 8px 20px rgba(5, 150, 105, 0.25);
}

.ct-login-success-title {
	margin: 0 0 10px;
	color: var(--auth-text);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.4;
}

.ct-login-success-text,
.ct-login-success-hint {
	margin: 0 0 14px;
	color: var(--auth-muted);
	font-size: 0.9375rem;
	line-height: 1.6;
}

.ct-login-success-hint {
	margin-bottom: 24px;
	font-size: 0.875rem;
}

.ct-login-success .ct-login-register-button {
	width: 100%;
}

.ct-login-success--inline {
	margin-bottom: 24px;
	padding: 18px 20px;
	text-align: left;
	background: #f0fdf4;
	border: 1px solid #bbf7d0;
	border-radius: var(--auth-radius);
}

.ct-login-success--inline .ct-login-success-title {
	margin-bottom: 6px;
	font-size: 1rem;
}

.ct-login-success--inline .ct-login-success-text {
	margin-bottom: 10px;
}

.ct-login-success--inline .ct-login-success-hint {
	margin: 0;
	color: #3f6212;
}

.ct-resend-form {
	margin-bottom: 12px;
}

.ct-resend-form .button[disabled] {
	opacity: 0.65;
	cursor: not-allowed;
}

.ct-pass-wrap {
	position: relative;
	display: block;
}

.ct-pass-wrap .input,
.ct-pass-wrap input[type="password"],
.ct-pass-wrap input[type="text"] {
	padding-right: 72px;
}

.ct-pass-toggle {
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	margin: 0;
	padding: 6px 10px;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: var(--auth-muted);
	font: inherit;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
}

.ct-pass-toggle:hover,
.ct-pass-toggle:focus-visible {
	color: var(--auth-text);
	outline: none;
	background: #f3f4f6;
}

.ct-pass-toggle-hide {
	display: none;
}

.ct-pass-toggle.is-visible .ct-pass-toggle-show {
	display: none;
}

.ct-pass-toggle.is-visible .ct-pass-toggle-hide {
	display: inline;
}

.ct-pass-strength {
	margin: -8px 0 18px;
}

.ct-pass-strength-track {
	height: 6px;
	overflow: hidden;
	background: #e5e7eb;
	border-radius: 999px;
}

.ct-pass-strength-bar {
	display: block;
	width: 0;
	height: 100%;
	border-radius: inherit;
	background: #9ca3af;
	transition: width 0.2s ease, background-color 0.2s ease;
}

.ct-pass-strength[data-level="weak"] .ct-pass-strength-bar {
	background: #dc2626;
}

.ct-pass-strength[data-level="fair"] .ct-pass-strength-bar {
	background: #d97706;
}

.ct-pass-strength[data-level="good"] .ct-pass-strength-bar {
	background: #2563eb;
}

.ct-pass-strength[data-level="strong"] .ct-pass-strength-bar {
	background: #059669;
}

.ct-pass-strength-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 8px 0 0;
	color: var(--auth-muted);
	font-size: 0.8125rem;
	line-height: 1.4;
}

.ct-pass-strength-label {
	font-weight: 600;
	color: var(--auth-text);
}

.ct-pass-strength[data-level=""] .ct-pass-strength-label {
	color: var(--auth-muted);
}

.ct-pass-match {
	margin: -6px 0 14px;
	font-size: 0.8125rem;
	line-height: 1.4;
}

.ct-pass-match.is-match {
	color: #166534;
}

.ct-pass-match.is-mismatch {
	color: #991b1b;
}

/* WooCommerce register form overrides inside auth card */
.ct-register-section .woocommerce-form-register .woocommerce-privacy-policy-text {
	margin: 0 0 16px;
	color: var(--auth-muted);
	font-size: 0.875rem;
	line-height: 1.55;
}

.ct-register-section .woocommerce-form-register .woocommerce-privacy-policy-text a {
	color: var(--auth-link);
}

.ct-login-section .woocommerce-form-row::before,
.ct-login-section .woocommerce-form-row::after {
	display: none;
}

@media (max-width: 689.98px) {
	.ct-login-section,
	.ct-register-section,
	.ct-reset-section,
	.ct-reset-password-section {
		min-height: auto;
		padding: 32px 16px 56px;
	}

	.ct-login-card {
		padding: 32px 24px 28px;
	}

	.ct-login-meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
}

/* WooCommerce My Account — soft sage (echo announce #245c48) */
.ct-vioiv-my-account {
	--vioiv-primary: #3d6b58;
	--vioiv-primary-deep: #2f5c4a;
	--vioiv-neutral: #f3f6f4;
	--vioiv-border: #d5e3dc;
	--vioiv-danger: #d93025;
	--vioiv-text: #3a4a43;
	--vioiv-muted: #5f6f68;
}

.ct-vioiv-my-account .woocommerce {
	background: var(--vioiv-neutral);
}

.ct-vioiv-my-account .woocommerce-MyAccount-navigation {
	float: none;
	width: auto;
}

.ct-vioiv-my-account .ct-woo-account {
	gap: 24px;
	align-items: flex-start;
}

.ct-vioiv-my-account .ct-acount-nav {
	width: 100%;
	max-width: 224px;
	padding: 0;
	border: 1px solid var(--vioiv-border);
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
	background: #fff;
	overflow: hidden;
}

.ct-vioiv-nav-welcome {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 20px 16px;
	border-bottom: 1px solid var(--vioiv-border);
}

.ct-vioiv-nav-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	margin-bottom: 12px;
	color: var(--vioiv-primary);
	font-size: 1.8rem;
	background: var(--vioiv-neutral);
	border: 1px solid var(--vioiv-border);
	border-radius: 50%;
	flex-shrink: 0;
}

.ct-vioiv-nav-user {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.ct-vioiv-nav-user strong {
	color: var(--vioiv-text);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.3;
}

.ct-vioiv-nav-user span {
	color: var(--vioiv-muted);
	font-size: 0.875rem;
	line-height: 1.4;
}

.ct-vioiv-my-account .woocommerce-MyAccount-navigation ul {
	padding: 8px;
}

.ct-vioiv-my-account .woocommerce-MyAccount-navigation-link a {
	display: flex;
	align-items: center;
	gap: 12px;
	height: auto;
	min-height: 42px;
	padding: 10px 12px;
	color: var(--vioiv-text);
	font-size: 0.95rem;
	border-radius: 8px;
	border: 0 !important;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.ct-vioiv-my-account .woocommerce-MyAccount-navigation-link a::before {
	width: 20px;
	text-align: center;
	font-family: FontAwesome;
	font-size: 1rem;
	color: inherit;
}

.ct-vioiv-my-account .woocommerce-MyAccount-navigation-link--dashboard a::before { content: "\f007"; }
.ct-vioiv-my-account .woocommerce-MyAccount-navigation-link--orders a::before { content: "\f0ca"; }
.ct-vioiv-my-account .woocommerce-MyAccount-navigation-link--downloads a::before { content: "\f019"; }
.ct-vioiv-my-account .woocommerce-MyAccount-navigation-link--edit-address a::before { content: "\f278"; }
.ct-vioiv-my-account .woocommerce-MyAccount-navigation-link--edit-account a::before { content: "\f132"; }
.ct-vioiv-my-account .woocommerce-MyAccount-navigation-link--customer-logout a::before { content: "\f08b"; }

.ct-vioiv-my-account .woocommerce-MyAccount-navigation-link.is-active a,
.ct-vioiv-my-account .woocommerce-MyAccount-navigation-link a:hover {
	color: var(--vioiv-primary);
	background: rgba(61, 107, 88, 0.12);
	font-weight: 500;
}

.ct-vioiv-my-account .woocommerce-MyAccount-navigation-link--customer-logout {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid var(--vioiv-border);
}

.ct-vioiv-my-account .woocommerce-MyAccount-navigation-link--customer-logout a {
	color: var(--vioiv-danger);
}

.ct-vioiv-my-account .woocommerce-MyAccount-navigation-link--customer-logout a:hover {
	color: var(--vioiv-danger);
	background: #fef2f2;
}

.ct-vioiv-my-account .woocommerce-MyAccount-content {
	flex: 1;
	min-width: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.ct-vioiv-my-account .woocommerce-MyAccount-content > p:first-child {
	display: none;
}

.ct-vioiv-dashboard {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.ct-vioiv-site-card {
	padding: 20px 24px;
	background: #fff;
	border: 1px solid var(--vioiv-border);
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.ct-vioiv-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
}

.ct-vioiv-card-head h3,
.ct-vioiv-card-title {
	margin: 0 0 16px;
	color: var(--vioiv-text);
	font-size: 1.125rem;
	font-weight: 600;
}

.ct-vioiv-card-head .ct-vioiv-card-title,
.ct-vioiv-card-head h3 {
	margin-bottom: 0;
}

.ct-vioiv-card-title {
	display: flex;
	align-items: center;
	gap: 8px;
}

.ct-vioiv-card-title .fa {
	color: var(--vioiv-primary);
}

.ct-vioiv-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px 16px;
	border-radius: 8px;
	font-size: 0.95rem;
	font-weight: 500;
	text-decoration: none;
	border: 1px solid transparent;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ct-vioiv-btn-primary {
	color: #fff;
	background: var(--vioiv-primary);
}

.ct-vioiv-btn-primary:hover {
	color: #fff;
	background: rgba(139, 107, 87, 0.9);
}

.ct-vioiv-btn-outline {
	color: var(--vioiv-text);
	background: #fff;
	border-color: var(--vioiv-border);
}

.ct-vioiv-btn-outline:hover {
	background: var(--vioiv-neutral);
}

.ct-vioiv-btn-danger {
	color: #fff;
	background: var(--vioiv-danger);
}

.ct-vioiv-btn-danger:hover {
	color: #fff;
	background: rgba(217, 48, 37, 0.9);
}

.ct-vioiv-link {
	color: var(--vioiv-primary);
	font-size: 0.875rem;
	font-weight: 500;
	text-decoration: none;
}

.ct-vioiv-link:hover {
	text-decoration: underline;
}

/* Personal Center（居中） */
.ct-vioiv-personal-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 36px 28px 28px;
	background:
		radial-gradient(ellipse 85% 65% at 50% 0%, rgba(61, 107, 88, 0.14), transparent 62%),
		linear-gradient(180deg, #f7faf8 0%, #fff 55%);
	border-color: #d5e3dc;
}

.ct-vioiv-personal-center__label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 22px;
	padding: 6px 14px;
	color: #2f5c4a;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	background: #eef4f1;
	border: 1px solid #c8d9d1;
	border-radius: 999px;
}

.ct-vioiv-personal-center__avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 104px;
	height: 104px;
	margin: 0 0 18px;
	padding: 4px;
	overflow: hidden;
	background: #eef4f1;
	border: 3px solid #3d6b58;
	border-radius: 50%;
	box-shadow: 0 8px 24px rgba(36, 92, 72, 0.16);
	box-sizing: border-box;
}

.ct-vioiv-personal-center__hello {
	margin: 0 0 6px;
	color: #3d6b58;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ct-vioiv-personal-center__name {
	margin: 0 0 8px;
	color: #1a2e26;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.2;
	word-break: break-word;
}

.ct-vioiv-personal-center__email {
	margin: 0;
	color: var(--vioiv-muted, #5f6f68);
	font-size: 0.875rem;
	word-break: break-all;
}

.ct-vioiv-overview-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.ct-vioiv-overview-item {
	display: block;
	padding: 16px;
	text-align: center;
	text-decoration: none;
	background: var(--vioiv-neutral);
	border-radius: 8px;
	transition: background-color 0.2s ease;
}

.ct-vioiv-overview-item:hover {
	background: rgba(61, 107, 88, 0.1);
}

.ct-vioiv-overview-item .fa {
	display: block;
	margin-bottom: 8px;
	color: var(--vioiv-primary);
	font-size: 1.25rem;
}

.ct-vioiv-overview-item p {
	margin: 0;
	color: var(--vioiv-muted);
	font-size: 0.875rem;
}

.ct-vioiv-overview-item strong {
	display: block;
	margin-top: 4px;
	color: var(--vioiv-text);
	font-size: 1.25rem;
}

.ct-vioiv-table-wrap {
	overflow-x: auto;
}

.ct-vioiv-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.875rem;
}

.ct-vioiv-table th {
	padding: 12px 8px;
	text-align: left;
	color: var(--vioiv-muted);
	font-weight: 500;
	background: var(--vioiv-neutral);
	border-bottom: 1px solid var(--vioiv-border);
}

.ct-vioiv-table td {
	padding: 16px 8px;
	vertical-align: middle;
	border-bottom: 1px solid var(--vioiv-border);
}

.ct-vioiv-product-cell {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--vioiv-text);
	text-decoration: none;
}

.ct-vioiv-product-thumb {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background: var(--vioiv-neutral);
	border-radius: 8px;
	flex-shrink: 0;
}

.ct-vioiv-product-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ct-vioiv-product-thumb .fa {
	color: var(--vioiv-primary);
}

.ct-vioiv-status {
	color: #ea580c;
	font-weight: 500;
}

.ct-vioiv-empty-cell,
.ct-vioiv-empty-box {
	color: var(--vioiv-muted);
	text-align: center;
}

.ct-vioiv-empty-box {
	padding: 24px;
	background: var(--vioiv-neutral);
	border: 1px solid var(--vioiv-border);
	border-radius: 8px;
}

.ct-vioiv-address-card {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px;
	padding: 16px;
	background: var(--vioiv-neutral);
	border: 1px solid var(--vioiv-border);
	border-radius: 8px;
}

.ct-vioiv-address-name {
	font-weight: 500;
}

.ct-vioiv-address-line {
	margin: 4px 0 0;
	color: var(--vioiv-muted);
	font-size: 0.875rem;
}

.ct-vioiv-badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 8px;
	color: var(--vioiv-primary);
	font-size: 0.75rem;
	font-weight: 500;
	background: rgba(139, 107, 87, 0.1);
	border-radius: 4px;
}

.ct-vioiv-security-list {
	display: flex;
	flex-direction: column;
}

.ct-vioiv-security-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 0;
	border-bottom: 1px solid var(--vioiv-border);
}

.ct-vioiv-security-row:last-child {
	border-bottom: 0;
}

.ct-vioiv-security-row .fa {
	margin-right: 8px;
	color: var(--vioiv-primary);
}

.ct-vioiv-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	background: rgba(0, 0, 0, 0.4);
}

.ct-vioiv-modal[hidden] {
	display: none;
}

.ct-vioiv-modal-card {
	width: 100%;
	max-width: 24rem;
	padding: 24px;
	text-align: center;
	background: #fff;
	border: 1px solid var(--vioiv-border);
	border-radius: 8px;
}

.ct-vioiv-modal-card h3 {
	margin: 0 0 12px;
	font-size: 1rem;
	font-weight: 600;
}

.ct-vioiv-modal-card p {
	margin: 0 0 20px;
	color: var(--vioiv-muted);
	font-size: 0.875rem;
}

.ct-vioiv-modal-actions {
	display: flex;
	gap: 12px;
}

.ct-vioiv-modal-actions .ct-vioiv-btn {
	flex: 1;
}

.ct-vioiv-my-account .woocommerce-MyAccount-content .button,
.ct-vioiv-my-account .woocommerce-MyAccount-content button[type="submit"],
.ct-vioiv-my-account .woocommerce-MyAccount-content input[type="submit"] {
	min-height: 40px;
	padding: 8px 16px;
	color: #fff;
	background: var(--vioiv-primary);
	border: 0;
	border-radius: 8px;
}

.ct-vioiv-my-account .woocommerce-MyAccount-content table.shop_table {
	border: 1px solid var(--vioiv-border);
	border-radius: 8px;
	overflow: hidden;
}

.ct-vioiv-my-account .woocommerce-MyAccount-content table.shop_table th {
	padding: 12px 16px;
	color: var(--vioiv-text);
	background: var(--vioiv-neutral);
}

.ct-vioiv-my-account .woocommerce-MyAccount-content table.shop_table td {
	padding: 12px 16px;
}

@media (min-width: 640px) {
	.ct-vioiv-overview-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}


@media (max-width: 991.98px) {
	.ct-vioiv-my-account .ct-woo-account {
		flex-direction: column;
	}

	.ct-vioiv-my-account .ct-acount-nav {
		max-width: none;
	}
}

/* 商店卡片：隐藏分类（Uncategorized / 未分类）— 手机+电脑 */
ul.products .product .entry-meta,
ul.products .product .meta-categories,
ul.products .product .ct-woo-card-categories,
[data-products] .product .entry-meta,
[data-products] .product .meta-categories,
[data-products] .product .ct-woo-card-categories {
	display: none !important;
}

/* ========== 商店手机端：标题旁销量 + 价格旁加号 ========== */
@media (max-width: 768px) {
	ul.products[data-products],
	ul.products.columns-4,
	ul.products.columns-3,
	ul.products.columns-2,
	ul.products,
	[data-products] {
		--shop-columns: repeat(2, minmax(0, 1fr)) !important;
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 18px 14px !important;
		grid-column-gap: 14px !important;
		grid-row-gap: 18px !important;
	}

	ul.products[data-products] > .product,
	ul.products > .product,
	[data-products] > .product {
		position: relative !important;
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		align-items: start !important;
		column-gap: 8px !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
		float: none !important;
		clear: none !important;
		overflow: visible !important;
		background: transparent !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		text-align: left !important;
		--product-element-spacing: 0px !important;
		gap: 0 !important;
	}

	ul.products .product .ct-media-container,
	[data-products] .product .ct-media-container {
		width: 100% !important;
		aspect-ratio: 1 / 1 !important;
		border-radius: 14px !important;
		overflow: hidden;
		margin: 0 !important;
	}

	ul.products .product .ct-media-container img,
	[data-products] .product .ct-media-container img,
	ul.products .product img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
		border-radius: 14px !important;
	}

	ul.products .product > *,
	[data-products] .product > * {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	ul.products .product > figure,
	[data-products] .product > figure,
	ul.products .product figure,
	[data-products] .product figure {
		position: relative !important;
		grid-column: 1 / -1 !important;
		margin: 0 !important;
		padding: 0 !important;
		line-height: 0 !important;
	}

	ul.products .product .woocommerce-loop-product__title,
	ul.products .product h2.woocommerce-loop-product__title,
	[data-products] .product .woocommerce-loop-product__title {
		grid-column: 1 !important;
		grid-row: 2 !important;
		align-self: baseline !important;
		min-width: 0 !important;
		margin: 8px 0 2px !important;
		padding: 0 2px 0 0 !important;
		color: #1a1a1a !important;
		font-size: 14px !important;
		font-weight: 600 !important;
		line-height: 1.3 !important;
		text-align: left !important;
	}

	.vv-shop-card-sold-title {
		display: inline-block !important;
		grid-column: 2 !important;
		grid-row: 2 !important;
		align-self: baseline !important;
		margin: 8px 0 2px !important;
		padding: 0 !important;
		color: #888 !important;
		font-size: 11px !important;
		font-weight: 500 !important;
		line-height: 1.3 !important;
		white-space: nowrap !important;
		text-align: right !important;
	}

	ul.products .product .price,
	[data-products] .product .price {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: baseline !important;
		gap: 2px !important;
		margin: 0 !important;
		color: #1a1a1a !important;
		font-size: 14px !important;
		font-weight: 600 !important;
		text-align: left !important;
	}

	ul.products .product .price ins,
	[data-products] .product .price ins,
	ul.products .product .price del,
	[data-products] .product .price del,
	ul.products .product .price .woocommerce-Price-amount,
	[data-products] .product .price .woocommerce-Price-amount,
	ul.products .product .price bdi,
	[data-products] .product .price bdi {
		display: inline-block !important;
		margin: 0 !important;
		padding: 0 !important;
		white-space: nowrap !important;
	}

	ul.products .product .price del,
	[data-products] .product .price del,
	ul.products .product .price del .woocommerce-Price-amount,
	[data-products] .product .price del .woocommerce-Price-amount,
	ul.products .product .price del bdi,
	[data-products] .product .price del bdi {
		color: #999 !important;
		font-size: 11px !important;
		font-weight: 500 !important;
		text-decoration: line-through !important;
	}

	.vv-shop-card-meta {
		display: flex !important;
		grid-column: 1 / -1 !important;
		grid-row: 3 !important;
		align-items: center;
		flex-wrap: wrap;
		gap: 2px 4px;
		margin: 0 0 4px !important;
		padding: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		pointer-events: auto;
		min-height: 12px;
	}

	.vv-shop-card-stars {
		font-size: 12px !important;
		height: 1em;
	}

	.vv-shop-card-reviews {
		color: #666 !important;
		font-size: 11px !important;
		font-weight: 500 !important;
		line-height: 1 !important;
	}

	.vv-shop-card-meta .vv-shop-card-sold-meta,
	.vv-shop-card-meta .vv-shop-card-dot.vv-shop-card-sold-meta {
		display: none !important;
	}

	ul.products .product .ct-media-container,
	[data-products] .product .ct-media-container {
		position: relative !important;
	}

	.vv-shop-card-price-row {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		grid-column: 1 / -1 !important;
		grid-row: 4 !important;
		align-items: center !important;
		column-gap: 4px !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.vv-shop-card-price-row .price {
		min-width: 0 !important;
		max-width: 100% !important;
	}

	.vv-shop-card-price-row .vv-shop-card-stock,
	.vv-shop-card-price-row .vv-shop-card-sold-price {
		display: none !important;
	}

	ul.products .product .onsale,
	[data-products] .product .onsale {
		top: 8px !important;
		bottom: auto !important;
		left: 8px !important;
		right: auto !important;
		inset-inline-start: 8px !important;
		inset-inline-end: auto !important;
		width: auto !important;
		margin: 0 !important;
		padding: 3px 8px !important;
		border-radius: 999px !important;
		background: rgba(168, 62, 74, 0.9) !important;
		color: #fff !important;
		font-size: 9px !important;
		font-weight: 600 !important;
		letter-spacing: 0.06em !important;
		text-transform: uppercase !important;
		line-height: 1.25 !important;
		z-index: 5 !important;
		box-shadow: 0 2px 8px rgba(80, 24, 32, 0.2) !important;
	}

	ul.products .product .ct-woo-card-categories,
	ul.products .product .star-rating,
	ul.products .product .ct-woo-card-rating,
	[data-products] .product .ct-woo-card-categories,
	[data-products] .product .star-rating,
	[data-products] .product .ct-woo-card-rating,
	.related .product .star-rating,
	.related .product .ct-woo-card-rating,
	.upsells .product .star-rating,
	.upsells .product .ct-woo-card-rating {
		display: none !important;
	}

	ul.products .product .button,
	ul.products .product a.button,
	ul.products .product .add_to_cart_button,
	[data-products] .product .button,
	[data-products] .product a.button,
	[data-products] .product .add_to_cart_button,
	.vv-shop-card-atc:not(.vv-shop-card-atc-plus) {
		display: none !important;
	}

	.vv-shop-card-price-row .vv-shop-card-atc-plus {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		position: relative !important;
		flex: 0 0 auto !important;
		box-sizing: border-box !important;
		width: 28px !important;
		min-width: 28px !important;
		max-width: 28px !important;
		height: 28px !important;
		min-height: 28px !important;
		margin: 0 !important;
		justify-self: end;
		align-self: center;
		padding: 0 !important;
		border: 1px solid #c8c4be !important;
		border-radius: 50% !important;
		background: #fff !important;
		color: #1a1a1a !important;
		font-size: 0 !important;
		font-weight: 400 !important;
		letter-spacing: 0 !important;
		line-height: 0 !important;
		text-align: center !important;
		text-transform: none !important;
		text-decoration: none !important;
		white-space: nowrap !important;
		box-shadow: none !important;
		overflow: visible !important;
		cursor: pointer;
	}
	.vv-shop-card-price-row .vv-shop-card-atc-plus .vv-atc-label {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		overflow: hidden !important;
		clip: rect(0, 0, 0, 0) !important;
		white-space: nowrap !important;
	}
	html body .vv-shop-card-price-row .vv-shop-card-atc-plus::before {
		content: none !important;
		display: none !important;
	}
	html body .vv-shop-card-price-row .vv-shop-card-atc-plus::after {
		content: none !important;
		display: none !important;
	}
	.vv-shop-card-price-row .vv-shop-card-atc-plus .vv-atc-cart-icon,
	.vv-shop-card-price-row .vv-shop-card-atc-plus.is-added .vv-atc-cart-icon {
		display: block !important;
		position: static !important;
		width: 15px !important;
		height: 15px !important;
		overflow: visible !important;
		opacity: 1 !important;
		pointer-events: none !important;
		flex: 0 0 auto !important;
		color: inherit !important;
	}
	.vv-shop-card-price-row .vv-shop-card-atc-plus.is-disabled {
		opacity: 0.4 !important;
		cursor: not-allowed !important;
		pointer-events: none !important;
		border-color: #ddd !important;
		background: #fff !important;
		color: #999 !important;
	}
	.vv-shop-card-price-row .vv-shop-card-atc-plus.is-added,
	.vv-shop-card-price-row .vv-shop-card-atc-plus.is-added:hover,
	.vv-shop-card-price-row .vv-shop-card-atc-plus.is-added:focus-visible {
		width: 28px !important;
		height: 28px !important;
		min-height: 28px !important;
		max-width: 28px !important;
		padding: 0 !important;
		border-color: #245c48 !important;
		background: #245c48 !important;
		color: #fff !important;
		cursor: pointer !important;
		pointer-events: auto !important;
	}
	.vv-shop-card-price-row .vv-shop-card-atc-plus.is-added .vv-atc-label {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		overflow: hidden !important;
		clip: rect(0, 0, 0, 0) !important;
		color: #fff !important;
	}
	.vv-shop-card-price-row .vv-shop-card-atc-plus.is-added .vv-atc-cart-icon {
		display: block !important;
		position: static !important;
		width: 15px !important;
		height: 15px !important;
		overflow: visible !important;
		opacity: 1 !important;
	}
	ul.products .product:has(.vv-shop-card-atc) .button,
	ul.products .product:has(.vv-shop-card-atc) a.button,
	[data-products] .product:has(.vv-shop-card-atc) .button,
	[data-products] .product:has(.vv-shop-card-atc) a.button,
	ul.products .product .added_to_cart,
	[data-products] .product .added_to_cart {
		display: none !important;
	}

	.woo-listing-top {
		margin-bottom: 16px !important;
	}
}

/* Site-wide micro-interaction polish (folio15 — quieter) */
@media (prefers-reduced-motion: no-preference) {
	a,
	button,
	.button,
	.ct-button,
	.wp-block-button__link {
		transition: color 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, opacity 0.22s ease;
	}
	ul.products .product,
	[data-products] .product,
	.ct-woo-card-product {
		transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
	}
	ul.products .product:hover,
	[data-products] .product:hover,
	.ct-woo-card-product:hover {
		transform: translateY(-2px);
	}
	ul.products .product img,
	[data-products] .product img,
	.ct-woo-card-product img {
		transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
	}
	ul.products .product:hover img,
	[data-products] .product:hover img,
	.ct-woo-card-product:hover img {
		transform: scale(1.02);
	}
}

/* folio25/26 — home: Hobby banner flush against footer (kill white strip) */
body.home,
body.vv-home-fullbleed,
body.home.vv-home-fullbleed {
	--theme-content-vertical-spacing: 0px !important;
}
body.home #main,
body.home #main > .ct-container,
body.home #main > .ct-container-fluid,
body.home .site-main,
body.home .site-main > .ct-container,
body.home .site-main > .ct-container-fluid,
body.home article,
body.home article > .ct-container,
body.home .entry-content,
body.home #main [data-vertical-spacing],
body.home #main .ct-container[data-vertical-spacing],
body.vv-home-fullbleed #main,
body.vv-home-fullbleed #main > .ct-container,
body.vv-home-fullbleed #main > .ct-container-fluid,
body.vv-home-fullbleed .site-main,
body.vv-home-fullbleed .site-main > .ct-container,
body.vv-home-fullbleed .site-main > .ct-container-fluid,
body.vv-home-fullbleed article,
body.vv-home-fullbleed article > .ct-container,
body.vv-home-fullbleed .entry-content,
body.vv-home-fullbleed #main [data-vertical-spacing],
body.vv-home-fullbleed #main .ct-container[data-vertical-spacing] {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	--theme-content-vertical-spacing: 0px !important;
}
body.home #vv-shop,
body.vv-home-fullbleed #vv-shop {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
body.home #vv-banner,
body.home .vv-banner,
body.vv-home-fullbleed #vv-banner,
body.vv-home-fullbleed .vv-banner {
	padding-bottom: 0 !important;
}
body.home #footer,
body.home footer.ct-footer,
body.vv-home-fullbleed #footer,
body.vv-home-fullbleed footer.ct-footer,
body.vv-home-fullbleed #footer[data-id],
body.vv-home-fullbleed footer#footer {
	margin-top: 0 !important;
	border-top: 0 !important;
}
/* Empty Gutenberg paragraph after paste → white strip */
body.home .entry-content > p.wp-block-paragraph:empty,
body.home p.wp-block-paragraph:empty,
body.vv-home-fullbleed .entry-content > p.wp-block-paragraph:empty,
body.vv-home-fullbleed .entry-content > p.wp-block-paragraph:last-child,
body.vv-home-fullbleed p.wp-block-paragraph:empty {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 0 !important;
	min-height: 0 !important;
	line-height: 0 !important;
	overflow: hidden !important;
}
body.home .wp-block-stackable-columns,
body.home .stk-block-columns,
body.home .stk-column-wrapper,
body.home .stk-block-column__content,
body.vv-home-fullbleed .wp-block-stackable-columns,
body.vv-home-fullbleed .stk-block-columns,
body.vv-home-fullbleed .stk-column-wrapper,
body.vv-home-fullbleed .stk-block-column__content {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
/* folio29: restore lime Hobby banner; keep flush spacing only (no footer recolor) */
body.home #vv-banner,
body.home .vv-shop .vv-banner,
body.vv-home-fullbleed #vv-banner,
body.vv-home-fullbleed .vv-shop .vv-banner {
	margin: 0 !important;
}
body.home #footer,
body.home footer.ct-footer,
body.vv-home-fullbleed #footer,
body.vv-home-fullbleed footer.ct-footer {
	margin-top: 0 !important;
	border-top: 0 !important;
}

/* 只改每一行的直接容器，勿给内部 widget 再套 1290（会把三列挤成一列） */
html.vv-home-fullbleed #footer [data-row] > .ct-container,
html.vv-home-fullbleed #footer [data-row] > .ct-container-fluid,
body.home #footer [data-row] > .ct-container,
body.home #footer [data-row] > .ct-container-fluid,
body.vv-home-fullbleed #footer [data-row] > .ct-container,
body.vv-home-fullbleed #footer [data-row] > .ct-container-fluid {
	max-width: none !important;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	box-sizing: border-box !important;
	padding-left: max(40px, calc((100vw - 1290px) / 2)) !important;
	padding-right: max(40px, calc((100vw - 1290px) / 2)) !important;
}
@media (min-width: 690px) {
	html.vv-home-fullbleed #footer [data-row="top"] > .ct-container,
	html.vv-home-fullbleed #footer [data-row="top"] > .ct-container-fluid,
	body.home #footer [data-row="top"] > .ct-container,
	body.home #footer [data-row="top"] > .ct-container-fluid,
	body.vv-home-fullbleed #footer [data-row="top"] > .ct-container,
	body.vv-home-fullbleed #footer [data-row="top"] > .ct-container-fluid {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		align-items: start !important;
		column-gap: 48px !important;
	}
}
