:root {
	--tp-orange: #f05a28;
	--tp-orange-dark: #d94a19;
	--tp-navy: #172033;
	--tp-text: #4f5b6c;
	--tp-muted: #788290;
	--tp-border: #e4e7eb;
	--tp-soft: #f6f7f8;
	--tp-warm: #fff6f0;
	--tp-white: #fff;
	--tp-container: min(1280px, calc(100% - 64px));
	--tp-radius: 16px;
	--tp-shadow: 0 8px 28px rgba(23, 32, 51, .07);
}

html { scroll-behavior: smooth; }

body.tp-storefront {
	margin: 0;
	background: #fff;
	color: var(--tp-navy);
	font: 400 16px/1.55 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	-webkit-font-smoothing: antialiased;
}

.tp-storefront *,
.tp-storefront *::before,
.tp-storefront *::after { box-sizing: border-box; }

.tp-storefront img { display: block; max-width: 100%; }
.tp-storefront a { color: inherit; text-decoration: none; }
.tp-storefront button,
.tp-storefront input { font: inherit; }
.tp-storefront button { cursor: pointer; }
.tp-storefront h1,
.tp-storefront h2,
.tp-storefront h3,
.tp-storefront p { margin-top: 0; }

.tp-container { width: var(--tp-container); margin-inline: auto; }
.tp-sprite { position: absolute; overflow: hidden; }

.tp-storefront svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tp-storefront .screen-reader-text,
.tp-skip-link {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

.tp-skip-link:focus {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 99999;
	width: auto;
	height: auto;
	margin: 0;
	clip: auto;
	padding: 10px 16px;
	border-radius: 8px;
	background: var(--tp-navy);
	color: #fff;
	font-weight: 700;
}

/* Header */
.tp-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: #fff;
	border-bottom: 1px solid var(--tp-border);
}

.tp-header .tp-container { width: min(1360px, calc(100% - 64px)); }

.tp-header.is-scrolled { box-shadow: 0 6px 22px rgba(23, 32, 51, .08); }
.admin-bar .tp-header { top: 32px; }

.tp-utility {
	height: 36px;
	overflow: hidden;
	border-bottom: 1px solid #edf0f2;
	background: #fff;
}

