/* Outdoor Haven v3 page-scoped runtime CSS. Exact rules already present in critical CSS are removed at build time. */
.site-footer {
	background: #354140;
	color: rgba(255, 255, 255, 0.7);
}
.site-footer a {
	color: inherit;
	text-decoration: none;
}
.site-footer a:hover {
	color: var(--ch-white);
}
.site-footer__top {
	display: grid;
	grid-template-columns: 1.4fr repeat(3, 0.8fr);
	gap: clamp(2rem, 5vw, 5rem);
	padding-block: clamp(4rem, 7vw, 6.5rem);
}
.site-footer__brand img {
	width: 125px;
	margin-bottom: 1.2rem;
}
.site-footer__brand p {
	max-width: 330px;
	font-size: 0.86rem;
}
.site-footer h2,
.site-footer h3 {
	color: var(--ch-white);
}
.site-footer h3 {
	margin-bottom: 1.15rem;
	font-family: var(--ch-font-body);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}
.site-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-footer li + li {
	margin-top: 0.58rem;
}
.site-footer li,
.site-footer p,
.site-footer address {
	font-size: 0.82rem;
	font-style: normal;
}
.site-footer__contact li {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
}
.site-footer__contact svg {
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
	margin-top: 0.2rem;
	color: var(--ch-gold);
}
.site-footer__bottom {
	display: flex;
	min-height: 74px;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-block: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 0.74rem;
}
.site-footer__legal {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.2rem;
}
.site-footer__legal .menu {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.2rem;
}
.site-footer__legal .menu li {
	margin: 0;
}
.ch-payment-badges {
	flex: 0 0 auto;
}
.ch-payment-badges img {
	display: block;
	width: 190px;
	max-width: 100%;
	height: auto;
}
.ch-back-to-top {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 80;
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: var(--ch-ink);
	color: var(--ch-white);
	box-shadow: var(--ch-shadow-md);
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
	transition: opacity var(--ch-transition), transform var(--ch-transition), background var(--ch-transition);
}
.ch-back-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}
.ch-back-to-top:hover {
	background: var(--ch-blue-deep);
}
.ch-back-to-top svg {
	width: 19px;
	height: 19px;
}
.ch-mobile-nav {
	display: none;
}
@media (prefers-reduced-motion: reduce){html {
		scroll-behavior: auto;
	}
*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}}
@media print{.ch-announcement,
	.site-header,
	.site-footer,
	.ch-mobile-nav,
	.ch-back-to-top,
	.ch-promo {
		display: none !important;
	}
body {
		padding: 0;
		background: #fff;
		color: #000;
	}}
.woocommerce ul.products li.product-category h2 {
	display: block;
	min-height: 0;
	color: var(--ch-ink);
	opacity: 1;
	visibility: visible;
}
.woocommerce ul.products li.product-category h2 .count {
	background: transparent;
	color: var(--ch-ink-soft);
	font-size: 0.72rem;
}
@keyframes ch-catalogue-progress {
	from { transform: translateX(-18%); }
	to { transform: translateX(190%); }
}
@keyframes ch-filter-spin {
	to { transform: rotate(360deg); }
}
.woocommerce ul.products li.product img[data-ch-src]:not(.is-loaded),
.ch-product-grid img[data-ch-src]:not(.is-loaded) {
	background: rgba(14, 107, 111, 0.045);
}

/* === v3.0.3 Footer fluidity + cloud back-to-top === */
@media (min-width: 901px) {
	.site-footer__top {
		grid-template-columns: minmax(180px, 1.2fr) repeat(3, minmax(92px, 0.62fr)) minmax(210px, 1fr);
		column-gap: clamp(0.8rem, 1.8vw, 1.8rem);
		row-gap: 0;
		align-items: start;
	}

	.site-footer__brand,
	.site-footer__column,
	.site-footer__contact {
		min-width: 0;
		grid-column: auto;
	}

	.site-footer__brand p {
		max-width: 28rem;
	}

	.site-footer__contact a,
	.site-footer__contact span {
		overflow-wrap: anywhere;
	}
}

.ch-back-to-top {
	border: 1px solid rgba(255,255,255,.16);
	background: var(--ch-blue-deep);
	color: var(--ch-white);
}

.ch-back-to-top:hover,
.ch-back-to-top:focus-visible {
	background: var(--ch-gold);
	color: var(--ch-ink);
}

.ch-back-to-top svg {
	width: 23px;
	height: 23px;
	stroke-width: 1.85;
}


/* Professional sale discount tag — CSS-only, no query/runtime overhead. */
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
	top: 12px;
	left: 12px;
	right: auto;
	z-index: 5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 0.56rem 0.76rem;
	border: 2px solid rgba(255, 255, 255, 0.94);
	border-radius: 10px 10px 10px 3px;
	background: linear-gradient(135deg, #D97845 0%, #B85B35 100%);
	box-shadow: 0 7px 18px rgba(153, 48, 40, 0.28), 0 1px 2px rgba(23, 63, 67, 0.12);
	color: #fff;
	font-family: var(--ch-font-body);
	font-size: 0.72rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.055em;
	text-shadow: 0 1px 1px rgba(97, 27, 23, 0.18);
	text-transform: uppercase;
	white-space: nowrap;
}

