/** Shopify CDN: Minification failed

Line 254:13 Expected identifier but found whitespace
Line 254:15 Unexpected "{"
Line 254:25 Expected ":"
Line 254:45 Unexpected ","
Line 254:48 Unexpected "{"
Line 254:58 Expected ":"
Line 255:11 Expected identifier but found whitespace
Line 255:13 Unexpected "{"
Line 255:23 Expected ":"
Line 255:42 Expected ":"
... and 18 more hidden warnings

**/
.header.header {
	--header-padding:25px;
}

.search-modal__button,
.account-popover,
.cart-drawer {
	padding-left:4px;
	padding-right:4px;
}

.header-actions__cart-icon .cart-bubble.cart-bubble {
	position:static;
	color:white;
	font-size:15px;
	letter-spacing:1px;
	padding:0 5px;
}

.cart-bubble__text {
	font-size:15px;
}

.header-actions__cart-icon {
	display:flex;
	gap:5px;
}

.header-actions__cart-icon .svg-wrapper.svg-wrapper {
	margin:0 3px;
	width:16px;
}

.header-actions__cart-icon {
	padding:0px 10px;
}

.header-actions__action .svg-wrapper .icon-cart {
	font-size:16px;
}

.search-modal__button .icon-search {
	padding:12px 10px;
}

.header__row--bottom .header__columns {
	padding:0;
	grid-template-areas: 'center';
	grid-template-columns:100%;
}

.menu-list__list-item:where(:not([slot="overflow"])) > .menu-list__link[aria-haspopup],
.menu-list__list-item:where(:not([slot="overflow"])) > .menu-list__link,
.menu-list__list-item:where(:not([slot="overflow"])) > button.menu-list__link {
	margin:0;
	margin-block:0;
	padding:15px 10px;
}

.overflow-menu::part(list) {
	gap:0;
}

.menu-list:where(:has(.menu-list__list-item:hover)) .menu-list__link,
.menu-list:where(:has(.menu-list__list-item:focus-within)) .menu-list__link,
.menu-list:where(:has(.menu-list__list-item:not([aria-hidden='true']) .menu-list__link--active)) .menu-list__link {
	color: rgb(var(--menu-top-level-font-color-rgb));
}

.menu-list:not(:has(.menu-list__list-item:hover)) .menu-list__link--active,
.menu-list .menu-list__list-item:where(:hover, :focus-within) .menu-list__link,
.menu-list .menu-list__list-item[slot="overflow"] .menu-list__link[aria-expanded="true"],
.header__column .button-unstyled:hover,
.account-button:hover {
	color:#9d8661;
	opacity:1;
}

.header__column:has(header-menu:hover) header-menu:not(:hover),
.header__column:has(header-menu:hover) .header-actions__action:not(:hover),
.header__column:has(header-menu:hover) .dropdown-localization__button:not(:hover),
.header__column:has(header-menu:hover) .header__icon--menu:not(:hover),
.header__column:has(.header-actions__action:hover) header-menu:not(:hover),
.header__column:has(.header-actions__action:hover) .header-actions__action:not(:hover),
.header__column:has(.header-actions__action:hover) .dropdown-localization__button:not(:hover),
.header__column:has(.header-actions__action:hover) .header__icon--menu:not(:hover),
.header__column:has(.dropdown-localization__button:hover) header-menu:not(:hover),
.header__column:has(.dropdown-localization__button:hover) .header-actions__action:not(:hover),
.header__column:has(.dropdown-localization__button:hover) .dropdown-localization__button:not(:hover),
.header__column:has(.dropdown-localization__button:hover) .header__icon--menu:not(:hover),
.header__column:has(.header__icon--menu:hover) header-menu:not(:hover),
.header__column:has(.header__icon--menu:hover) .header-actions__action:not(:hover),
.header__column:has(.header__icon--menu:hover) .dropdown-localization__button:not(:hover),
.header__column:has(.header__icon--menu:hover) .header__icon--menu:not(:hover) {
	opacity:1;
}

