.dt-cart-drawer-widget {
	--dt-cart-drawer-width: min(420px, 92vw);
	color: #191919;
	font-family: inherit;
}

.dt-cart-drawer-widget.is-open {
	position: relative;
	z-index: 2147483000;
}

.dt-cart-drawer-widget,
.dt-cart-drawer-widget * {
	box-sizing: border-box;
}

.dt-cart-trigger {
	align-items: center;
	background: #191919;
	border: 1px solid transparent;
	border-radius: 999px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	line-height: 1;
	min-block-size: 42px;
	padding: 11px 16px;
	position: relative;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.dt-cart-trigger:hover,
.dt-cart-trigger:focus {
	box-shadow: none;
	outline: none;
	transform: translateY(-1px);
}

.dt-cart-trigger-icon,
.dt-cart-trigger svg,
.dt-cart-trigger i,
.dt-cart-icon-svg {
	block-size: 1em;
	display: inline-flex;
	inline-size: 1em;
}

.dt-cart-icon-svg {
	color: currentColor;
	flex: 0 0 auto;
}

.dt-cart-count-badge {
	align-items: center;
	background: #ef4444;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-block-size: 20px;
	min-inline-size: 20px;
	padding: 0 6px;
}

.dt-cart-trigger .dt-cart-count-badge {
	inset-block-start: -7px;
	inset-inline-end: -7px;
	position: absolute;
}

.dt-cart-overlay {
	background: rgba(15, 15, 20, 0.45);
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity 0.25s ease;
	z-index: 2147483000;
}

.dt-cart-drawer {
	background: #fff;
	block-size: 100dvh;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	inline-size: var(--dt-cart-drawer-width);
	inset-block: 0;
	inset-inline-end: 0;
	max-inline-size: 100vw;
	opacity: 0;
	outline: none;
	position: fixed;
	transform: translateX(104%);
	transition: transform 0.28s ease, opacity 0.28s ease;
	z-index: 2147483001;
}

[dir="rtl"] .dt-cart-drawer {
	box-shadow: none;
	transform: translateX(-104%);
}

.dt-cart-drawer-widget.is-open .dt-cart-overlay {
	opacity: 1;
	pointer-events: auto;
}

.dt-cart-drawer-widget.is-open .dt-cart-drawer {
	opacity: 1;
	transform: translateX(0);
}

body.dt-cart-drawer-open {
	overflow: hidden;
}

.dt-cart-header {
	align-items: center;
	background: #fff;
	border-block-end: 1px solid #eee;
	display: flex;
	flex: 0 0 auto;
	gap: 14px;
	justify-content: space-between;
	padding: 16px 18px;
	position: sticky;
	top: 0;
	z-index: 2;
}

.dt-cart-header-main {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	gap: 10px;
	min-inline-size: 0;
}

.dt-cart-title {
	color: #191919;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0;
	min-inline-size: 0;
}

.dt-cart-close,
.dt-cart-back,
.dt-cart-remove {
	align-items: center;
	background: transparent;
	border: 0;
	color: currentColor;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	padding: 0;
}

.dt-cart-close,
.dt-cart-back {
	block-size: 34px;
	border-radius: 50%;
	color: #191919;
	inline-size: 34px;
	transition: background-color 0.2s ease;
}

.dt-cart-close:hover,
.dt-cart-back:hover,
.dt-cart-close:focus,
.dt-cart-back:focus {
	background: #f3f3f4;
	outline: none;
}

.dt-cart-drawer-content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-block-size: 0;
}

.dt-cart-notices {
	padding-inline: 18px;
}

.dt-cart-notices:empty {
	display: none;
}

.dt-cart-notices .woocommerce-message,
.dt-cart-notices .woocommerce-error,
.dt-cart-notices .woocommerce-info {
	border-radius: 8px;
	font-size: 13px;
	margin: 12px 0 0;
	padding: 10px 12px;
}

.dt-cart-items {
	flex: 1 1 auto;
	min-block-size: 0;
	overflow-y: auto;
	padding: 8px 0;
}

.dt-cart-item {
	align-items: flex-start;
	background: #fff;
	border-block-end: 1px solid #eee;
	display: grid;
	gap: 12px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	padding: 14px 18px;
	position: relative;
	transition: background-color 0.2s ease, opacity 0.2s ease;
}

