@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&family=Playfair+Display:wght@400;700&display=swap');

#shopBasketModal {
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}

#shopBasketModal h1,
#shopBasketModal h2,
#shopBasketModal h3,
#shopBasketModal h4 {
    font-family: 'Playfair Display', serif;
}

#shopBasketModal .modal-content-wrapper {
    overflow-x: hidden;
}

/* Custom scrollbar for a cleaner look */
#shopBasketModal .max-h-\[90vh\]::-webkit-scrollbar {
    width: 4px;
}

#shopBasketModal .max-h-\[90vh\]::-webkit-scrollbar-track {
    background: #F5F5DC;
}

#shopBasketModal .max-h-\[90vh\]::-webkit-scrollbar-thumb {
    background: #D4AF37;
}

input::placeholder {
    color: #9CA3AF;
    font-style: italic;
}