.dtech-sc-offer-wrap {
	clear: both;
	margin: 12px 0 15px;
}

.dtech-sc-offer-form {
	margin: 0;
	padding: 0;
}

.dtech-sc-offer-button.button {
	-webkit-appearance: none;
	align-items: center;
	appearance: none;
	background: #fff3b5 !important;
	border: 1px solid #eed675 !important;
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
	box-sizing: border-box;
	color: #171717 !important;
	cursor: pointer;
	display: grid !important;
	font-family: inherit;
	font-weight: 400;
	grid-template-columns: minmax(0, 1fr) max-content 30px;
	column-gap: 9px;
	line-height: 1.25;
	min-height: 54px;
	margin: 0 !important;
	padding: 11px 14px;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	transition: background-color .15s ease, border-color .15s ease, transform .15s ease;
	width: 100%;
}

.dtech-sc-offer-button.button:hover,
.dtech-sc-offer-button.button:focus-visible {
	background: #ffed91 !important;
	border-color: #d9bc3d !important;
	color: #111 !important;
	text-decoration: none;
}

.dtech-sc-offer-button.button:active {
	transform: translateY(1px);
}

.dtech-sc-offer-button.button .dtech-sc-label {
	display: block !important;
	font-size: clamp(12px, 1.15vw, 16px);
	line-height: 1.25;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dtech-sc-offer-button.button .dtech-sc-label strong {
	font-weight: 700;
}

.dtech-sc-offer-button.button .dtech-sc-label-short {
	display: none !important;
}

.dtech-sc-offer-button.button .dtech-sc-price {
	align-items: baseline;
	color: #171717 !important;
	display: inline-flex !important;
	font-size: clamp(17px, 1.55vw, 22px) !important;
	font-weight: 800;
	line-height: 1 !important;
	margin-left: auto;
	white-space: nowrap;
}

.dtech-sc-offer-button.button .dtech-sc-price .woocommerce-Price-amount,
.dtech-sc-offer-button.button .dtech-sc-price .woocommerce-Price-amount bdi,
.dtech-sc-offer-button.button .dtech-sc-price .woocommerce-Price-currencySymbol {
	color: #171717 !important;
	display: inline !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: 800 !important;
	line-height: inherit !important;
	margin: 0 !important;
	padding: 0 !important;
	vertical-align: baseline !important;
}

.dtech-sc-offer-button.button .dtech-sc-bag {
	display: inline-flex !important;
	flex: 0 0 30px;
	height: 30px;
	place-self: center end;
	width: 30px;
}

.dtech-sc-offer-button.button .dtech-sc-bag svg {
	fill: none;
	height: 100%;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 100%;
}

.dtech-sc-direct-notice,
.dtech-sc-cart-banner {
	background: #fff8d5;
	border: 1px solid #eed675;
	border-radius: 8px;
	box-sizing: border-box;
	color: #302b16;
}

.dtech-sc-direct-notice {
	display: grid;
	gap: 3px;
	margin: 12px 0;
	padding: 11px 13px;
}

.dtech-sc-cart-banner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	gap: 5px 12px;
	justify-content: flex-start;
	line-height: 1.4;
	margin: 0 0 14px;
	max-width: 100%;
	padding: 9px 12px;
	width: fit-content;
}

.dtech-sc-cart-banner a {
	font-weight: 700;
	text-decoration: underline;
}

@media (max-width: 560px) {
	.dtech-sc-offer-button.button {
		column-gap: 6px;
		grid-template-columns: minmax(0, 1fr) max-content 26px;
		min-height: 50px;
		padding: 9px 10px;
	}

	.dtech-sc-offer-button.button .dtech-sc-label-long {
		display: none !important;
	}

	.dtech-sc-offer-button.button .dtech-sc-label-short {
		display: block !important;
		font-size: clamp(11px, 2.9vw, 12px);
		letter-spacing: -.08px;
	}

	.dtech-sc-offer-button.button .dtech-sc-price {
		font-size: clamp(17px, 4.6vw, 18px) !important;
	}

	.dtech-sc-offer-button.button .dtech-sc-bag {
		flex-basis: 26px;
		height: 26px;
		width: 26px;
	}

	.dtech-sc-cart-banner {
		display: block;
		text-align: center;
		width: 100%;
	}

	body.woocommerce-cart .dtech-sc-wallet-cashback-notice a {
		color: rgb(229, 11, 20) !important;
	}
}

@media (max-width: 380px) {
	.dtech-sc-offer-button.button {
		column-gap: 5px;
		grid-template-columns: minmax(0, 1fr) max-content 24px;
		padding-left: 8px;
		padding-right: 8px;
	}

	.dtech-sc-offer-button.button .dtech-sc-label-short {
		font-size: 10.5px;
	}

	.dtech-sc-offer-button.button .dtech-sc-price {
		font-size: 16.5px !important;
	}

	.dtech-sc-offer-button.button .dtech-sc-bag {
		height: 24px;
		width: 24px;
	}
}
