/* Custom Styles for Foundry No. 8 */
body {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #1c1917;
}
::-webkit-scrollbar-thumb {
    background: #44403c;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #d97706;
}

.tap-card {
    background: #1c1917;
    border: 1px solid #292524;
    padding: 1.5rem;
    border-radius: 0.5rem;
    transition: transform 0.2s;
}

.tap-card:hover {
    border-color: #d97706;
}

#cart-drawer.open {
    transform: translateX(0);
}
