/** Shopify CDN: Minification failed

Line 235:28 Expected ":"

**/
aside#cart {
	padding-top: 16px;
	padding-bottom: 16px;
	display: flex;
	flex-direction: column;
	max-height: 100%;
	overflow: hidden;
}
.cart-drawer__timer {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #e6ffd5;
	text-align: center;
	margin-top: -4px;
	padding: 4px;
	border-radius: 8px;
	background: rgba(0, 122, 77, 0.06);
	line-height: 24px;
	color: #007A4D;
	font-size: 14px;
	text-transform: none;
	font-weight: 400;
}
.cart-drawer__timer+div {
	margin-top: 16px;
}
.cart-drawer__timer .cart_drawer_timer_icon,
.cart-drawer__timer .cart_drawer_timer_icon svg {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cart-drawer__timer .cart_drawer_timer_icon+p {
	margin-bottom: 0;
}
aside#cart>ul.compact {
	overflow-x: hidden;
	overflow-y: auto;
}
aside#cart>footer {
	margin-top: auto;
	border: none;
}
aside#cart footer button[type=submit] {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
}
aside#cart footer button[type=submit] svg {
	width: 20px;
	height: auto;
}
aside#cart footer .link-btn>a {
	margin: 0;
}
aside#cart footer>.l4pm {
	margin: 0;
}
aside#cart .l4pm li {
	margin: 0 8px 4px 0;
}
aside#cart footer .icon-text-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 4px;
}
aside#cart footer .icon-text {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
}
aside#cart footer .icon-text .icon,
aside#cart footer .icon-text .icon svg {
	width: 20px;
	height: 20px;
	min-width: 20px;
}
aside#cart footer .icon-text .text {
	font-family: var(--main_ff);
	line-height: 24px;
	color: black;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	font-weight: 700;
}
aside#cart footer>.link-btn {
	margin-right: 0;
}
aside#cart footer>.link-btn * {
	margin: 0;
}
.cart-drawer__upsell-product-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 12px;
	align-items: center;
}
.upsell-product-list {
	width: 100%;
}
.upsell-product-list .flickity-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.upsell-product-list .flickity-button::before {
	display: none;
}
.upsell-product-list .flickity-button.previous {
	left: 0;
}
.upsell-product-list .flickity-button.next {
	right: 0;
}
.upsell-product-list .flickity-button,
.upsell-product-list .flickity-button svg {
	display: flex;
	min-width: unset;
	width: 20px !important;
	height: 40px;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0;
	box-shadow: none;
	color: black;
}
.upsell-product-list .flickity-button svg {
	position: unset;
}
.upsell-product-list .flickity-button.next svg {
	transform: rotate(180deg);
}
.upsell-product-list .flickity-button.next path {
	transform: none;
}
.cart-drawer-upsell-product {
	display: flex;
	gap: 12px;
	width: 300px;
	margin-left: 20px;
}
.cart-drawer-upsell-product.loading {
	opacity: 0.5;
}
.cart-drawer-upsell-product .cart-drawer-upsell-product__figure {
	min-width: 40px;
	width: 40px;
	height: 40px;
}
.cart-drawer-upsell-product .cart-drawer-upsell-product__figure img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	position: relative;
}
.cart-drawer-upsell-product__info {
	display: flex;
	flex-direction: column;
}
.cart-drawer-upsell-product__info .product-title {
	color: inherit;
	line-height: normal;
}
.cart-drawer-upsell-product__info .price-list {
	display: flex;
	align-items: center;
	gap: 4px;
}
.cart-drawer-upsell-product__info .price-list .price {
	margin: 0;
}
.cart-drawer-upsell-product__info .price-list .compare-at-price {
	text-decoration: line-through;
}
.cart-drawer-upsell-product .variant-picker__atc-btn {
	margin-top: 4px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.cart-drawer-upsell-product .variant-picker__atc-btn select {
	height: 30px;
}
.cart-drawer-upsell-product .variant-picker__atc-btn .atc-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px 8px;
	width: fit-content;
	cursor: pointer;
	background: #006366;
	color: white;
	border-radius: 100px;
	font-size: 11px;
	margin: 0;
}
.cart-drawer__shipping-threshold {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.cart-drawer__shipping-threshold .description {
	line-height: normal;
}
.cart-drawer__shipping-threshold .progress-bar__container {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 4px;
}
.cart-drawer__shipping-threshold .progress-bar__container .progress-bar__track-before {
	height: 4px;
	width: 100%;
	border-radius: 100px;
	position: relative;
	overflow: hidden;
	background: #868c8440;aside#cart footer>.link-btn
}
.cart-drawer__shipping-threshold .progress-bar__container .progress-bar__track-before::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: var(--percent);
	height: 100%;
	background: #006366;
}
.cart-drawer__shipping-threshold .progress-bar__container .icon,
.cart-drawer__shipping-threshold .progress-bar__container .icon svg {
	min-width: 16px;
	width: 16px;
	height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cart-drawer__shipping-threshold .progress-bar__container .icon {
	min-width: 28px;
	width: 28px;
	height: 28px;
	background: #868c8440;
	border-radius: 100px;
}
@media screen and (max-width: 768px) {
	aside#cart>header {
		margin: 0;
		padding: 0;
		background: unset;
		color: var(--custom_drop_nav_fg);
	}
	#root aside#cart>header:first-child~.m6pn-close {
		color: var(--custom_drop_nav_fg);
	}
}