:root { color-scheme: light; }
.dark { color-scheme: dark; }
.line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.h-13 { height: 3.25rem; }
[data-cart-panel].is-open { transform: translateX(0); }
[data-cart-overlay].is-open { pointer-events: auto; background: rgba(2, 6, 23, .55); }
@keyframes softUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
main section { animation: softUp .55s ease both; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
@media (max-width: 640px) {
    .shadow-soft { box-shadow: 0 18px 55px rgba(15, 23, 42, .12); }
}
