/**
 * Owala-inspired footer: light layout, 4 columns, mobile accordions.
 */

.footer-wrapper {
	--lc-footer-text: #3a3a3a;
	--lc-footer-heading: #1a1a1a;
	--lc-footer-muted: #6b6b6b;
	--lc-footer-border: #e8e8e8;
	--lc-footer-max: 1180px;
}

/* Main widget area */
.footer-wrapper .footer-2.dark,
.footer-wrapper .footer-2 {
	background: #fff !important;
	color: var(--lc-footer-text) !important;
	border-top: 1px solid var(--lc-footer-border);
	padding: 3rem 0 2rem;
}

.footer-wrapper .footer-2 > .row,
.footer-wrapper .footer-2 > .container > .row {
	max-width: var(--lc-footer-max);
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.footer-wrapper .footer-2 .widget,
.footer-wrapper .footer-2 .lc-footer-support-column,
.footer-wrapper .footer-2 .lc-footer-company-column {
	margin-bottom: 0;
}

.footer-wrapper .footer-2 .widget-title {
	display: block;
	text-transform: none !important;
	font-size: 1.125rem !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	color: var(--lc-footer-heading) !important;
	margin: 0 0 0.75rem !important;
	line-height: 1.3;
}

.footer-wrapper .footer-2 .is-divider {
	display: none !important;
}

.footer-wrapper .footer-2 p,
.footer-wrapper .footer-2 .textwidget {
	font-size: 0.875rem;
	line-height: 1.6;
	color: var(--lc-footer-text);
	margin-bottom: 0.5rem;
}

.footer-wrapper .footer-2 a {
	color: var(--lc-footer-text) !important;
	text-decoration: none;
	transition: color 0.15s ease;
}

.footer-wrapper .footer-2 a:hover,
.footer-wrapper .footer-2 a:focus {
	color: var(--lc-footer-heading) !important;
}

/*
 * Footer still has Flatsome class "dark" — its :hover sets li/link color to ~#f1f1f1
 * on white background (invisible). Force readable colors on light footer.
 */
.footer-wrapper .footer-2.dark a,
.footer-wrapper .footer-2.dark li,
.footer-wrapper .footer-2.dark .product-categories li,
.footer-wrapper .footer-2.dark .product-categories a {
	color: var(--lc-footer-text) !important;
	background: transparent !important;
}

.footer-wrapper .footer-2.dark a:hover,
.footer-wrapper .footer-2.dark a:focus,
.footer-wrapper .footer-2.dark li:hover,
.footer-wrapper .footer-2.dark li:hover a,
.footer-wrapper .footer-2.dark .product-categories li:hover,
.footer-wrapper .footer-2.dark .product-categories li:hover a,
.footer-wrapper .footer-2.dark .cat-item:hover > a {
	color: var(--lc-footer-heading) !important;
	background: transparent !important;
	opacity: 1 !important;
}

.footer-wrapper .footer-2 .product-categories {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-wrapper .footer-2 .product-categories li {
	margin: 0 0 0.5rem;
	padding: 0;
	border: 0;
}

.footer-wrapper .footer-2 .product-categories a {
	font-size: 0.875rem;
	line-height: 1.45;
}

/* Hide social icons in About column (Owala footer has none) */
.footer-wrapper #block_widget-2 .follow-icons {
	display: none !important;
}

/* Support + Company columns — vertical link lists */
.footer-wrapper .lc-footer-support-column .footer-nav,
.footer-wrapper .lc-footer-support-column__nav .footer-nav,
.footer-wrapper .lc-footer-company-column .footer-nav,
.footer-wrapper .lc-footer-company-column__nav .footer-nav {
	display: block !important;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.footer-wrapper .lc-footer-support-column .footer-nav li,
.footer-wrapper .lc-footer-company-column .footer-nav li {
	display: block;
	margin: 0 0 0.5rem;
	padding: 0;
	border: 0;
}

.footer-wrapper .lc-footer-support-column .footer-nav li::before,
.footer-wrapper .lc-footer-support-column .footer-nav li + li::before,
.footer-wrapper .lc-footer-company-column .footer-nav li::before,
.footer-wrapper .lc-footer-company-column .footer-nav li + li::before {
	display: none !important;
	content: none !important;
}

.footer-wrapper .lc-footer-support-column .footer-nav a,
.footer-wrapper .lc-footer-company-column .footer-nav a {
	font-size: 0.875rem;
	line-height: 1.45;
	white-space: normal;
}

.footer-wrapper .lc-footer-support-column .footer-nav li:hover,
.footer-wrapper .lc-footer-support-column .footer-nav li:hover a,
.footer-wrapper .lc-footer-company-column .footer-nav li:hover,
.footer-wrapper .lc-footer-company-column .footer-nav li:hover a {
	color: var(--lc-footer-heading) !important;
	background: transparent !important;
}

/* Newsletter */
.footer-wrapper .footer-2 .wpcf7-form .form-flat input[type="email"],
.footer-wrapper .footer-2 .wpcf7-form .form-flat input[type="text"] {
	width: 100%;
	max-width: 100%;
	border: none !important;
	border-bottom: 1px solid #c8c8c8 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--lc-footer-heading) !important;
	padding: 0.6rem 0 !important;
	margin-bottom: 1rem !important;
	box-shadow: none !important;
	font-size: 0.875rem;
}

.footer-wrapper .footer-2 .wpcf7-form .form-flat input::placeholder {
	color: #9a9a9a;
	opacity: 1;
}

.footer-wrapper .footer-2 .wpcf7-form input[type="submit"],
.footer-wrapper .footer-2 .wpcf7-form .wpcf7-submit {
	display: inline-block;
	width: auto;
	min-width: 140px;
	padding: 0.65rem 1.75rem !important;
	border: none !important;
	border-radius: 999px !important;
	background: #1a1a1a !important;
	color: #fff !important;
	font-size: 0.8125rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.02em;
	text-transform: none !important;
	margin-top: 0.25rem;
}

.footer-wrapper .footer-2 .wpcf7-form input[type="submit"]:hover {
	background: #333 !important;
}

/* Desktop: 5 columns (Shop | About | Support | Company | Join the Club) */
@media (min-width: 850px) {
	.footer-wrapper.lc-footer-desktop-cols .footer-2.dark,
	.footer-wrapper.lc-footer-desktop-cols .footer-2 {
		padding: 2.5rem 0 1rem !important;
	}

	.footer-wrapper.lc-footer-desktop-cols .footer-2 > .row.large-columns-3 {
		display: grid;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 1.5rem 1.75rem;
	}

	.footer-wrapper.lc-footer-desktop-cols .footer-2 > .row.large-columns-3::before,
	.footer-wrapper.lc-footer-desktop-cols .footer-2 > .row.large-columns-3::after {
		display: none;
	}

	.footer-wrapper.lc-footer-desktop-cols .footer-2 .col.widget,
	.footer-wrapper.lc-footer-desktop-cols .footer-2 .lc-footer-support-column,
	.footer-wrapper.lc-footer-desktop-cols .footer-2 .lc-footer-company-column {
		width: 100% !important;
		max-width: none !important;
		flex: none !important;
		float: none !important;
	}

	.footer-wrapper.lc-footer-desktop-cols .absolute-footer .footer-primary .menu-secondary-container,
	.footer-wrapper.lc-footer-desktop-cols .absolute-footer .footer-primary > .footer-nav {
		display: none !important;
	}
}

/* Absolute / sub-footer */
.footer-wrapper .absolute-footer {
	background: #fff !important;
	color: var(--lc-footer-muted) !important;
	border-top: 1px solid var(--lc-footer-border);
	padding: 1.5rem 0 2.5rem;
}

.footer-wrapper .absolute-footer .container {
	max-width: var(--lc-footer-max);
}

.footer-wrapper .absolute-footer .footer-primary,
.footer-wrapper .absolute-footer .footer-secondary {
	float: none !important;
	width: 100%;
}

.footer-wrapper .absolute-footer .payment-icons {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 1.25rem;
	opacity: 0.55;
}

.footer-wrapper .absolute-footer .payment-icon svg {
	height: 22px;
	width: auto;
}

/* Brand + copyright bar (Owala bottom) */
.footer-wrapper .absolute-footer .footer-primary {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 1rem;
}

.footer-wrapper .lc-footer-brand-row {
	order: 1;
	width: 100%;
}

.footer-wrapper .lc-footer-brand {
	margin-bottom: 0;
}

.footer-wrapper .lc-footer-brand__name {
	margin: 0;
	font-size: 2rem;
	font-weight: 700;
	color: var(--lc-footer-heading);
	line-height: 1.15;
	letter-spacing: -0.02em;
}

.footer-wrapper .lc-footer-brand__reg {
	font-size: 0.55em;
	font-weight: 700;
	top: -0.05em;
	margin-left: 0.05em;
}

.footer-wrapper .lc-footer-brand__tagline {
	margin: 0.35rem 0 0;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--lc-footer-text);
}

/* Privacy: Do Not Sell | Your Privacy Choices */
.footer-wrapper .lc-footer-privacy {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.15rem 0;
	margin: 0;
}

.footer-wrapper .lc-footer-privacy__link {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.6875rem;
	line-height: 1.4;
	color: var(--lc-footer-muted);
	text-decoration: none;
	white-space: normal;
}

.footer-wrapper .lc-footer-privacy__text {
	display: inline;
	font-size: 0.6875rem;
	line-height: 1.4;
	color: var(--lc-footer-muted);
	white-space: normal;
}

.footer-wrapper .lc-footer-privacy__link:hover {
	color: var(--lc-footer-heading);
}

.footer-wrapper .lc-footer-privacy__sep {
	margin: 0 0.5rem;
	color: #c5c5c5;
	font-weight: 300;
	font-size: 0.6875rem;
	user-select: none;
}

.footer-wrapper .lc-footer-privacy__icon {
	display: inline-flex;
	flex-shrink: 0;
	line-height: 0;
}

.footer-wrapper .lc-footer-privacy__icon svg {
	display: block;
}

.footer-wrapper .absolute-footer .copyright-footer {
	order: 2;
	font-size: 0.75rem;
	color: var(--lc-footer-muted);
	line-height: 1.5;
}

.footer-wrapper .absolute-footer .footer-nav.uppercase {
	text-transform: none !important;
}

/* Compact legal row (mobile only — desktop links in Support column) */
.footer-wrapper .absolute-footer .footer-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.35rem 0;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	order: 2;
}

