.tpsideinfo {
    background-color: white;
    color: black;
    width: 100%;
    height: 100vh;
    padding: 20px;
}

.tpsideinfo .tpsideinfo__close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: black;
    background: none;
    border: none;
}

.tpsideinfo .nav-link {
    color: black;
    font-size: 16px;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.tpsideinfo .nav-link.active {
    color: black;
    background: none;
}

.mobile-menu a {
    color: black;
    font-size: 16px;
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #eee;
    text-decoration: none;
}

.tpsideinfo__search input {
    border: 1px solid #eee;
    padding: 10px;
    width: 100%;
}

.tpsideinfo__account-link a,
.tpsideinfo__wishlist-link a {
    color: black;
    text-decoration: none;
}

.tpsideinfo .navbar-nav .nav-link {
    color: black;
}

    padding: 0.75rem;
    border: 1px solid #ddd;
}

/* Tüm siteye Prompt fontunu uygula */
body {
    font-family: 'Prompt', sans-serif;
}


.custom-centered-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30vh;
    text-align: center;
}

.custom-centered-text h1 {
    font-weight: bold;
    margin: 0;
}

@media (min-width: 1024px) { /* Sadece PC için */
    .custom-centered-text {
        padding: 0 15vw; /* Sağdan ve soldan daha fazla boşluk */
    }
}