#cart-drawer .esgifts-kce-shipping {
	flex: 0 0 auto;
	margin: 14px 22px 2px;
	padding: 13px 14px;
	border: 1px solid #d9c9e8;
	border-radius: 10px;
	background: #faf6ff;
}

#cart-drawer .esgifts-kce-shipping-copy {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 9px;
	color: #332443;
	font-size: 0.78rem;
	line-height: 1.35;
}

#cart-drawer .esgifts-kce-shipping-copy strong {
	font-size: 0.83rem;
	font-weight: 800;
}

#cart-drawer .esgifts-kce-shipping-copy span {
	flex: 0 0 auto;
	color: #6a5a78;
	font-size: 0.73rem;
	font-weight: 700;
}

#cart-drawer .esgifts-kce-shipping progress {
	display: block;
	width: 100%;
	height: 7px;
	border: 0;
	border-radius: 999px;
	overflow: hidden;
	background: #e7deee;
	accent-color: #6b4ba3;
}

#cart-drawer .esgifts-kce-shipping progress::-webkit-progress-bar {
	background: #e7deee;
}

#cart-drawer .esgifts-kce-shipping progress::-webkit-progress-value {
	background: #6b4ba3;
}

#cart-drawer .esgifts-kce-line-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 11px;
}

#cart-drawer .esgifts-kce-quantity {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	border: 1px solid #dcd3e3;
	border-radius: 7px;
	overflow: hidden;
	background: #fff;
}

#cart-drawer .esgifts-kce-quantity[aria-busy="true"] {
	opacity: 0.58;
	pointer-events: none;
}

#cart-drawer .esgifts-kce-qty-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	min-width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: 0;
	color: #30243d;
	background: #fff;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1;
}

#cart-drawer .esgifts-kce-qty-button:hover:not(:disabled) {
	color: #fff;
	background: #6b4ba3;
}

#cart-drawer .esgifts-kce-qty-button:focus-visible {
	position: relative;
	z-index: 1;
	outline: 3px solid #6b4ba3;
	outline-offset: -3px;
}

#cart-drawer .esgifts-kce-qty-button:disabled {
	color: #aaa1b2;
	cursor: not-allowed;
}

#cart-drawer .esgifts-kce-quantity output {
	min-width: 34px;
	padding: 0 5px;
	color: #2f243a;
	font-size: 0.86rem;
	font-weight: 800;
	line-height: 36px;
	text-align: center;
}

#cart-drawer .esgifts-kce-line-price {
	color: #2e203c;
	font-size: 0.88rem;
	font-weight: 800;
}

@media (max-width: 767px) {
	#cart-drawer .esgifts-kce-shipping {
		margin-right: 16px;
		margin-left: 16px;
	}
}