.footer-wrapper .absolute-footer .footer-nav li {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
	border: 0;
}

.footer-wrapper .absolute-footer .footer-nav li + li::before {
	content: "|";
	margin: 0 0.65rem;
	color: #c5c5c5;
	font-weight: 300;
	pointer-events: none;
}

.footer-wrapper .absolute-footer .footer-nav a {
	font-size: 0.6875rem;
	line-height: 1.5;
	color: var(--lc-footer-muted);
	white-space: nowrap;
}

.footer-wrapper .absolute-footer .footer-nav a:hover {
	color: var(--lc-footer-heading);
}

@media (min-width: 850px) {
	.footer-wrapper.lc-footer-desktop-cols .absolute-footer {
		padding: 0.75rem 0 1.5rem !important;
	}

	.footer-wrapper.lc-footer-desktop-cols .absolute-footer .container {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}

	.footer-wrapper.lc-footer-desktop-cols .absolute-footer .footer-primary {
		order: 1;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
		text-align: left;
		padding-top: 0 !important;
		gap: 1.5rem;
	}

	.footer-wrapper.lc-footer-desktop-cols .absolute-footer .footer-secondary {
		order: 2;
		float: none !important;
		width: 100% !important;
		padding: 0.5rem 0 0 !important;
		margin: 0 !important;
		text-align: center;
	}

	.footer-wrapper.lc-footer-desktop-cols .absolute-footer .payment-icons {
		margin: 0 !important;
		justify-content: center;
	}

	.footer-wrapper.lc-footer-desktop-cols .lc-footer-brand-row {
		display: flex;
		flex: 1 1 auto;
		align-items: flex-end;
		justify-content: flex-start;
		gap: 1.25rem 2rem;
		width: auto;
		min-width: 0;
	}

	.footer-wrapper.lc-footer-desktop-cols .lc-footer-brand {
		flex: 0 0 auto;
		text-align: left;
	}

	.footer-wrapper.lc-footer-desktop-cols .lc-footer-privacy {
		flex: 1 1 auto;
		justify-content: flex-start;
		align-items: flex-end;
		padding-bottom: 0.15rem;
		max-width: 520px;
	}

	.footer-wrapper.lc-footer-desktop-cols .lc-footer-privacy__link {
		white-space: nowrap;
	}

	.footer-wrapper.lc-footer-desktop-cols .absolute-footer .copyright-footer {
		order: 2;
		text-align: right;
		flex: 0 0 auto;
		white-space: nowrap;
		align-self: flex-end;
	}
}