#header-component {
	position:relative;
}

dialog.search-modal__content {
	margin:0;
	width:100%;
	max-width:100%;
	top:var(--header-group-correction);
}

.dialog-modal[open].search-modal__content {
	box-shadow:none;
	border-radius:0;
}

predictive-search-component {
	background:#161d22e6;
}

.dialog-modal .predictive-search-form__header {
	background:transparent;
}

.dialog-modal .predictive-search-form__header-inner,
.predictive-search-form__header-inner:focus-within,
.predictive-search-form__header-inner:has(.search-input:is(:focus, :focus-visible)) {
	width:60%;
	margin:0 auto 30px;
	position:relative;
	padding:30px 0 0;
	border-bottom:1px solid white!important;
	background:transparent;
	border-radius:0;
}

.predictive-search:has(.predictive-search-dropdown) .search-input {
	height:50px;
	min-height:50px;
	color:white;
	font-size:36px;
	line-height:36px;
	letter-spacing:1px;
	font-weight:500;
	width:100%;
	padding:0 10px;
	margin:0 0 15px;
	max-width:100%;
}

.predictive-search__reset-button {
	display:none;
}

.search-input::placeholder {
	color:#888;
}

.predictive-search__icon {
	top:0;
	right:0;
	color:white;
	left:auto;
	width:auto;
	height:auto;
	top:38px;
	font-size:30px;
}

.search-modal {
	--search-border-radius:0;
}

.dropdown_container {
	clear: both;
	width: 100%;
	display:none;
}

.dropdown_container img {
	max-width: 100%;
}

.dropdown {
	position: absolute;
	width: 100%;
	z-index: 1000;
}

.dropdown_container .dropdown_column img {
	max-width:66%;
	display:block;
	margin:0 auto;
}

.dropdown_content {
	display: table;
	width: 100%;
	margin: 0 auto;
}

.dropdown_container.mega-menu .dropdown_content {
	width: 100%;
	display:flex;
	margin: 0 auto;
}

.mega-menu__richtext,
.mega-menu__image-caption-link {
	padding: 0 5px;
}

.mega-menu__richtext a,
.mega-menu__richtext a:active,
.mega-menu__richtext a:hover {
	display: inline-block;
	text-transform: none;
}

.mega-menu__image-caption-link {
	text-align: center;
	margin-bottom: 10px;
}

.mega-menu__image-caption-link a, .mega-menu__image-caption-link a:visited, .mega-menu__image-caption-link a:active, .mega-menu__image-caption-link a:hover {
	text-transform: none;
	display: block;
}

.mega-menu__image-caption,
.mobile-mega-menu__image-caption {
	margin: 10px 0;
}

.dropdown_content a p,
.mobile-mega-menu a p {
	padding: 0;
}

.dropdown_content p,
.mobile-mega-menu p {
	font-family: {{ settings.nav__font.family }}, {{ settings.nav__font.fallback_families }};
	font-size: {{ settings.nav_font_size }}px;
	font-style: {{ settings.nav__font.style }};
	color: {{ settings.nav_color }};
	padding-top: 12px;
	padding-bottom: 12px;
	position: relative;
	display: block;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: 0;
	margin-bottom: 0;
}

.dropdown_content p,
.dropdown_content a,
.dropdown_content a:hover,
.dropdown_content a:active {
	font-size: {{ settings.mega_text_font_size }}px;
	letter-spacing: {{ settings.mega_text_letter_spacing }}px;
}

.dropdown_column__menu + .dropdown_column__menu {
	margin-top: 10px;
}

.dropdown_narrow {
	width: 60%;
}

.dropdown_column {
	display: table-cell;
	padding: 15px 20px 30px 20px;
	width: 16.666%;
	vertical-align: top;
}

.dropdown_column img {
	max-width: 100%;
}