.woocommerce ul.products li.product:hover .onsale,
.woocommerce ul.products li.product:focus-within .onsale {
	box-shadow: 0 9px 22px rgba(153, 48, 40, 0.34), 0 1px 2px rgba(23, 63, 67, 0.12);
}


/* Outdoor Haven v3.0.13 — progressive sale archive images. */
.woocommerce ul.products li.product img[data-ch-sale-image="1"]{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:contain;background:linear-gradient(110deg,rgba(245,241,232,.96) 8%,rgba(230,240,246,.9) 18%,rgba(245,241,232,.96) 33%);background-size:220% 100%;opacity:.72;transition:opacity .18s ease;animation:ch-sale-image-placeholder 1.25s linear infinite}
.woocommerce ul.products li.product img[data-ch-sale-image="1"].is-loading-image{opacity:.86}
.woocommerce ul.products li.product img[data-ch-sale-image="1"].is-loaded{background:none;opacity:1;animation:none}
@keyframes ch-sale-image-placeholder{to{background-position-x:-220%}}
@media(prefers-reduced-motion:reduce){.woocommerce ul.products li.product img[data-ch-sale-image="1"]{animation:none}}


/* Outdoor Haven v3.0.17 — footer Talk to us contact block under the logo. */
.site-footer__talk{margin-top:20px;max-width:310px}
.site-footer--mockup .site-footer__talk h3,.site-footer__talk h3{margin:0 0 12px;color:#fff;font-size:1.1rem;font-weight:800}
.site-footer__talk-list{list-style:none!important;margin:0!important;padding:0!important;display:grid!important;gap:9px!important}
.site-footer__talk-list li{display:flex!important;align-items:flex-start;gap:10px;margin:0!important;color:rgba(255,255,255,.9);line-height:1.45;min-width:0}
.site-footer__talk-list svg{width:18px;height:18px;flex:0 0 18px;margin-top:2px;color:#E7B27C;stroke-width:1.8}
.site-footer__talk-list a,.site-footer__talk-list span{color:rgba(255,255,255,.92);text-decoration:none;overflow-wrap:anywhere}
.site-footer__talk-list a:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}
.site-footer__brand-copy{margin-top:18px!important}
@media(max-width:900px){.site-footer__talk{max-width:none}.site-footer__talk-list{max-width:360px}}

/* v3.0.25 — instant catalogue shell + progressive live fragment. */
.ch-catalogue-async{min-height:680px;position:relative}
.ch-catalogue-async__status{margin:0 0 18px;color:var(--ch-ink-soft,#6E625A);font-weight:700}
.ch-catalogue-skeleton ul.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin:0;padding:0;list-style:none}
.ch-catalogue-skeleton__card{min-width:0}
.ch-catalogue-skeleton__image,.ch-catalogue-skeleton__line,.ch-catalogue-skeleton__button{display:block;background:linear-gradient(100deg,#F3ECE2 20%,#FCF8F0 40%,#F3ECE2 60%);background-size:220% 100%;animation:chCataloguePulse 1.35s ease-in-out infinite;border-radius:14px}
.ch-catalogue-skeleton__image{aspect-ratio:1/1;border-radius:20px;margin-bottom:14px}
.ch-catalogue-skeleton__line{height:14px;margin-top:10px}
.ch-catalogue-skeleton__line--title{width:82%}
.ch-catalogue-skeleton__line--price{width:46%}
.ch-catalogue-skeleton__button{height:44px;width:100%;margin-top:16px;border-radius:999px}
.ch-catalogue-is-loading .ch-shop-content{opacity:.78;transition:opacity .16s ease}
@keyframes chCataloguePulse{0%{background-position:100% 0}100%{background-position:-120% 0}}
@media(max-width:1180px){.ch-catalogue-skeleton ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.ch-catalogue-skeleton ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ch-catalogue-async{min-height:560px}}
@media(prefers-reduced-motion:reduce){.ch-catalogue-skeleton__image,.ch-catalogue-skeleton__line,.ch-catalogue-skeleton__button{animation:none}}


/* Outdoor Haven v3.0.31 — Sale archive placeholder-first + controlled image hydration. */
[data-ch-sale-catalogue="1"] .ch-catalogue-async{min-height:720px}
[data-ch-sale-catalogue="1"] img[data-ch-src]{background:linear-gradient(100deg,#F3ECE2 20%,#FCF8F0 40%,#F3ECE2 60%);background-size:220% 100%;animation:chCataloguePulse 1.35s ease-in-out infinite}
[data-ch-sale-catalogue="1"] img.is-loading-image{opacity:.38;transition:opacity .22s ease}
[data-ch-sale-catalogue="1"] img.is-loaded{opacity:1;animation:none;transition:opacity .28s ease}
@media(max-width:900px){[data-ch-sale-catalogue="1"] .ch-catalogue-async{min-height:620px}}
@media(prefers-reduced-motion:reduce){[data-ch-sale-catalogue="1"] img[data-ch-src]{animation:none}}


/* v4.1.4: keep the footer social symbols in one horizontal row beneath the brand message. */
.site-footer__socials{
	display:flex;
	flex-direction:row;
	align-items:center;
	flex-wrap:nowrap;
	gap:12px;
	width:auto;
	margin-top:18px;
}
.site-footer__socials a{flex:0 0 auto;}
