/** Shopify CDN: Minification failed

Line 34:8 Expected identifier but found whitespace
Line 34:10 Unexpected "{"
Line 34:22 Expected ":"
Line 34:27 Expected ":"

**/
	.kuddy-header {
		position: sticky;
		top: 0;
		z-index: 34;
		background: rgba(255,255,255,.92);
		backdrop-filter: blur(14px);
		border-bottom: 1px solid var(--line);
		font-family: var(--font-sans);
		color: var(--ink);
	}

	.kuddy-header__inner {
		display: grid;
		grid-template-columns: auto auto 1fr auto;
		align-items: center;
		gap: 30px;
		max-width: 1400px;
		min-height: 78px;
		margin: 0 auto;
		padding: 0 40px;
	}

	.kuddy-header__logo {
		display: inline-flex;
		align-items: center;
		width: {{ logo_width }}px;
		max-width: 125px;
	}

	.kuddy-header__logo img {
		width: 100%;
		height: auto;
		display: block;
	}

	.kuddy-header__nav {
		display: flex;
		align-items: center;
		gap: 34px;
		min-width: 0;
	}

	.kuddy-header__nav a,
	.kuddy-header__nav button {
		display: inline-flex;
		align-items: center;
		gap: 3px;
		border: 0;
		background: transparent;
		color: var(--ink);
		font: inherit;
		font-size: 15px;
		font-weight: 700;
		line-height: 1;
		text-decoration: none;
		white-space: nowrap;
	}

	.kuddy-header__nav button {
		cursor: pointer;
		height: 78px;
		border-bottom: 3px solid transparent;
	}

	.kuddy-header__nav a:hover,
	.kuddy-header__nav button:hover {
		color: var(--amber-700);
	}

	.kuddy-header__nav button[aria-expanded="true"] {
		color: var(--amber-700);
		border-bottom-color: var(--accent);
	}

	.kuddy-header__nav .is-sale {
		color: var(--ink);
	}

	.kuddy-mega {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: #fff;
		border-bottom: 1px solid var(--line);
		box-shadow: var(--shadow-md);
		z-index: 55;
	}

	.kuddy-mega[hidden] {
		display: none;
	}

	.kuddy-mega__in {
		display: grid;
		grid-template-columns: 280px 300px 1fr;
		max-width: 1400px;
		min-height: 440px;
		margin-inline: auto;
	}

	.kuddy-mega__in--discover {
		grid-template-columns: 280px 1fr 320px;
	}

	.kuddy-mega__rail {
		display: flex;
		flex-direction: column;
		gap: 2px;
		border-right: 1px solid var(--line);
		padding: 24px 24px 24px 40px;
	}

	.kuddy-mega__cat {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		width: 100%;
		border: 0;
		border-radius: 3px;
		background: transparent;
		color: var(--ink);
		padding: 10px 12px;
		font-family: var(--font-display);
		font-size: 18px;
		font-weight: 700;
		line-height: 1.15;
		text-align: left;
		text-decoration: none;
	}

	.kuddy-mega__cat small {
		display: block;
		margin-top: 4px;
		color: var(--fg-muted);
		font-family: var(--font-sans);
		font-size: 12px;
	font-weight: 600;
		line-height: 1.2;
	}

	.kuddy-mega__cat.is-active small,
	.kuddy-mega__cat:hover small {
		color: var(--fg-muted);
	}

	.kuddy-mega__cat:hover,
	.kuddy-mega__cat.is-active {
		color: var(--amber-700);
		background: transparent;
	}

	.kuddy-mega__browse {
		margin-top: 16px;
		padding-top: 16px;
		border-top: 1px solid var(--line);
	}

	.kuddy-mega__browse a {
		display: block;
		padding: 5px 0;
		color: var(--ink-2);
		font-size: 13.5px;
		font-weight: 600;
		text-decoration: none;
	}

	.kuddy-mega__browse a:hover {
		color: var(--amber-700);
		text-decoration: underline;
		text-underline-offset: 3px;
	}

	.kuddy-mega__sub {
		border-right: 1px solid var(--line);
		padding: 36px 40px;
	}

	.kuddy-mega__all {
		display: inline-flex;
		align-items: center;
		gap: 7px;
		margin-bottom: 22px;
		color: var(--ink);
		font-family: var(--font-display);
		font-size: 1.15rem;
		font-weight: 700;
		text-decoration: none;
	}

	.kuddy-mega__groups {
		columns: 1;
		column-gap: 0;
	}

	.kuddy-mega__groups--guide {
		display: grid;
		grid-template-columns: repeat(3, minmax(150px, 1fr));
		gap: 26px 36px;
	}

	.kuddy-mega__group {
		break-inside: avoid;
		margin-bottom: 24px;
	}

	.kuddy-mega__layer[hidden] {
		display: none;
	}

	.kuddy-mega__group h3,
	.kuddy-mega h6 {
		margin: 0 0 10px;
		color: var(--ink);
		font-family: var(--font-display);
		font-size: 1.05rem;
		font-weight: 700;
		line-height: 1.15;
	}

	.kuddy-mega__group h3 {
		font-size: 16px;
	}

	.kuddy-mega h6 {
		color: var(--fg-muted);
		font-family: var(--font-sans);
		font-size: 12px;
		font-weight: 800;
		letter-spacing: .1em;
		text-transform: uppercase;
	}

	.kuddy-mega__group a,
	.kuddy-mega__sublist a {
		display: block;
		padding: 6px 0;
		color: var(--ink-2);
		font-size: 13.5px;
		font-weight: 500;
		text-decoration: none;
	}

	.kuddy-mega__sublist {
		columns: 2;
		column-gap: 24px;
	}

	.kuddy-mega__sublist a {
		break-inside: avoid;
		font-size: 14px;
	}

	.kuddy-mega__sublist--single {
		columns: 1;
	}

	.kuddy-mega__sublist--single a {
		color: var(--ink);
		font-size: 16px;
		font-weight: 600;
		padding: 11px 0;
	}

	.kuddy-mega__group a:hover,
	.kuddy-mega__sublist a:hover {
		color: var(--amber-700);
		text-decoration: underline;
		text-underline-offset: 3px;
	}

	.kuddy-mega__feat {
		display: block;
		padding: 102px 40px 24px 32px;
		color: var(--ink);
		text-align: left;
		text-decoration: none;
	}

	.kuddy-mega__feat-img {
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		width: 248px;
		aspect-ratio: 4/3;
		border: 1px solid var(--line);
		border-radius: 6px;
		background: #fff;
	}

	.kuddy-mega__feat-img img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		padding: 14%;
	}

	.kuddy-mega__feat-tag {
		margin: 14px 0 4px;
		color: var(--amber-700);
		font-size: 11px;
		font-weight: 800;
		letter-spacing: .08em;
		text-transform: uppercase;
	}

	.kuddy-mega__feat-title {
		display: flex;
		align-items: center;
		gap: 6px;
		font-family: var(--font-display);
		font-size: 1.15rem;
		font-weight: 700;
	}

	.kuddy-header__search {
		justify-self: end;
		display: flex;
		align-items: center;
		gap: 10px;
		width: min(100%, 450px);
		border-bottom: 1.5px solid var(--ink);
		padding: 8px 0;
		color: var(--ink);
	}

	.kuddy-header.is-search-open {
		z-index: 80;
	}

	.kuddy-header__search.is-active {
		border-bottom-color: var(--accent);
	}

	.kuddy-header__search input {
		width: 100%;
		border: 0;
		outline: 0;
		background: transparent;
		color: var(--ink);
		font: inherit;
		font-size: 16px;
	}

	.kuddy-header__search input::placeholder {
		color: var(--fg-faint);
		opacity: 1;
	}

	.kuddy-search-panel {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 70;
		background: #fff;
		border-top: 1px solid var(--line);
		border-bottom: 1px solid var(--line);
		box-shadow: 0 22px 46px rgba(20, 20, 20, .14);
	}

	.kuddy-search-panel[hidden],
	.kuddy-search-scrim[hidden] {
		display: none;
	}

	.kuddy-search-panel::before {
		content: "";
		position: absolute;
		top: -12px;
		right: 142px;
		width: 22px;
		height: 22px;
		background: #fff;
		border-top: 1px solid var(--line);
		border-left: 1px solid var(--line);
		transform: rotate(45deg);
	}

	.kuddy-search-panel__search {
		display: flex;
		align-items: center;
		gap: 20px;
		max-width: 760px;
		margin: 0 auto;
		padding: 34px 0 26px;
		border-bottom: 1.5px solid var(--ink);
	}

	.kuddy-search-panel__search input {
		flex: 1;
		border: 0;
		outline: 0;
		background: transparent;
		color: var(--ink);
		font: inherit;
		font-size: 18px;
	}

	.kuddy-search-panel__close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		border: 0;
		background: transparent;
		color: var(--ink);
		cursor: pointer;
	}

	.kuddy-search-panel__body {
		display: grid;
		grid-template-columns: 390px 1fr;
		min-height: 450px;
		border-top: 1px solid var(--line);
	}

	.kuddy-search-panel__side {
		border-right: 1px solid var(--line);
		padding: 22px 30px 34px;
	}

	.kuddy-search-panel__main {
		padding: 22px 58px 50px;
	}

	.kuddy-search-panel h3 {
		margin: 0 0 20px;
		color: var(--ink);
		font-family: var(--font-sans);
		font-size: 15px;
		font-weight: 800;
		line-height: 1.2;
	}

	.kuddy-search-panel__side-head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 14px;
	}

	.kuddy-search-panel__side-head button {
		border: 0;
		background: transparent;
		color: var(--fg-muted);
		font: inherit;
		font-size: 14px;
		cursor: pointer;
	}

	.kuddy-search-panel__recent {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 72px;
		height: 72px;
		margin-bottom: 36px;
		border-radius: 7px;
		background: var(--surface);
		overflow: hidden;
	}

	.kuddy-search-panel__recent img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		padding: 8px;
	}

	.kuddy-search-panel__terms {
		display: grid;
		gap: 16px;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.kuddy-search-panel__terms a {
		display: inline-flex;
		align-items: center;
		gap: 10px;
		color: var(--ink-2);
		font-size: 15px;
		font-weight: 500;
		text-decoration: none;
	}

	.kuddy-search-panel__terms a:hover {
		color: var(--amber-700);
	}

	.kuddy-search-panel__products {
		display: grid;
		grid-template-columns: repeat(4, minmax(120px, 1fr));
		gap: 20px;
		max-width: 680px;
	}

	.kuddy-search-panel__product {
		display: grid;
		gap: 12px;
		color: var(--ink);
		text-decoration: none;
	}

	.kuddy-search-panel__image {
		display: flex;
		align-items: center;
		justify-content: center;
		aspect-ratio: 1;
		background: var(--surface);
		border-radius: 2px;
		overflow: hidden;
	}

	.kuddy-search-panel__image img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		padding: 16px;
	}

	.kuddy-search-panel__vendor {
		display: block;
		color: var(--fg-muted);
		font-size: 13px;
		font-weight: 700;
		line-height: 1.2;
	}

	.kuddy-search-panel__title {
		display: block;
		margin-top: 6px;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.25;
	}

	.kuddy-search-scrim {
		position: fixed;
		inset: 0;
		z-index: 60;
		background: rgba(20, 20, 20, .26);
	}

	.kuddy-header__icons {
		display: flex;
		align-items: center;
		gap: 16px;
	}

	.kuddy-iconbtn {
		position: relative;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 38px;
		height: 38px;
		border: 0;
		background: transparent;
		color: var(--ink);
		text-decoration: none;
	}

	.kuddy-iconbtn:hover {
		color: var(--amber-700);
	}

	.kuddy-iconbtn--search {
		display: none;
	}

	.kuddy-cart-count {
		position: absolute;
		top: 1px;
		right: 0;
		min-width: 16px;
		height: 16px;
		padding: 0 4px;
		border-radius: 999px;
		background: var(--accent);
		color: var(--ink);
		font-size: 10px;
		font-weight: 800;
		line-height: 16px;
		text-align: center;
	}

	.kuddy-cart-count[data-cart-count="0"] {
		display: none;
	}

	.kuddy-header__mobile {
		display: none;
	}

	.kuddy-mobile[hidden] {
		display: none;
	}

	.kuddy-mobile {
		position: fixed;
		inset: 0;
		z-index: 80;
	}

	.kuddy-mobile__scrim {
		position: absolute;
		inset: 0;
		background: rgba(20,20,20,.44);
	}

	.kuddy-mobile__panel {
		position: absolute;
		inset: 0 auto 0 0;
		width: min(88vw, 380px);
		background: var(--white);
		box-shadow: var(--shadow-lg);
		padding: 22px;
		overflow-y: auto;
	}

	.kuddy-mobile__top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 26px;
	}

	.kuddy-mobile__logo img {
		width: 125px;
		height: auto;
	}

	.kuddy-mobile__close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		border: 1px solid var(--line);
		border-radius: 999px;
		background: var(--white);
	}

	.kuddy-mobile__nav,
	.kuddy-mobile__quick {
		display: grid;
		gap: 2px;
	}

	.kuddy-mobile__nav a,
	.kuddy-mobile__quick a {
		display: flex;
		align-items: center;
		min-height: 48px;
		border-bottom: 1px solid var(--line);
		color: var(--ink);
		text-decoration: none;
		font-weight: 700;
	}

	.kuddy-mobile__quick {
		margin-top: 24px;
	}

	.kuddy-mobile__quick a {
		min-height: 42px;
		color: var(--ink-2);
		font-size: 14px;
		font-weight: 600;
	}

	html.kuddy-mobile-open,
	html.kuddy-mobile-open body {
		overflow: hidden;
	}

	@media (max-width: 1120px) {
		.kuddy-header__inner {
			display: flex;
			justify-content: space-between;
			gap: 16px;
			min-height: 70px;
			padding: 0 16px;
			overflow: hidden;
		}

		.kuddy-header__mobile {
			display: inline-flex;
		}

		.kuddy-header__nav,
		.kuddy-header__search,
		.kuddy-mega {
			display: none;
		}

		.kuddy-header__logo {
			flex: 0 0 auto;
			width: 125px;
		}

		.kuddy-header__icons {
			flex: 0 0 auto;
			gap: 4px;
		}

		.kuddy-iconbtn--account {
			display: none;
		}

		.kuddy-iconbtn--search {
			display: inline-flex;
		}

		.kuddy-search-panel::before {
			right: 98px;
		}

		.kuddy-search-panel__search {
			max-width: none;
			margin: 0 20px;
		}

		.kuddy-search-panel__body {
			grid-template-columns: 1fr;
			min-height: auto;
		}

		.kuddy-search-panel__side {
			border-right: 0;
			border-bottom: 1px solid var(--line);
		}

		.kuddy-search-panel__main {
			padding: 22px 24px 38px;
		}

		.kuddy-search-panel__products {
			grid-template-columns: repeat(2, minmax(0, 1fr));
			max-width: none;
		}
	}