/* Local Lucide assets, shared by the toast and cart presentation. */
.cika-commerce-icon { display: inline-block; flex: 0 0 auto; width: 20px; height: 20px; background: currentColor; mask: var(--cika-icon) center / contain no-repeat; }
.cika-commerce-icon--circle-check { --cika-icon: url('../svg/lucide/circle-check.svg'); }
.cika-commerce-icon--x { --cika-icon: url('../svg/lucide/x.svg'); }
.cika-commerce-icon--plus { --cika-icon: url('../svg/lucide/plus.svg'); }
.cika-commerce-icon--minus { --cika-icon: url('../svg/lucide/minus.svg'); }
.cika-commerce-icon--shield-check { --cika-icon: url('../svg/lucide/shield-check.svg'); }
.cika-commerce-icon--download { --cika-icon: url('../svg/lucide/download.svg'); }
.cika-commerce-icon--file-check-2 { --cika-icon: url('../svg/lucide/file-check-2.svg'); }
.cika-cart-toasts { position: fixed; z-index: 150; top: var(--cika-toast-top, calc(var(--cika-header-height) + 12px)); right: 24px; display: grid; gap: 12px; width: min(400px, calc(100% - 48px)); max-height: calc(100dvh - var(--cika-toast-top, 90px) - 12px); overflow-y: auto; }
/* :has also keeps the native server-rendered notice compact before JS / without JS. */
html body .woocommerce-message:has(.cika-added-notice) { position: fixed; z-index: 150; top: var(--cika-toast-top, calc(var(--cika-header-height) + 12px)); right: 24px; width: min(400px, calc(100% - 48px)); margin: 0; padding: 22px 44px 22px 20px; border: 1px solid #303641; border-inline-start: 3px solid var(--cika-color-accent); border-radius: 0; background: #10141d; color: #f5f5f3; box-shadow: 0 12px 32px #0005; font-family: var(--cika-font-mono); font-size: 12px; line-height: 1.5; text-transform: none; }
html body .cika-cart-toasts .woocommerce-message.cika-cart-toast { position: relative; inset: auto; width: 100%; }
html body .woocommerce-message:has(.cika-added-notice)::before, html body .woocommerce-message:has(.cika-added-notice)::after { display: none; }
.cika-added-notice { display: flex; gap: 12px; }
.cika-added-notice > .cika-commerce-icon { color: var(--cika-color-accent); width: 24px; height: 24px; }
.cika-toast__body { display: grid; min-width: 0; gap: 6px; }
.cika-toast__title { color: var(--cika-color-accent); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.cika-toast__product { display: block; overflow-wrap: anywhere; font-family: var(--cika-font-body); font-size: 15px; font-weight: 700; }
.cika-toast__license { color: #b4bbc9; font-size: 12px; }
html body .cika-added-notice a.cika-toast__action { justify-self: start; min-height: 32px; margin-top: 4px; padding: 4px 0; color: #f5f5f3; font-size: 12px; font-weight: 700; text-transform: uppercase; text-decoration: underline; text-underline-offset: 5px; }
html body button.cika-toast__close { position: absolute; top: 8px; right: 6px; display: grid; place-items: center; width: 32px; height: 32px; min-height: 0; padding: 0; border: 0; background: transparent; color: #b4bbc9; box-shadow: none; cursor: pointer; }
.cika-toast__close:hover { color: var(--cika-color-accent); }
.cika-cart-toast :focus-visible { outline: 2px solid var(--cika-color-accent); outline-offset: 3px; }
.cika-navigation-open .cika-cart-toasts { visibility: hidden; }
@media (max-width: 42rem) {
	.cika-cart-toasts, html body .woocommerce-message:has(.cika-added-notice) { right: 12px; width: calc(100% - 24px); }
	.cika-cart-toasts { gap: 8px; }
}