.dropdown_column ul {
	margin: 0;
	padding: 0;
}

.dropdown_column ul.dropdown_title {
	border-bottom: solid 1px {{ settings.nav_color_ul }};
	padding-bottom: 10px;
}

.dropdown_column ul.dropdown_item {
	text-align: center;
}

.dropdown_container.mega-menu .dropdown_column {
	display: inline-block;
	padding: 15px 20px 30px 20px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 16.666%;
	flex: 1 0 16.666%;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	vertical-align: top;
}

.dropdown_column li {
	padding-left:5px;
	padding-right:5px;
	display: block;
}

.dropdown_column li a, .dropdown_column li a:hover, .dropdown_column li a:active {
	padding-bottom: 0;
	text-transform: none;
}

.dropdown_column li a {
	display:block;
}

.dropdown_row {
	display:table-row;
}

.mega-menu-container .dropdown_container .dropdown_title a {
	text-align: center;
	font-size: 20px !important;
	font-weight: 500 !important;
	color: #F1F1F1 !important;
	text-decoration: none !important;
}

.mega-menu-container .dropdown {
	position:fixed;
	top:var(--header-group-correction);
}

.mega-menu-container .dropdown_container .dropdown {
	background-color: rgba(22, 29, 34, 0.9);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.mega-menu-container .dropdown_container .dropdown a {
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0px !important;
	line-height: 90% !important;
	font-size: 18px;
	color: #FFFFFF;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mega-menu-container .dropdown_container .dropdown .mega-menu__richtext a {
	text-decoration:none;
}

.mega-menu__image-caption-link a {
	padding-top:12px;
	padding-bottom:12px;
}

.mega-menu-container .dropdown_container .mega-menu__richtext p {
	color: #F1F1F1 !important;
	text-align: center !important;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0px !important;
	font-size: 18px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mega-menu-container .dropdown_container .dropdown_content {
	max-width: 1600px !important;
	margin: auto !important;
}

.mega-menu-container .dropdown_container .dropdown_column img:hover {
	transition: transform 0.15s, visibility 0.15s ease-in;
	filter: brightness(75%);
}

.mega-menu-container .dropdown_container .dropdown_column ul.dropdown_title {
	text-align: center;
	font-size: 20px !important;
	font-weight: 500 !important;
	color: #F1F1F1 !important;
	text-decoration: none !important;
	border-bottom:1px solid #8d8d8d;
	paddding-bottom:10px;
}

.dropdown_column__menu ul a {
	padding-top:12px;
}

.dropdown_column__menu + .dropdown_column__menu {
	margin-top:10px;
}

.shopify-design-mode .dropdown_container.is-editor-active {
	display: block;
}

.menu-drawer {
	position:absolute;
	top:100%;
	bottom:auto;
	height:auto;
	width:100%;
	max-width:100%;
	background:#131313;
	max-height:calc(100vh - var(--header-group-correction));
}

.menu-drawer:has(details[open]) {
	overflow:auto;
}

.menu-drawer .menu-drawer__close-button {
	display:none;
}

.menu-drawer__menu-item-text {
	display:block;
	text-transform:none;
	width:100%;
	color:#d4d4d4;
	font-size:14px;
	padding:7px 40px 8px 20px;
	line-height:1.8;
}

.menu-drawer__menu-item-text:hover {
	font-weight:bold;
}

.menu-drawer__menu-item {
	padding:0;
}

.menu-drawer__menu {
	padding:0;
	margin:0;
	margin-block:0!important;
}

summary.menu-drawer__menu-item--mainlist {
	display:block;
	min-height:auto;
	background:black;
}

.menu-drawer__menu details {
	display:block;
}

.menu-drawer__menu > .menu-drawer__list-item {
	min-height:auto;
}

summary.menu-drawer__menu-item--mainlist span.menu-drawer__menu-item-text {
	border-top:1px solid #324451;
}

summary.menu-drawer__menu-item--mainlist span.icon-down-arrow {
	position:absolute;
	right:20px;
	top:50%;
	transform:translateY(-50%);
	font-size:12px;
	padding:0;
	color:white;
	transition:transform 0.3s linear;
}

details[open].menu-drawer__menu-container summary.menu-drawer__menu-item--mainlist span.icon-down-arrow {
	transform:rotateX(180deg) translateY(50%);
}

.menu-drawer__submenu {
	position:static;
	background:transparent;
	visibility:visible;
	opacity:1;
	transform:none;
	overflow:visible;
}

.menu-drawer__back-button {
	display:none;
}

.menu-drawer__menu--childlist .menu-drawer__menu-item-text {
	padding-left:35px;
}

.menu-drawer__inner-submenu,
.menu-drawer__submenu {
	height:auto;
	max-height:none;
}

.predictive-search-form__content-wrapper {
	display:none;
}

.header__row--bottom {
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	transform: translateY(0);
	transition: transform 0.3s ease;
	will-change: transform;
}

.header__row--bottom.sticky-nav__stick {
	position: fixed;
	transform:translateY(-100%);
	animation: stickySlideDown 0.3s ease forwards;
}

.header__row--bottom.sticky-nav__unstick {
	position: fixed;
	animation: stickySlideUp 0.25s ease forwards;
}

#header-component {
	display:block;
}

@keyframes stickySlideUp {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-100%);
	}
}