.tp-ticker {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.tp-ticker-track {
	display: flex;
	width: max-content;
	height: 100%;
	align-items: center;
	animation: tp-ticker-scroll 48s linear infinite;
	will-change: transform;
}

.tp-ticker:hover .tp-ticker-track { animation-play-state: paused; }

.tp-ticker-group {
	display: flex;
	height: 100%;
	flex: 0 0 auto;
	align-items: center;
}

.tp-ticker-item {
	display: inline-flex;
	height: 100%;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
	padding: 0 24px;
	color: #5e6876;
	font-size: 11px;
	font-weight: 650;
	white-space: nowrap;
}

.tp-ticker-item svg {
	width: 13px;
	height: 13px;
	flex: 0 0 13px;
	color: var(--tp-orange);
}

@keyframes tp-ticker-scroll {
	from { transform: translate3d(0, 0, 0); }
	to { transform: translate3d(-50%, 0, 0); }
}

.tp-header-main__inner {
	display: grid;
	height: 75px;
	grid-template-columns: 225px minmax(300px, 1fr) auto;
	align-items: center;
	gap: clamp(24px, 4vw, 56px);
}

.tp-logo { display: block; width: 215px; }
.tp-logo img { width: 100%; height: auto; }

.tp-search { position: relative; }
.tp-search input {
	width: 100%;
	height: 48px;
	padding: 0 58px 0 20px;
	border: 1px solid #dfe3e7;
	border-radius: 12px;
	outline: none;
	background: #f5f6f7;
	color: var(--tp-navy);
	box-shadow: none;
	transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.tp-search input::placeholder { color: #89919d; }
.tp-search input:focus { border-color: rgba(240, 90, 40, .55); background: #fff; box-shadow: 0 0 0 3px rgba(240, 90, 40, .1); }

.tp-search button {
	position: absolute;
	top: 5px;
	right: 5px;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 9px;
	background: var(--tp-orange);
	color: #fff;
	transition: background .18s ease, transform .18s ease;
}

.tp-search button:hover { background: var(--tp-orange-dark); transform: scale(1.03); }
.tp-search button svg { width: 18px; height: 18px; }

.tp-actions { display: flex; align-items: center; gap: 2px; }
.tp-actions a {
	position: relative;
	display: flex;
	min-width: 60px;
	height: 54px;
	align-items: center;
	justify-content: center;
	gap: 3px;
	padding: 4px 9px;
	border-radius: 9px;
	color: #2d3746;
	font-size: 11px;
	font-weight: 700;
	flex-direction: column;
	transition: color .18s ease, background .18s ease;
}

.tp-actions a:hover { background: #f6f7f8; color: var(--tp-orange); }
.tp-actions svg { width: 21px; height: 21px; }
.tp-cart b {
	position: absolute;
	top: 1px;
	right: 7px;
	display: grid;
	min-width: 18px;
	height: 18px;
	place-items: center;
	padding: 0 4px;
	border: 2px solid #fff;
	border-radius: 20px;
	background: var(--tp-orange);
	color: #fff;
	font-size: 9px;
	line-height: 1;
}

/* Category nav + mega menu are rendered by tp_header_render_nav_and_mega()
   and styled globally by assets/css/header-mega-menu.css. The old flat
   `.tp-nav` / `.tp-menu-toggle` rules lived here and are intentionally gone
   so they no longer collide with the shared class names. */

/* Campaign hero */
.tp-campaign {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: #312d27;
}

.tp-campaign__media {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: 58% center;
	transform: scale(1.015);
}

.tp-campaign__overlay {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(20, 20, 18, .82) 0%, rgba(25, 24, 21, .68) 31%, rgba(28, 27, 24, .25) 58%, rgba(28, 27, 24, .08) 100%),
		linear-gradient(0deg, rgba(14, 14, 13, .16), transparent 45%);
}

.tp-campaign__inner {
	display: flex;
	min-height: calc(100vh - var(--tp-first-screen-offset, 154px));
	min-height: calc(100svh - var(--tp-first-screen-offset, 154px));
	min-height: calc(100dvh - var(--tp-first-screen-offset, 154px));
	align-items: center;
}

.tp-campaign__content {
	display: flex;
	width: min(610px, 52%);
	align-items: flex-start;
	justify-content: center;
	padding: 68px 0 72px;
	flex-direction: column;
}

.tp-campaign__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: rgba(255, 255, 255, .86);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.tp-campaign__eyebrow::before {
	width: 28px;
	height: 2px;
	background: var(--tp-orange);
	content: "";
}

.tp-campaign h1 {
	max-width: 590px;
	margin: 17px 0 18px;
	color: #fff;
	font-size: clamp(44px, 4.2vw, 64px);
	font-weight: 850;
	letter-spacing: -.045em;
	line-height: .98;
	text-transform: uppercase;
	text-wrap: balance;
}

.tp-campaign__content > p {
	max-width: 540px;
	margin-bottom: 27px;
	color: rgba(255, 255, 255, .82);
	font-size: 15px;
	line-height: 1.65;
}

.tp-campaign__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.tp-campaign__button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 20px;
	border: 1px solid transparent;
	border-radius: 8px;
	color: #fff !important;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .075em;
	text-transform: uppercase;
	transition: background .25s ease, border-color .25s ease, box-shadow .25s ease, color .25s ease, transform .25s ease;
}

.tp-campaign__button svg {
	width: 17px;
	height: 17px;
	transition: transform .25s ease;
}

.tp-campaign__button--primary {
	background: var(--tp-orange);
	box-shadow: 0 10px 24px rgba(0, 0, 0, .19);
}

.tp-campaign__button--primary:hover {
	background: var(--tp-orange-dark);
	box-shadow: 0 14px 28px rgba(0, 0, 0, .24);
	transform: translateY(-2px);
}

.tp-campaign__button--secondary {
	border-color: rgba(255, 255, 255, .52);
	background: rgba(255, 255, 255, .08);
	backdrop-filter: blur(8px);
}

.tp-campaign__button--secondary:hover {
	border-color: #fff;
	background: #fff;
	color: var(--tp-navy) !important;
	transform: translateY(-2px);
}

.tp-campaign__button:hover svg { transform: translateX(3px); }

.tp-benefit-strip {
	display: grid;
	min-height: 78px;
	grid-template-columns: repeat(4, 1fr);
	align-items: center;
	margin-top: 18px;
	border-top: 1px solid var(--tp-border);
	border-bottom: 1px solid var(--tp-border);
	background: #fff;
}

.tp-benefit-strip > div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	padding: 12px 18px;
}

.tp-benefit-strip > div + div { border-left: 1px solid var(--tp-border); }
.tp-benefit-strip svg { width: 23px; height: 23px; flex: 0 0 23px; color: var(--tp-orange); }
.tp-benefit-strip span { display: flex; min-width: 0; flex-direction: column; }
.tp-benefit-strip b { color: var(--tp-navy); font-size: 13px; line-height: 1.25; }
.tp-benefit-strip small { color: var(--tp-muted); font-size: 10px; line-height: 1.3; }

/* Shared sections */
.tp-section { padding-top: 72px; padding-bottom: 72px; }
.tp-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 28px; }
.tp-section-head h2 {
	margin: 4px 0 0;
	color: var(--tp-navy);
	font-size: clamp(28px, 2.6vw, 34px);
	font-weight: 850;
	letter-spacing: -.035em;
	line-height: 1.15;
}

.tp-section-head > p { margin: 0; color: var(--tp-muted); font-size: 15px; }
.tp-view-all { display: inline-flex; align-items: center; gap: 7px; color: var(--tp-navy); font-size: 13px; font-weight: 750; }
.tp-view-all:hover { color: var(--tp-orange); }

/* Categories */
.tp-category-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }

.tp-category {
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--tp-border);
	border-radius: 15px;
	background: #fff;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.tp-category:hover { border-color: #d9dce1; box-shadow: var(--tp-shadow); transform: translateY(-3px); }

