/** Shopify CDN: Minification failed

Line 12:21 Expected ":"

**/
.drawer__header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px 16px;
	margin-right: -20px;
	margin-left: -20px;s
}
.drawer__close{
	position: relative;
	top:unset;
	right: unset;
	width: unset;
	height: unset;
}
.drawer__close svg{
	width: 20px;
	height: 20px;
}
.dots svg{
	width: 4px;
	height: 4px;
}
.cart-drawer_header{
	display: flex;
	align-items: center;
	column-gap: 24px;
}

.cart-drawer_header .drawer__heading, .cart-drawer_header .totals__subtotal-value{
	display: flex;
	align-items: center;
	color: #000;
	font-family: var(--font-body-family-Bold);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.drawer__heading{
	margin: 0;
}
.drawer__inner{
	 width: 45.35rem;
}
@media(max-width:767px){
	.cart-drawer_header{
		column-gap: 5px;
	}
}