@keyframes stickySlideDown {
	from {
		transform: translateY(-100%);
	}
	to {
		transform: translateY(0);
	}
}

@media only screen and (min-width:750px) {
	.dialog-modal .predictive-search__close-modal-button {
		display:none;
	}
}

@media only screen and (max-width:749px) {
	.account-drawer {
		display:none;
	}
	.header__column--right .search-action {
		grid-area:rightA;
	}
	.header-actions__cart-icon .cart-bubble.cart-bubble {
		padding:0;
		letter-spacing:0;
	}
	.header__columns {
		--header-template-columns:calc(8px + var(--header-mobile-bookend)) var(--header-mobile-bookend) 1fr var(--header-mobile-bookend) calc(8px + var(--header-mobile-bookend));
	}
	.header-actions__cart-icon {
		gap:0;
	}
	.header-actions__cart-icon .svg-wrapper.svg-wrapper {
		margin:0;
	}
	.search-modal__button .icon-search {
		font-size:15px;
	}
	.header-actions__action {
		padding-left:0;
	}
	.search-modal__content.search-modal__content {
		position:fixed;
		top:0;
		height:auto;
		display:block;
		background:#00000080;
	}
	predictive-search-component {
		display:block;
		height:auto;
	}
	.predictive-search-form__header {
		padding:0;
	}
	.dialog-modal .predictive-search-form__header-inner, .predictive-search-form__header-inner:focus-within, .predictive-search-form__header-inner:has(.search-input:is(:focus, :focus-visible)) {
		width:100%;
		margin:0;
		padding:0;
		border-bottom:0!important;
		border-left:1px solid #3e3e3e;
	}
	.dialog-modal .predictive-search-form__header {
		flex-direction:row-reverse;
	}
	.dialog-modal .predictive-search__icon {
		display:none;
	}
	.dialog-modal .predictive-search__close-modal-button {
		width:50px;
		height:50px;
		flex:0 0 50px;
		padding:0;
		color:white;
	}
	.dialog-modal .predictive-search__close-modal-button .svg-wrapper {
		width:24px;
		height:auto;
	}
	.dialog-modal .predictive-search__close-modal-button svg {
		width:100%;
		height:auto;
		fill:currentColor;
	}
	.dialog-modal .predictive-search__close-modal-button path {
		fill:currentColor!important;
	}
	.predictive-search:has(.predictive-search-dropdown) .search-input {
		margin:0;
		padding:5px 15px;
		height:100%;
		color:white;
		font-size:18px;
		letter-spacing:0;
	}
}