/* Çocuk Koleksiyonu | Yolun Başı Rent a Car - benzersiz sayfa stilleri */

        .material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
        }
        body {
            background-color: #f9f9f9;
            color: #1a1c1c;
        }
        .hero-gradient {
            background: linear-gradient(135deg, #121212 0%, #222222 100%);
        }
        .car-card:hover .btn-hover-effect {
            background-color: #ECB103;
            color: #121212;
            transform: scale(1.02);
        }
    

/* Yalnızca bu sayfaya ait koruyucu kapsam */
body.page-cocuk-koleksiyonu { min-height: 100vh; }
body.page-cocuk-koleksiyonu img { max-width: 100%; }