.dt-cart-item:hover {
	background: #fafafa;
}

.dt-cart-item.is-loading {
	opacity: 0.55;
	pointer-events: none;
}

.dt-cart-item-image {
	background: #f5f5f6;
	block-size: 74px;
	border-radius: 8px;
	display: block;
	inline-size: 74px;
	overflow: hidden;
}

.dt-cart-item-image img {
	block-size: 100%;
	display: block;
	inline-size: 100%;
	object-fit: cover;
}

.dt-cart-item-info {
	display: grid;
	gap: 8px;
	min-inline-size: 0;
}

.dt-cart-item-heading {
	display: grid;
	gap: 6px;
	justify-items: start;
}

.dt-cart-item-title {
	color: #191919;
	display: block;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.45;
	text-decoration: none;
}

.dt-cart-item-title:hover {
	color: #191919;
	text-decoration: underline;
}

.dt-cart-item-variation,
.dt-cart-item-variation dl,
.dt-cart-item-variation p {
	color: #73737d;
	font-size: 12px;
	line-height: 1.45;
	margin: 0;
}

.dt-cart-sale-badge {
	background: #ef4444;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	padding: 5px 8px;
}

.dt-cart-qty {
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 999px;
	display: inline-grid;
	grid-template-columns: auto auto auto;
	inline-size: max-content;
	overflow: hidden;
}

.dt-cart-qty-btn,
.dt-cart-qty-number {
	align-items: center;
	block-size: 32px;
	display: inline-flex;
	justify-content: center;
	min-inline-size: 32px;
}

.dt-cart-qty-btn {
	background: #f5f5f5;
	border: 0;
	color: #191919;
	cursor: pointer;
	font-size: 16px;
	font-weight: 800;
	padding: 0;
	transition: background-color 0.2s ease;
}

.dt-cart-qty-btn:hover,
.dt-cart-qty-btn:focus {
	background: #ebebeb;
	outline: none;
}

.dt-cart-qty-number {
	background: #fff;
	color: #191919;
	font-size: 13px;
	font-weight: 800;
	padding: 0 8px;
}

.dt-cart-item-side {
	align-items: flex-end;
	display: grid;
	gap: 7px;
	justify-items: end;
	min-inline-size: 74px;
	text-align: end;
}

