.site-shell-cart-drawer__promo {
	margin: 0 0 14px;
	padding: 12px 14px;
	border: 1px solid rgba(23, 23, 23, 0.1);
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(255, 248, 230, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
	box-shadow: 0 10px 24px rgba(23, 23, 23, 0.05);
}

.site-shell-cart-drawer__promo-table {
	width: 100%;
	margin-bottom: 0;
	border-collapse: collapse;
	font-size: 0.78rem;
}

.site-shell-cart-drawer__promo-table th,
.site-shell-cart-drawer__promo-table td {
	padding: 4px 0;
	border-bottom: 1px solid rgba(23, 23, 23, 0.08);
	color: var(--site-ink);
	line-height: 1.15;
	vertical-align: middle;
}

.site-shell-cart-drawer__promo-table th {
	width: 34%;
	padding-left: 1ch;
	font-weight: 800;
	text-align: left;
}

.site-shell-cart-drawer__promo-table td {
	padding-left: 1ch;
	font-weight: 600;
}

.site-shell-cart-drawer__promo-table td:last-child {
	padding-left: 0;
	text-align: center;
	font-weight: 800;
	white-space: nowrap;
}

.site-shell-cart-drawer__promo-row.is-active th,
.site-shell-cart-drawer__promo-row.is-active td:last-child {
	color: var(--site-accent-strong);
}

.site-shell-cart-drawer__promo-table tbody tr:last-child th,
.site-shell-cart-drawer__promo-table tbody tr:last-child td {
	border-bottom: 0;
}

.site-shell-cart-drawer__promo-summary {
	display: grid;
	gap: 6px;
	margin-top: 6px;
	padding-top: 10px;
	border-top: 1px dashed rgba(23, 23, 23, 0.14);
}

.site-shell-cart-drawer__promo-summary-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 0;
	color: rgba(23, 23, 23, 0.8);
	font-size: 0.78rem;
	font-weight: 700;
}

.site-shell-cart-drawer__promo-summary-line strong {
	display: inline-flex;
	align-items: baseline;
	gap: 6px;
	color: var(--site-ink);
	font-size: 0.82rem;
	font-weight: 900;
}

.site-shell-cart-drawer__promo-summary-line small {
	font-size: 0.72rem;
	font-weight: 800;
	color: rgba(23, 23, 23, 0.58);
}

.site-shell-cart-drawer__checkout-link,
.site-shell-cart-drawer__actions .button.checkout.wc-forward {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 100%;
	height: 56px;
	padding: 0 16px;
	border: 2px solid #ffffff;
	border-radius: 12px;
	background: #ecd448;
	color: #131313;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0;
	box-shadow: 0 4px 0 2px #000000;
	transition:
		background-color 0.6s cubic-bezier(0.16, 1, 0.3, 1),
		color 0.6s cubic-bezier(0.16, 1, 0.3, 1),
		box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1),
		transform 0.22s ease;
}

.site-shell-cart-drawer__checkout-link::before,
.site-shell-cart-drawer__actions .button.checkout.wc-forward::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: max(130px, 45%);
	height: 120%;
	background-color: #ff6700;
	transform: translate3d(-180%, -50%, 0) skewX(30deg);
	transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.site-shell-cart-drawer__action-label {
	position: relative;
	z-index: 1;
	display: block;
	line-height: 1;
	transform: none;
	transition: none;
}

.site-shell-cart-drawer__checkout-link:hover,
.site-shell-cart-drawer__actions .button.checkout.wc-forward:hover {
	background: #22c55e;
	border-color: #ffffff;
	color: #ffffff;
	box-shadow: 0 2px 0 2px #166534;
	transform: translateY(-1px);
}

.site-shell-cart-drawer__checkout-link:hover::before,
.site-shell-cart-drawer__actions .button.checkout.wc-forward:hover::before {
	transform: translate3d(280%, -50%, 0) skewX(30deg);
}

.site-shell-cart-drawer__checkout-link:hover .site-shell-cart-drawer__action-label,
.site-shell-cart-drawer__actions .button.checkout.wc-forward:hover .site-shell-cart-drawer__action-label {
	transform: none;
}

.site-shell-cart-drawer__checkout-link:active,
.site-shell-cart-drawer__actions .button.checkout.wc-forward:active {
	box-shadow: 0 4px 0 2px #000000;
	transform: scale(0.9);
}

.site-shell-cart-drawer__checkout-link:focus-visible,
.site-shell-cart-drawer__actions .button.checkout.wc-forward:focus-visible {
	border-color: #ffffff;
	outline: 3px solid rgba(236, 212, 72, 0.58);
	outline-offset: 3px;
}
