:root { --l0ud9-acid: #d7ff37; }
html { scroll-behavior: smooth; }
body { letter-spacing: -.01em; }
.header__heading-logo, .header-logo img { max-height: 54px; }
.product-card, .card-gallery { transition: transform .35s ease; }
.product-card:hover { transform: translateY(-4px); }
::selection { background: var(--l0ud9-acid); color:#000; }