.dt-cart-remove {
	block-size: 28px;
	border-radius: 50%;
	color: #7d7d86;
	font-size: 15px;
	inline-size: 28px;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.dt-cart-remove:hover,
.dt-cart-remove:focus {
	background: #f4f4f5;
	color: #ef4444;
	outline: none;
}

.dt-cart-item-price,
.dt-cart-item-subtotal {
	color: #191919;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
}

.dt-cart-savings {
	color: #16a34a;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
}

.dt-cart-bottom {
	background: #fff;
	border-block-start: 1px solid #eee;
	box-shadow: none;
	flex: 0 0 auto;
	margin-block-start: auto;
	padding: 0 18px 18px;
	position: sticky;
	bottom: 0;
	z-index: 2;
}

.dt-cart-coupon {
	border-block-end: 1px solid #eee;
	padding: 14px 0;
}

.dt-cart-coupon-toggle {
	align-items: center;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
	appearance: none;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #191919;
	cursor: pointer;
	display: flex;
	font: inherit;
	font-size: 14px;
	font-weight: 800;
	inline-size: 100%;
	justify-content: space-between;
	padding: 0;
	text-align: start;
	text-decoration: none;
}

.dt-cart-drawer-widget .dt-cart-coupon-toggle,
.dt-cart-coupon-toggle:hover,
.dt-cart-coupon-toggle:focus,
.dt-cart-coupon-toggle:active {
	background: transparent !important;
	box-shadow: none !important;
	outline: none;
	text-decoration: none;
}

.dt-cart-coupon-body {
	display: none;
	padding-block-start: 12px;
}

.dt-cart-coupon.is-open .dt-cart-coupon-body {
	display: grid;
	gap: 10px;
}

.dt-cart-coupon-form {
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.dt-cart-coupon-input {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	color: #191919;
	font: inherit;
	min-block-size: 40px;
	padding: 8px 10px;
}

.dt-cart-coupon-input:focus {
	border-color: #191919;
	outline: none;
}

.dt-cart-coupon-apply {
	background: #191919;
	border: 1px solid transparent;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 800;
	min-block-size: 40px;
	padding: 8px 14px;
	transition: background-color 0.2s ease;
}

.dt-cart-coupon-apply:hover,
.dt-cart-coupon-apply:focus {
	background: #333;
	outline: none;
}

.dt-cart-applied-coupons {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.dt-cart-applied-coupon {
	align-items: center;
	background: #f3f4f6;
	border-radius: 999px;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	gap: 6px;
	padding: 6px 9px;
}

.dt-cart-applied-coupon button {
	background: transparent;
	border: 0;
	cursor: pointer;
	font: inherit;
	padding: 0;
}

.dt-cart-summary {
	border-block-end: 1px solid #eee;
	display: grid;
	gap: 9px;
	padding: 14px 0;
}

.dt-cart-summary-row {
	align-items: center;
	display: flex;
	font-size: 14px;
	gap: 14px;
	justify-content: space-between;
}

.dt-cart-summary-row span {
	color: #74747c;
}

.dt-cart-summary-row strong {
	color: #191919;
	font-weight: 900;
}

.dt-cart-summary-row--total {
	font-size: 16px;
}

.dt-cart-summary-row--discount strong {
	color: #16a34a;
}

.dt-cart-shipping-note {
	color: #74747c;
	font-size: 12px;
	line-height: 1.4;
}

.dt-cart-actions {
	display: grid;
	gap: 10px;
	padding-block-start: 14px;
}

.dt-checkout-btn,
.dt-cart-page-btn,
.dt-empty-cart-btn {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 8px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	line-height: 1;
	min-block-size: 46px;
	padding: 13px 16px;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.dt-checkout-btn {
	background: #191919;
	color: #fff;
	gap: 8px;
}

.dt-checkout-btn:hover,
.dt-checkout-btn:focus {
	background: #333;
	color: #fff;
	outline: none;
	transform: translateY(-1px);
}

.dt-cart-page-btn {
	background: #fff;
	border: 1px solid #e6e6e6;
	color: #191919;
}

.dt-cart-page-btn:hover,
.dt-cart-page-btn:focus {
	background: #f5f5f5;
	color: #191919;
	outline: none;
}

.dt-empty-cart {
	align-content: center;
	display: grid;
	flex: 1 1 auto;
	justify-items: center;
	min-block-size: 100%;
	padding: 44px 24px;
	text-align: center;
}

.dt-empty-cart-icon {
	align-items: center;
	background: #f5f5f5;
	border-radius: 50%;
	color: #191919;
	display: inline-flex;
	font-size: 28px;
	justify-content: center;
	margin-block-end: 18px;
	min-block-size: 70px;
	min-inline-size: 70px;
}

.dt-empty-cart h3 {
	color: #191919;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.25;
	margin: 0 0 8px;
}

.dt-empty-cart p {
	color: #74747c;
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 20px;
}

.dt-empty-cart-btn {
	background: #191919;
	color: #fff;
	min-inline-size: 170px;
}

.dt-empty-cart-btn:hover,
.dt-empty-cart-btn:focus {
	background: #333;
	color: #fff;
	outline: none;
}

.dt-cart-drawer-admin-message {
	background: #fff7ed;
	border: 1px solid #fed7aa;
	border-radius: 8px;
	color: #9a3412;
	padding: 12px 14px;
}

@media (max-width: 767px) {
	.dt-cart-drawer {
		inline-size: min(100vw, 96vw);
	}

	.dt-cart-header {
		padding: 14px 16px;
	}

	.dt-cart-item {
		gap: 10px;
		grid-template-columns: auto minmax(0, 1fr) auto;
		padding: 13px 16px;
	}

	.dt-cart-item-side {
		min-inline-size: 62px;
	}

	.dt-cart-bottom {
		padding: 0 16px 16px;
	}

	.dt-cart-coupon-form {
		grid-template-columns: 1fr;
	}
}