.tp-category__media {
	display: grid;
	height: 142px;
	place-items: center;
	margin: 8px;
	border-radius: 10px;
	background: var(--tone-bg);
	color: var(--tone);
}

.tp-category__media svg { width: 62px; height: 62px; transition: transform .2s ease; }
.tp-category:hover .tp-category__media svg { transform: scale(1.04); }

.tp-category__content { position: relative; display: flex; min-height: 76px; justify-content: center; padding: 10px 38px 14px 14px; flex-direction: column; }
.tp-category__content b { overflow: hidden; color: var(--tp-navy); font-size: 15px; font-weight: 800; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.tp-category__content small { margin-top: 3px; overflow: hidden; color: var(--tp-muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.tp-category__content i {
	position: absolute;
	right: 13px;
	bottom: 18px;
	display: grid;
	width: 25px;
	height: 25px;
	place-items: center;
	border-radius: 7px;
	background: #f3f4f6;
	color: var(--tp-text);
	transition: background .18s ease, color .18s ease;
}

.tp-category__content i svg { width: 14px; height: 14px; }
.tp-category:hover i { background: var(--tp-orange); color: #fff; }

.tp-tone-blue { --tone: #4e73c9; --tone-bg: #eef3ff; }
.tp-tone-rose { --tone: #cf6285; --tone-bg: #fff0f5; }
.tp-tone-sky { --tone: #3185b8; --tone-bg: #edf8fe; }
.tp-tone-green { --tone: #3d8a63; --tone-bg: #edf8f1; }
.tp-tone-violet { --tone: #765ec1; --tone-bg: #f2effc; }
.tp-tone-amber { --tone: #b37a1e; --tone-bg: #fff7e7; }
.tp-tone-mint { --tone: #418e80; --tone-bg: #ebf8f5; }
.tp-tone-peach { --tone: #cc6a3e; --tone-bg: #fff1ea; }
.tp-tone-aqua { --tone: #348e9d; --tone-bg: #ebf8fa; }
.tp-tone-sand { --tone: #957452; --tone-bg: #f8f2eb; }
.tp-tone-orange { --tone: #e45a27; --tone-bg: #fff0e9; }
.tp-tone-slate { --tone: #536276; --tone-bg: #eef1f4; }

/* Customer reviews carousel V2 */
.tp-reviews-carousel-v2 {
	padding-bottom: 16px;
}

.tp-reviews-v2__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 36px;
}

.tp-reviews-v2__intro { max-width: 760px; }

.tp-reviews-v2__header h2 {
	margin: 4px 0 0;
	color: var(--tp-navy);
	font-size: clamp(28px, 2.6vw, 36px);
	font-weight: 850;
	letter-spacing: -.035em;
	line-height: 1.15;
}

.tp-reviews-v2__header p {
	max-width: 720px;
	margin: 9px 0 0;
	color: var(--tp-muted);
	font-size: 15px;
	line-height: 1.55;
}

.tp-reviews-v2__arrows {
	display: flex;
	flex: 0 0 auto;
	gap: 9px;
}

.tp-reviews-v2__arrow {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	padding: 0;
	border: 1px solid #dfe2e6;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 5px 15px rgba(23, 32, 51, .05);
	color: var(--tp-navy);
	cursor: pointer;
	transition: border-color .25s ease, background .25s ease, box-shadow .25s ease, color .25s ease, transform .25s ease;
}

.tp-reviews-v2__arrow svg { width: 17px; height: 17px; }
.tp-reviews-v2__arrow--prev svg { transform: rotate(180deg); }

.tp-reviews-v2__arrow:hover {
	border-color: var(--tp-orange);
	background: var(--tp-orange);
	box-shadow: 0 8px 20px rgba(240, 90, 40, .2);
	color: #fff;
	transform: translateY(-1px);
}

.tp-reviews-v2__arrow:focus-visible,
.tp-reviews-v2__dot:focus-visible {
	outline: 3px solid rgba(240, 90, 40, .22);
	outline-offset: 3px;
}

.tp-reviews-v2__carousel {
	position: relative;
	touch-action: pan-y;
	user-select: none;
}

.tp-reviews-v2__viewport {
	overflow: hidden;
	padding: 6px 1px 11px;
}

.tp-reviews-v2__track {
	display: flex;
	align-items: stretch;
	gap: 22px;
	transform: translate3d(0, 0, 0);
	transition: transform 600ms cubic-bezier(.22, 1, .36, 1);
	will-change: transform;
}

.tp-reviews-v2__track.is-jump {
	transition: none !important;
}

.tp-reviews-v2__card {
	display: flex;
	min-width: 0;
	min-height: 300px;
	flex: 0 0 calc((100% - 44px) / 3);
	padding: 25px 25px 22px;
	border: 1px solid #e4e7ea;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 7px 22px rgba(23, 32, 51, .045);
	flex-direction: column;
	transition: border-color .35s ease, box-shadow .35s ease, transform .35s cubic-bezier(.22, 1, .36, 1);
}

.tp-reviews-v2__card.is-center {
	border-color: #d8dce0;
	box-shadow: 0 14px 32px rgba(23, 32, 51, .085);
	transform: translateY(-3px);
}

.tp-reviews-v2__stars {
	color: var(--tp-orange);
	font-size: 15px;
	letter-spacing: .11em;
	line-height: 1;
}

.tp-reviews-v2__card h3 {
	margin: 17px 0 10px;
	color: var(--tp-navy);
	font-size: 18px;
	font-weight: 820;
	letter-spacing: -.02em;
	line-height: 1.3;
}

.tp-reviews-v2__card > p {
	margin: 0 0 22px;
	color: #626c7a;
	font-size: 13px;
	line-height: 1.62;
}

.tp-reviews-v2__card footer {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	margin-top: auto;
	padding-top: 17px;
	border-top: 1px solid #eef0f2;
}

.tp-reviews-v2__avatar {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 50%;
	background: #fff0e9;
	color: var(--tp-orange-dark);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .04em;
}

.tp-reviews-v2__customer {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.tp-reviews-v2__customer b {
	color: var(--tp-navy);
	font-size: 12px;
	line-height: 1.3;
}

.tp-reviews-v2__customer small {
	overflow: hidden;
	margin-top: 2px;
	color: var(--tp-muted);
	font-size: 9px;
	line-height: 1.3;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tp-reviews-v2__card footer em {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px 7px;
	border-radius: 20px;
	background: #f4f7f5;
	color: #4d715e;
	font-size: 8px;
	font-style: normal;
	font-weight: 800;
	white-space: nowrap;
}

.tp-reviews-v2__card footer em svg {
	width: 11px;
	height: 11px;
}

.tp-reviews-v2__dots {
	display: flex;
	min-height: 18px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin-top: 17px;
}

.tp-reviews-v2__dot {
	width: 7px;
	height: 7px;
	padding: 0;
	border: 0;
	border-radius: 20px;
	background: #cfd4da;
	cursor: pointer;
	transition: width .3s cubic-bezier(.22, 1, .36, 1), background .3s ease;
}

.tp-reviews-v2__dot.is-active {
	width: 22px;
	background: var(--tp-orange);
}

@media (max-width: 900px) {
	.tp-reviews-v2__track { gap: 20px; }
	.tp-reviews-v2__card { flex-basis: calc((100% - 20px) / 2); }
	.tp-reviews-v2__card.is-center { transform: none; }
}

@media (max-width: 620px) {
	.tp-reviews-carousel-v2 { padding-top: 20px; padding-bottom: 20px; }
	.tp-reviews-v2__header { display: block; margin-bottom: 32px; }
	.tp-reviews-v2__header h2 { font-size: 28px; }
	.tp-reviews-v2__header p { font-size: 14px; }
	.tp-reviews-v2__arrows { margin-top: 18px; }
	.tp-reviews-v2__track { gap: 14px; }
	.tp-reviews-v2__card { min-height: 290px; flex-basis: 100%; padding: 23px 22px 21px; }
	.tp-reviews-v2__card footer { grid-template-columns: 38px minmax(0, 1fr); }
	.tp-reviews-v2__card footer em { grid-column: 2; justify-self: start; margin-top: -3px; }
}

/* Promos */
.tp-promos {
	margin-top: 56px;
	margin-bottom: 72px;
}

.tp-promos__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 36px;
	margin-bottom: 28px;
}

.tp-promos__intro { max-width: 720px; }

.tp-promos__eyebrow {
	display: block;
	margin-bottom: 7px;
	color: var(--tp-orange);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .16em;
	line-height: 1.3;
	text-transform: uppercase;
}

.tp-promos__intro h2 {
	margin: 0;
	color: var(--tp-navy);
	font-size: clamp(32px, 3vw, 38px);
	font-weight: 850;
	letter-spacing: -.04em;
	line-height: 1.08;
}

.tp-promos__intro p {
	margin: 10px 0 0;
	color: var(--tp-muted);
	font-size: 15px;
	line-height: 1.55;
}

.tp-promos__all {
	display: inline-flex;
	min-height: 44px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 0 17px;
	border: 1px solid #d9dde2;
	border-radius: 9px;
	background: #fff;
	color: var(--tp-navy);
	font-size: 12px;
	font-weight: 800;
	transition: border-color .25s ease, box-shadow .25s ease, color .25s ease, transform .25s ease;
}

.tp-promos__all svg {
	width: 16px;
	height: 16px;
	transition: transform .25s cubic-bezier(.22,1,.36,1);
}

.tp-promos__all:hover {
	border-color: #c9ced5;
	box-shadow: 0 8px 20px rgba(23, 32, 51, .08);
	color: var(--tp-orange);
	transform: translateY(-1px);
}

.tp-promos__all:hover svg { transform: translateX(3px); }

.tp-promos__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.tp-promos + .tp-benefit-strip { margin-top: 0; }

.tp-promo {
	position: relative;
	height: clamp(310px, 26vw, 350px);
	overflow: hidden;
	border-radius: 20px;
	background: #242622;
	box-shadow: 0 12px 34px rgba(23, 32, 51, .1);
	color: #fff;
	transform: translateZ(0);
	transition: box-shadow .45s cubic-bezier(.22,1,.36,1);
}

.tp-promo::after {
	position: absolute;
	inset: 0;
	z-index: 3;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: inherit;
	pointer-events: none;
	content: "";
}

.tp-promo__media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
	transform: scale(1.01);
	transition: transform .75s cubic-bezier(.22,1,.36,1);
}

.tp-promo--outdoor .tp-promo__media { object-position: 55% center; }
.tp-promo--home .tp-promo__media { object-position: 57% center; }

.tp-promo__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(15, 18, 15, .78) 0%, rgba(17, 19, 16, .61) 43%, rgba(18, 19, 17, .2) 78%, rgba(18, 19, 17, .08) 100%),
		linear-gradient(0deg, rgba(11, 12, 11, .36) 0%, transparent 62%);
}

.tp-promo__content {
	position: absolute;
	right: 32px;
	bottom: 32px;
	left: 32px;
	z-index: 2;
	max-width: 440px;
}

.tp-promo span {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: rgba(255, 255, 255, .84);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.tp-promo span::before {
	width: 22px;
	height: 1px;
	background: rgba(255, 255, 255, .72);
	content: "";
}

.tp-promo h2 {
	max-width: 420px;
	margin: 9px 0 10px;
	color: #fff;
	font-size: clamp(28px, 2.35vw, 34px);
	font-weight: 820;
	letter-spacing: -.035em;
	line-height: 1.08;
	text-wrap: balance;
}

.tp-promo p {
	max-width: 410px;
	margin-bottom: 19px;
	color: rgba(255, 255, 255, .78);
	font-size: 13px;
	line-height: 1.5;
}

.tp-promo a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .035em;
}

.tp-promo a svg {
	width: 16px;
	height: 16px;
	transition: transform .3s cubic-bezier(.22,1,.36,1);
}

.tp-promo:hover { box-shadow: 0 18px 42px rgba(23, 32, 51, .16); }
.tp-promo:hover .tp-promo__media { transform: scale(1.055); }
.tp-promo a:hover svg { transform: translateX(4px); }

/* Top selling products */
.tp-section--products {
	padding-top: 72px;
	padding-bottom: 82px;
	border: 0;
	background: #fff;
}

.tp-section-head--center {
	display: block;
	margin-bottom: 40px;
	text-align: center;
}

.tp-section-head--center > p { margin: 9px auto 0; text-align: center; }
.tp-product-grid { display: grid; width: min(1160px, 100%); grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-inline: auto; }

.tp-product-card {
	position: relative;
	display: flex;
	min-width: 0;
	height: 435px;
	overflow: hidden;
	padding: 23px 20px 18px;
	border: 1px solid #e8e8e8;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 3px 12px rgba(23, 32, 51, .025);
	flex-direction: column;
	transition: border-color .3s cubic-bezier(.22,1,.36,1), box-shadow .3s cubic-bezier(.22,1,.36,1), transform .3s cubic-bezier(.22,1,.36,1);
}

.tp-product-card:hover {
	border-color: #dedede;
	box-shadow: 0 12px 28px rgba(23, 32, 51, .09);
	transform: translateY(-4px);
}

.tp-product-card__copy {
	position: relative;
	z-index: 2;
	min-height: 116px;
	text-align: center;
}

.tp-product-card h3 {
	display: -webkit-box;
	max-width: 235px;
	min-height: 42px;
	margin: 0 auto 5px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: var(--tp-navy);
	font-size: 16px;
	font-weight: 820;
	letter-spacing: -.015em;
	line-height: 1.3;
}

.tp-product-card h3 a { transition: color .22s ease; }
.tp-product-card h3 a:hover { color: var(--tp-orange); }
.tp-product-card__copy > p {
	overflow: hidden;
	max-width: 230px;
	height: 34px;
	margin: 0 auto 5px;
	color: #858c96;
	font-size: 11px;
	line-height: 1.45;
}

.tp-product-card__price { color: #111820; font-size: 16px; font-weight: 850; }
.tp-product-card__price del { margin-right: 5px; color: #9aa1aa; font-size: 11px; font-weight: 500; }
.tp-product-card__price ins { color: var(--tp-orange); text-decoration: none; }

.tp-product-card__media {
	display: flex;
	min-height: 255px;
	flex: 1;
	align-items: center;
	justify-content: center;
	padding: 8px 10px 10px;
}

.tp-product-card__media img {
	width: 100%;
	max-width: 225px;
	height: 235px;
	object-fit: contain;
	mix-blend-mode: multiply;
	transition: transform .32s cubic-bezier(.22,1,.36,1);
}

.tp-product-card:hover .tp-product-card__media img { transform: scale(1.03); }

.tp-product-card__action {
	position: absolute;
	right: 15px;
	bottom: 15px;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid #e2e3e5;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 5px 14px rgba(23, 32, 51, .1);
	color: var(--tp-orange);
	font-size: 23px;
	line-height: 1;
	transition: border-color .25s ease, background .25s ease, color .25s ease, transform .25s ease;
}

.tp-product-card__action:hover { border-color: var(--tp-orange); background: var(--tp-orange); color: #fff; transform: scale(1.06); }
.tp-product-card__action span { transform: translateY(-1px); }
.tp-product-empty { padding: 30px; border: 1px solid var(--tp-border); border-radius: 14px; color: var(--tp-muted); text-align: center; }

/* Benefits and newsletter */
.tp-benefits {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding-top: 54px;
	padding-bottom: 54px;
}

.tp-benefits > div { display: flex; align-items: center; gap: 13px; padding: 4px 24px; }
.tp-benefits > div + div { border-left: 1px solid var(--tp-border); }
.tp-benefits svg { width: 30px; height: 30px; flex: 0 0 30px; color: var(--tp-orange); }
.tp-benefits span { display: flex; flex-direction: column; }
.tp-benefits b { color: var(--tp-navy); font-size: 14px; }
.tp-benefits small { color: var(--tp-muted); font-size: 11px; }

.tp-newsletter { padding: 56px 0; background: var(--tp-warm); border-top: 1px solid #f3e6dd; border-bottom: 1px solid #f3e6dd; }
.tp-newsletter__inner { display: grid; grid-template-columns: 1fr minmax(420px, .78fr); align-items: center; gap: 70px; }
.tp-newsletter h2 { margin: 5px 0 7px; color: var(--tp-navy); font-size: clamp(28px, 2.7vw, 36px); font-weight: 850; letter-spacing: -.04em; line-height: 1.1; }
.tp-newsletter p { margin-bottom: 0; color: var(--tp-text); font-size: 14px; }
.tp-newsletter-form > div { display: flex; padding: 5px; border: 1px solid #e5d9d0; border-radius: 12px; background: #fff; }
.tp-newsletter-form input { min-width: 0; height: 44px; flex: 1; padding: 0 14px; border: 0; outline: 0; background: transparent; box-shadow: none; font-size: 13px; }
.tp-newsletter-form button { height: 44px; padding: 0 20px; border: 0; border-radius: 8px; background: var(--tp-orange); color: #fff; font-size: 13px; font-weight: 800; transition: background .18s ease; }
.tp-newsletter-form button:hover { background: var(--tp-orange-dark); }
.tp-newsletter-form .tp-form-status { min-height: 18px; margin: 6px 0 0; color: #39785a; font-size: 11px; }
.tp-form-status.is-error { color: #b03c31; }

/* Footer */
.tp-footer { background: #fff; }
.tp-footer__grid { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr) 1.15fr; gap: clamp(28px, 4vw, 58px); padding-top: 58px; padding-bottom: 50px; }
.tp-logo--footer { width: 195px; }
.tp-footer__brand p { max-width: 300px; margin: 18px 0 0; color: var(--tp-muted); font-size: 13px; }
.tp-footer__group > button {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	border: 0;
	background: none;
	color: var(--tp-navy);
	font-size: 14px;
	font-weight: 850;
	pointer-events: none;
}
.tp-footer__group > button span { display: none; }
.tp-footer__group nav { display: flex; align-items: flex-start; margin-top: 16px; flex-direction: column; }
.tp-footer__group a { margin-bottom: 9px; color: var(--tp-text); font-size: 12px; transition: color .18s ease; }
.tp-footer__group a:hover { color: var(--tp-orange); }
.tp-footer__social h2 { margin: 0 0 13px; color: var(--tp-navy); font-size: 14px; font-weight: 850; }
.tp-footer__social p { margin-bottom: 14px; color: var(--tp-muted); font-size: 12px; }
.tp-footer__social > div { display: flex; gap: 8px; }
.tp-footer__social a { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--tp-border); border-radius: 8px; color: var(--tp-text); font-size: 11px; font-weight: 850; text-transform: uppercase; transition: background .18s ease, color .18s ease; }
.tp-footer__social a:hover { background: var(--tp-orange); color: #fff; }
.tp-footer__bottom { display: flex; min-height: 66px; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--tp-border); color: var(--tp-muted); font-size: 11px; }
.tp-footer__bottom p { margin: 0; }

/* Responsive */
@media (max-width: 1180px) {
	:root { --tp-container: min(100% - 48px, 1360px); }
	.tp-header-main__inner { grid-template-columns: 190px minmax(260px, 1fr) auto; gap: 24px; }
	.tp-logo { width: 185px; }
	.tp-category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.tp-footer__grid { grid-template-columns: 1.3fr repeat(3, 1fr); }
	.tp-footer__social { grid-column: 1 / -1; }
}

@media (max-width: 1023px) {
	/* Mega-menu CSS reveals .tp-mobile-toggle at this breakpoint; give it a grid track. */
	.tp-header-main__inner { grid-template-columns: auto minmax(0, 1fr) auto auto; }
}

@media (max-width: 900px) {
	:root { --tp-container: min(100% - 48px, 1360px); }
	.tp-header-main__inner { height: auto; min-height: 70px; grid-template-columns: auto minmax(0, 1fr) auto auto; gap: 14px; padding: 11px 0; }
	.tp-search { grid-column: 1 / -1; grid-row: 2; }
	.tp-actions { justify-self: end; }
	.tp-actions a { min-width: 42px; padding-inline: 6px; }
	.tp-actions a span { display: none; }
	.tp-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.tp-promos__grid { gap: 16px; }
	.tp-promo__content { right: 26px; bottom: 27px; left: 26px; }
	.tp-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tp-benefits { grid-template-columns: repeat(2, 1fr); row-gap: 30px; }
	.tp-benefits > div:nth-child(3) { border-left: 0; }
	.tp-newsletter__inner { grid-template-columns: 1fr; gap: 26px; }
	.tp-footer__grid { grid-template-columns: repeat(2, 1fr); }
	.tp-footer__brand { grid-column: 1 / -1; }
	.tp-footer__social { grid-column: auto; }
}

@media (max-width: 620px) {
	:root { --tp-container: calc(100% - 32px); }
	.tp-utility { height: 34px; }
	.tp-ticker-track { animation-duration: 42s; }
	.tp-ticker-item { gap: 7px; padding-inline: 18px; font-size: 10px; }
	.tp-ticker-item svg { width: 12px; height: 12px; flex-basis: 12px; }
	.tp-header-main__inner { grid-template-columns: minmax(130px, 160px) 1fr auto; }
	.tp-logo { width: 155px; }
	.tp-actions a:first-child { display: none; }
	.tp-actions a { min-width: 38px; }
	.tp-search input { height: 46px; padding-left: 15px; font-size: 13px; }
	.tp-search button { width: 36px; height: 36px; }
	.tp-btn { width: 100%; }
	.tp-section { padding-top: 44px; padding-bottom: 44px; }
	.tp-section-head { display: block; margin-bottom: 20px; }
	.tp-section-head > p,
	.tp-section-head > .tp-view-all { display: inline-flex; margin-top: 8px; }
	.tp-section-head h2 { font-size: 28px; }
	.tp-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	.tp-category__media { height: 115px; }
	.tp-category__media svg { width: 52px; height: 52px; }
	.tp-category__content { min-height: 70px; padding: 9px 30px 12px 11px; }
	.tp-category__content b { font-size: 13px; }
	.tp-category__content small { font-size: 9px; }
	.tp-category__content i { right: 9px; bottom: 17px; width: 22px; height: 22px; }
	.tp-promos { margin-top: 52px; margin-bottom: 64px; }
	.tp-promos__head { display: block; margin-bottom: 26px; }
	.tp-promos__intro h2 { font-size: clamp(31px, 9vw, 35px); }
	.tp-promos__intro p { margin-top: 9px; font-size: 14px; }
	.tp-promos__all { margin-top: 20px; }
	.tp-promos__grid { grid-template-columns: 1fr; gap: 14px; }
	.tp-promo { height: clamp(270px, 78vw, 310px); border-radius: 18px; }
	.tp-promo__content { right: 24px; bottom: 25px; left: 24px; }
	.tp-promo--outdoor .tp-promo__media { object-position: 63% center; }
	.tp-promo--home .tp-promo__media { object-position: 61% center; }
	.tp-promo h2 { max-width: 380px; font-size: clamp(27px, 7.8vw, 31px); }
	.tp-promo p { max-width: 360px; margin-bottom: 17px; font-size: 12px; }
	.tp-product-grid { grid-template-columns: 1fr; gap: 12px; }
	.tp-product-card { min-height: 420px; padding: 21px 18px 17px; }
	.tp-product-card__copy { min-height: 112px; }
	.tp-product-card__media { min-height: 230px; }
	.tp-product-card__media img { height: 215px; }
	.tp-benefits { grid-template-columns: 1fr; gap: 0; padding-top: 36px; padding-bottom: 36px; }
	.tp-benefits > div { padding: 15px 0; }
	.tp-benefits > div + div { border-top: 1px solid var(--tp-border); border-left: 0; }
	.tp-newsletter { padding: 42px 0; }
	.tp-newsletter-form > div { align-items: stretch; padding: 0; border: 0; background: transparent; flex-direction: column; gap: 8px; }
	.tp-newsletter-form input { height: 48px; border: 1px solid #e5d9d0; border-radius: 9px; background: #fff; }
	.tp-newsletter-form button { height: 46px; }
	.tp-footer__grid { grid-template-columns: 1fr; gap: 0; padding-top: 42px; padding-bottom: 35px; }
	.tp-footer__brand { margin-bottom: 28px; }
	.tp-footer__group { border-top: 1px solid var(--tp-border); }
	.tp-footer__group > button { min-height: 50px; pointer-events: auto; }
	.tp-footer__group > button span { display: block; transition: transform .18s ease; }
	.tp-footer__group.is-open > button span { transform: rotate(45deg); }
	.tp-footer__group nav { max-height: 0; overflow: hidden; margin: 0; transition: max-height .22s ease; }
	.tp-footer__group.is-open nav { max-height: 260px; padding-bottom: 12px; }
	.tp-footer__social { padding-top: 28px; }
	.tp-footer__bottom { min-height: 74px; align-items: flex-start; justify-content: center; padding: 17px 0; flex-direction: column; gap: 3px; }
}

@media (max-width: 390px) {
	.tp-actions a:nth-child(2) { display: none; }
	.tp-category__media { height: 105px; }
}

.tp-motion-ready .tp-reveal {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity .58s ease, transform .58s cubic-bezier(.2,.7,.2,1);
}

.tp-motion-ready .tp-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.tp-motion-ready .tp-promos .tp-promo.tp-reveal {
	transition: opacity .64s cubic-bezier(.22,1,.36,1), transform .64s cubic-bezier(.22,1,.36,1), box-shadow .45s cubic-bezier(.22,1,.36,1);
}

.tp-motion-ready .tp-promos .tp-promo:nth-child(2).tp-reveal { transition-delay: .1s; }

@media (max-width: 782px) {
	.admin-bar .tp-header { top: 46px; }
}

/* Campaign and catalogue responsive refinements */
@media (max-width: 1180px) {
	.tp-campaign__content { width: min(600px, 56%); }
	.tp-campaign h1 { font-size: clamp(44px, 4.8vw, 56px); }
	.tp-product-grid { width: min(1120px, 100%); gap: 16px; }
}

@media (max-width: 900px) {
	.tp-header .tp-container { width: min(100% - 48px, 1360px); }
	.tp-campaign__content { width: min(570px, 68%); padding: 58px 0 62px; }
	.tp-campaign__media { object-position: 62% center; }
	.tp-campaign__overlay {
		background:
			linear-gradient(90deg, rgba(20, 20, 18, .84) 0%, rgba(25, 24, 21, .7) 43%, rgba(28, 27, 24, .24) 78%, rgba(28, 27, 24, .12) 100%),
			linear-gradient(0deg, rgba(14, 14, 13, .18), transparent 45%);
	}
	.tp-campaign h1 { max-width: 520px; font-size: clamp(42px, 6.2vw, 52px); }
	.tp-benefit-strip { grid-template-columns: repeat(2, 1fr); }
	.tp-benefit-strip > div:nth-child(3) { border-top: 1px solid var(--tp-border); border-left: 0; }
	.tp-benefit-strip > div:nth-child(4) { border-top: 1px solid var(--tp-border); }
	.tp-product-grid { width: min(580px, 100%); grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
	.tp-header .tp-container { width: calc(100% - 32px); }
	.tp-campaign__inner { align-items: center; }
	.tp-campaign__content { width: 100%; padding: 54px 0 58px; }
	.tp-campaign__media { object-position: 66% center; }
	.tp-campaign__overlay {
		background:
			linear-gradient(90deg, rgba(17, 17, 16, .86) 0%, rgba(21, 20, 18, .7) 60%, rgba(24, 23, 20, .42) 100%),
			linear-gradient(0deg, rgba(12, 12, 11, .42), transparent 70%);
	}
	.tp-campaign__eyebrow { font-size: 9px; }
	.tp-campaign h1 { max-width: 440px; margin: 15px 0 16px; font-size: clamp(37px, 11vw, 45px); line-height: .98; }
	.tp-campaign__content > p { max-width: 440px; margin-bottom: 23px; font-size: 14px; line-height: 1.55; }
	.tp-campaign__button { min-height: 46px; padding-inline: 17px; }
	.tp-benefit-strip { min-height: 126px; grid-template-columns: repeat(2, 1fr); margin-top: 14px; }
	.tp-benefit-strip > div { justify-content: flex-start; padding: 12px 10px; }
	.tp-benefit-strip svg { width: 20px; height: 20px; flex-basis: 20px; }
	.tp-benefit-strip b { font-size: 11px; }
	.tp-benefit-strip small { font-size: 9px; }
	.tp-section--products { padding-top: 54px; padding-bottom: 58px; }
	.tp-section-head--center { margin-bottom: 28px; }
	.tp-product-grid { width: min(360px, 100%); grid-template-columns: 1fr; gap: 14px; }
	.tp-product-card { height: 425px; }
}

@media (max-width: 430px) {
	.tp-campaign__actions { width: 100%; flex-direction: column; gap: 9px; }
	.tp-campaign__button { width: 100%; }
}

.tp-motion-ready .tp-campaign__content,
.tp-motion-ready .tp-campaign__media {
	opacity: 0;
	transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1);
}

.tp-motion-ready .tp-campaign__content { transform: translateY(16px); }
.tp-motion-ready .tp-campaign__media { transform: scale(1.045); transition-delay: .04s; }
.tp-motion-ready.tp-page-ready .tp-campaign__content { opacity: 1; transform: translateY(0); }
.tp-motion-ready.tp-page-ready .tp-campaign__media { opacity: 1; transform: scale(1.015); }

.tp-motion-ready .tp-product-card { opacity: 0; transform: translateY(16px); }
.tp-motion-ready .tp-product-grid.is-visible .tp-product-card {
	opacity: 1;
	transform: translateY(0);
	transition: opacity .52s cubic-bezier(.22,1,.36,1), transform .52s cubic-bezier(.22,1,.36,1), border-color .3s ease, box-shadow .3s ease;
	transition-delay: var(--tp-card-delay, 0ms);
}

.tp-motion-ready .tp-product-grid.is-visible.reveal-complete .tp-product-card { transition-delay: 0ms; }
.tp-motion-ready .tp-product-grid.is-visible.reveal-complete .tp-product-card:hover { transform: translateY(-4px); }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.tp-ticker-track { animation: none !important; transform: none !important; }
	.tp-storefront *,
	.tp-storefront *::before,
	.tp-storefront *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
