/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.svg2 path{
	animation:pathAnim 7s; 
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.svg2 path:nth-child(2){
	animation-delay: 0.2s
}
.svg2 path:nth-child(3){
	animation-delay: 1s
}
.svg2 path:nth-child(4){
	animation-play-state: paused;
}
@keyframes pathAnim{
	0%{
		d: path("M0,200	C280,220,400,100,600,192 C800,290,1100,250,1320,212	L1320 270 L0 270");
	}
	25%{
		d: path("M0,190	C280,160,440,292,660,268 C840,235,1100,120,1320,200	L1320 270 L0 270");
	}
	40%{
		d: path("M0,230	C280,232,440,160,600,170 C820,190,1100,242,1320,230	L1320 270 L0 270");
	}
	60%{
		d: path("M0,200	C280,250,440,250,660,175 C840,110,1100,200,1320,222	L1320 270 L0 270");
	}
	75%{
		d: path("M0,230	C280,232,440,160,600,170 C820,190,1100,242,1320,230	L1320 270 L0 270");
	}
	87%{
		d: path("M0,230	C280,225,420,140,600,180 C820,212,1100,248,1320,210	L1320 270 L0 270");
	}
	100%{
		d: path("M0,200	C280,220,400,100,600,192 C800,290,1100,250,1320,212	L1320 270 L0 270");
	}

}

.gradient__brand-secondary {
  stop-color: #849586 !important;
}

.gradient__brand {
  stop-color: #3d4c3e !important;
}

.header-misc .mtm-storefront-nav-actions.sf-header-actions {
	--sf-header-action-height: 2.375rem;
	--mtm-storefront-nav-primary: var(--cnvs-themecolor, #3d4c3e);
	--mtm-storefront-nav-primary-rgb: var(--cnvs-themecolor-rgb, 61, 76, 62);
	--mtm-storefront-nav-contrast: #fff;
	--mtm-storefront-nav-soft-bg: rgba(var(--mtm-storefront-nav-primary-rgb), 0.12);
	--mtm-storefront-nav-soft-shadow: rgba(var(--mtm-storefront-nav-primary-rgb), 0.22);
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 0.5rem;
	min-width: 0;
	margin-left: 0.35rem;
}

.header-misc .mtm-storefront-nav-actions.sf-header-actions .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: var(--sf-header-action-height);
	min-height: var(--sf-header-action-height);
	white-space: nowrap;
	transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.header-misc .mtm-storefront-nav-actions.sf-header-actions .btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 0.35rem 0.9rem var(--mtm-storefront-nav-soft-shadow);
}

.header-misc .mtm-storefront-nav-actions .sf-account-icon-btn {
	width: var(--sf-header-action-height);
	min-width: var(--sf-header-action-height);
	padding: 0;
}

.header-misc .mtm-storefront-nav-actions .sf-account-icon-btn i {
	margin: 0;
}

.header-misc .mtm-storefront-nav-actions .sf-cart-btn--header {
	flex: 0 0 auto;
}

.header-misc .mtm-storefront-nav-actions .sf-cart-badge {
	position: absolute;
	top: -6px;
	right: -6px;
	font-size: 0.7rem;
}

.header-misc .mtm-storefront-nav-actions .btn-primary,
.header-misc .mtm-storefront-nav-actions .btn-primary:focus {
	background-color: var(--mtm-storefront-nav-primary) !important;
	border-color: var(--mtm-storefront-nav-primary) !important;
	color: var(--mtm-storefront-nav-contrast) !important;
}

.header-misc .mtm-storefront-nav-actions .btn-primary:hover,
.header-misc .mtm-storefront-nav-actions .btn-primary:active {
	background-color: var(--mtm-storefront-nav-primary) !important;
	border-color: var(--mtm-storefront-nav-primary) !important;
	color: var(--mtm-storefront-nav-contrast) !important;
}

.header-misc .mtm-storefront-nav-actions .btn-outline-primary,
.header-misc .mtm-storefront-nav-actions .btn-outline-primary:focus {
	color: var(--mtm-storefront-nav-primary) !important;
	border-color: var(--mtm-storefront-nav-primary) !important;
	background-color: transparent !important;
}

.header-misc .mtm-storefront-nav-actions .btn-outline-primary:hover {
	background-color: var(--mtm-storefront-nav-soft-bg) !important;
	border-color: var(--mtm-storefront-nav-primary) !important;
	color: var(--mtm-storefront-nav-primary) !important;
}

@media (max-width: 575.98px) {
	.header-misc .mtm-storefront-nav-actions {
		gap: 0.35rem;
		margin-left: 0.2rem;
	}

	.header-misc .mtm-storefront-nav-actions .sf-cart-btn--header {
		width: auto;
		min-width: var(--sf-header-action-height);
		padding-right: 0.42rem;
		padding-left: 0.42rem;
		gap: 0.3rem;
	}

	.header-misc .mtm-storefront-nav-actions .sf-cart-label {
		display: none;
	}

	.header-misc .mtm-storefront-nav-actions .fa-cart-shopping {
		margin-right: 0 !important;
	}

	.header-misc .mtm-storefront-nav-actions .sf-cart-badge {
		position: static;
		top: auto;
		right: auto;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 auto;
		min-width: 1.2rem;
		height: 1.2rem;
		padding: 0 0.32rem;
	}
}
