/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-l7ieozx54c] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-l7ieozx54c] {
  color: #0077cc;
}

.btn-primary[b-l7ieozx54c] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-l7ieozx54c], .nav-pills .show > .nav-link[b-l7ieozx54c] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-l7ieozx54c] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-l7ieozx54c] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-l7ieozx54c] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-l7ieozx54c] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-l7ieozx54c] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* Tüm nav-icon img'ler normalde gri (renksiz) */
.nav-icon[b-l7ieozx54c] {
    filter: grayscale(100%) brightness(0.9) opacity(0.85);
    transition: filter 0.3s, opacity 0.3s;
}

    /* Hover olunca renkli olur */
    .nav-icon:hover[b-l7ieozx54c],
    .nav-link:hover .nav-icon[b-l7ieozx54c] {
        filter: none;
        opacity: 1;
    }

    /* Eğer 'renkli' class'ı varsa (örneğin sepet aktif) her zaman renkli */
    .nav-icon.renkli[b-l7ieozx54c] {
        filter: none !important;
        opacity: 1 !important;
    }