/* Mobile accordions */
@media (max-width: 849px) {
	.footer-wrapper .footer-2.dark,
	.footer-wrapper .footer-2 {
		padding: 0.5rem 0 0 !important;
	}

	.footer-wrapper .footer-2 > .row.large-columns-3 {
		display: block;
		padding-bottom: 0 !important;
	}

	.footer-wrapper .footer-2 .col.widget,
	.footer-wrapper .footer-2 .lc-footer-support-column,
	.footer-wrapper .footer-2 .lc-footer-company-column {
		width: 100% !important;
		max-width: 100% !important;
		border-bottom: 1px solid var(--lc-footer-border);
		padding: 0 !important;
		margin: 0 !important;
	}

	.footer-wrapper .footer-2 .lc-footer-accordion__trigger {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 0.875rem 20px;
		margin: 0;
		border: 0;
		background: transparent;
		cursor: pointer;
		text-align: left;
		font: inherit;
		color: var(--lc-footer-heading);
	}

	.footer-wrapper .footer-2 .lc-footer-accordion__trigger .widget-title {
		margin: 0 !important;
		pointer-events: none;
	}

	.footer-wrapper .footer-2 .lc-footer-accordion__icon {
		flex-shrink: 0;
		font-size: 1.25rem;
		font-weight: 400;
		line-height: 1;
		color: var(--lc-footer-text);
		transition: transform 0.2s ease;
	}

	.footer-wrapper .footer-2 .lc-footer-accordion.is-open .lc-footer-accordion__icon {
		transform: rotate(45deg);
	}

	.footer-wrapper .footer-2 .lc-footer-accordion__panel {
		display: none;
		padding: 0 20px 1.25rem;
	}

	.footer-wrapper .footer-2 .lc-footer-accordion.is-open .lc-footer-accordion__panel {
		display: block;
	}

	.footer-wrapper .footer-2 .widget > .widget-title,
	.footer-wrapper .footer-2 .lc-footer-support-column > .widget-title,
	.footer-wrapper .footer-2 .lc-footer-company-column > .widget-title {
		display: none;
	}

	/* Mobile: hide duplicate legal strip (all links in Support accordion) */
	.footer-wrapper .absolute-footer .footer-primary .menu-secondary-container,
	.footer-wrapper .absolute-footer .footer-primary > .footer-nav {
		display: none !important;
	}

	.footer-wrapper .absolute-footer {
		padding: 0.75rem 0 1.25rem !important;
		border-top: none;
	}

	.footer-wrapper .absolute-footer .container {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 0 !important;
	}

	.footer-wrapper .absolute-footer .footer-primary.pull-left,
	.footer-wrapper .absolute-footer .footer-secondary.pull-right {
		float: none !important;
		position: static !important;
		width: 100% !important;
	}

	/* Brand + copyright hug accordions; payment icons sit under copyright */
	.footer-wrapper .absolute-footer .footer-primary {
		order: 1;
		gap: 0.25rem !important;
	}

	.footer-wrapper .absolute-footer .footer-secondary {
		order: 2;
		padding: 0.35rem 0 0 !important;
		margin: 0 !important;
	}

	.footer-wrapper .absolute-footer .payment-icons {
		margin: 0 !important;
		padding: 0 !important;
		opacity: 0.45;
	}

	.footer-wrapper .lc-footer-brand-row {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 0.5rem;
	}

	.footer-wrapper .lc-footer-brand {
		text-align: center;
		margin-bottom: 0 !important;
	}

	.footer-wrapper .lc-footer-brand__name {
		font-size: 1.75rem;
	}

	.footer-wrapper .lc-footer-brand__tagline {
		display: none;
	}

	.footer-wrapper .lc-footer-privacy {
		justify-content: center;
		text-align: center;
		padding: 0 12px;
	}

	.footer-wrapper .lc-footer-privacy__link {
		font-size: 0.75rem;
	}

	.footer-wrapper .absolute-footer .copyright-footer {
		order: 2;
		margin-top: 0.1rem;
	}
}
