
body {
     font-family: 'Nunito', sans-serif;
     font-size: 20px;
     font-weight: 400;
     line-height: 1.5;
     color: #333;
     background-color: #fff;
     margin: 0;
     padding: 0;
}

.impa-aciklama {
     font-size:20px !important;
}

.marker-underline {
     position: relative;
     display: inline-block;
     font-weight:600;
     margin-bottom: 30px;
}

.marker-underline::after {
     content: '';
     position: absolute;
     left: 0;
     bottom: -20px;
     width: 100%;
     height: 20px;
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 35' preserveAspectRatio='none'%3E%3Cpath d='M5,25 C50,5 100,35 150,20 C200,5 250,30 295,15' fill='none' stroke='%23FF5F00' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
     background-repeat: no-repeat;
     background-size: 100% 100%;
     z-index: -1;

}


h1 {
     font-size:60px;
     font-family: 'Nunito', sans-serif !important;
     font-weight: 100;
     line-height: 1;
     margin: 0;
     padding: 0;
     letter-spacing: -1px;
}

h2 {
     font-size:32px;
     font-family: 'Nunito', sans-serif;
}

.red {
     background:red !important;
}

/* ========== Header – tam ekran, bg.jpg + gradient overlay ========== */
.header-section {
     position: relative;
     display: flex;
     flex-direction: column;
     overflow: visible;
     background: url('../images/bg.jpg') no-repeat center center;
     background-size: cover;
     border-radius:0 0 8rem 8rem;
}
/* Kategori sidebar: mobilde collapse, masaüstünde her zaman görünür */
@media (min-width: 992px) {
  .kategori-sidebar-collapse,
  .impa-sidebar-collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    visibility: visible !important;
  }
}
.anaBread{
     text-align:center !important;

     justify-content: center !important;
     padding:1rem;
     width:100%;
}

.border-black {
     border:2px solid #666 !important;
}

.wBilgi img {
     filter: brightness(0) invert(1);
     height:20px;
     margin-right:10px;
}
.mb-10 {
     margin-bottom:7rem !important;
}
.offcanvas {
     background: rgb(9, 11, 35);
     color:#fff;
}

.offcanvas-header {
     border:none !important;
}

.offcanvas .btn-close {
     filter:invert(100%);
}

.offcanvas-title {
     font-weight:800 !important;
}
.offcanvas-nav li a {
     color: rgba(255, 255, 255, 0.6);
}
.header-overlay {
     position: absolute;
     inset: 0;
     background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(10, 15, 60, 0.95) 100%);
     pointer-events: none;
     z-index: 0;
}

/* ========== Nav ========== */
.site-nav {
     position: relative;
     z-index: 10;
     padding: 1.5rem 0;
}

.nav-inner {
     position: relative;
}

.nav-links {
     list-style: none;
     margin: 0;
     padding: 0;
     display: flex;
     gap: 2.5rem;
}

.nav-links a {
     color: rgba(255, 255, 255, 0.85);
     text-decoration: none;
     font-weight: 600;
     font-size: 20px;
     transition: color 0.2s;
}

.nav-links a:hover {
     color: #fff;
}

.nav-logo {
     display: block;
     flex-shrink: 0;
}

.nav-logo img {
     width: 130px;
     height: 130px;
     object-fit: contain;
}

/* Hamburger toggle (mobil) */
.nav-toggle {
     background: none;
     border: none;
     cursor: pointer;
     display: flex;
     flex-direction: column;
     gap: 5px;
     padding: 6px;
}

.nav-toggle span {
     display: block;
     width: 28px;
     height: 2px;
     background: #fff;
     border-radius: 2px;
     transition: background 0.2s;
}

/* ========== Offcanvas (mobil) ========== */
.offcanvas {
     max-width: 280px;
}

.offcanvas-nav {
     list-style: none;
     margin: 0;
     padding: 0;
}

.offcanvas-nav li {
     border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.offcanvas-nav li:last-child {
     border-bottom: none;
}

.offcanvas-nav a {
     display: block;
     padding: 0.75rem 0;
     color: #1a1a1a;
     text-decoration: none;
     font-weight: 600;
     font-size: 1rem;
     transition: color 0.2s;
}

.offcanvas-nav a:hover {
     color: #000;
}

/* ========== Hero (header section içeriği) ========== */
.header-hero {
     position: relative;
     z-index: 5;
     flex: 1;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-top:5rem;
     overflow: visible;
}

.nav-toggle img {
     height:50px;
}


.nav-toggle {
     right:0;
     position:absolute;
}
.nav-whatsapp img {
     height:35px;
     float:left;
}

.nav-whatsapp {
     right:80px;
}
.impa-form-inner {
     position: relative;
     display: block;
}

.impa-input {
     width: 100%;
     padding: 1rem 4.25rem 1rem 1.5rem;
     font-size: 1.1rem;
     line-height: 1.5;
     border-radius: 9999px;


     background: rgba(255, 255, 255, 1);
     color: #1a1a1a;
     outline: none;
     transition: border-color 0.2s, box-shadow 0.2s;
     border:1px solid rgba(10, 15, 60, 0.90);
}

.impa-input::placeholder {
     color: #666;
}

.impa-input:focus {
     border-color: rgba(255, 255, 255, 0.8);

}

/* Input içinde sağda circle buton */
.impa-btn {
     position: absolute;
     right: 6px;
     top: 50%;
     transform: translateY(-50%);
     width: 48px;
     height: 48px;
     border-radius: 50%;
     border: none;
     background:none;
     color: #000;
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-shrink: 0;
     transition: background 0.2s, transform 0.15s;
     cursor:none !important;
}

.impa-btn:hover {
     background: #a00;
}

.impa-btn:active {
     transform: translateY(-50%) scale(0.96);
}

.impa {

     position:relative;

     z-index:10;


}


.circle {
     border-radius: 100% !important;
}

.circle-wrapper {
     position: relative;
     display: block;
     width: 100%;
     max-width: 100%;
}

/* İç içe div ile borderlar – absolute yok, div ile hizalı */
.circle-border {
     border-radius: 50%;
     border: 1px solid rgba(208, 208, 208, 0.9);
     padding: 20px;
     display: flex;
     align-items: center;
     justify-content: center;
     animation: circle-border-pulse 2.5s ease-in-out infinite;
}

@keyframes circle-border-pulse {
     0%, 100% {
          border-color: rgba(208, 208, 208, 0.5);
          box-shadow: 0 0 0 0 rgba(208, 208, 208, 0.15), 0 0 0 0 rgba(208, 208, 208, 0.08);
     }
     50% {
          border-color: rgba(208, 208, 208, 1);
          box-shadow: 0 0 0 12px rgba(208, 208, 208, 0.12), 0 0 28px 8px rgba(208, 208, 208, 0.08);
     }
}

.circle-border-outer {
     width: 100%;
     aspect-ratio: 1;
}

.circle-border-inner {
     width: 100%;
     aspect-ratio: 1;
     overflow: hidden;
     animation-delay: 0.4s;
}

.circle-border .circle {
     width: 100%;
     height: 100%;
     max-width: 100%;
     object-fit: cover;

}


.anasayfa-hakkimizda h4 {
     font-size:20px;
     font-weight:400;
}


.anasayfa-hakkimizda h2 {
     position: relative;
     width: fit-content;
}

.ana-kategoriler h2 {
     position: relative;

     width: fit-content;
     margin-left: auto;
     margin-right: auto;
}
.anasayfa-hakkimizda .marker-underline {
     font-size:32px;
     font-family: 'Nunito', sans-serif;
     color:#000;
     font-weight:800;
     letter-spacing:-1px;
}


.mt-8 {

     margin-top:8rem;
}

.btn {
     position: relative;
     border-radius: 5rem;
     font-weight: 600;
     padding: 0.75rem 1.5rem 0.75rem 1.5rem;
     border-width: 2px;
     font-size: 20px;
     display: inline-flex;
     align-items: center;
}

.btn-icon {
     position: absolute;
     right: 4px;
     top: 50%;
     transform: translateY(-50%);
     width: 40px;
     height: 40px;
     border-radius: 50%;
     background: #FF5F00;
     color: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-shrink: 0;
}

.btn-icon-svg {
     width: 20px;
     height: 20px;
     transform: rotate(45deg);
     transition: transform 0.25s ease;
     object-fit: contain;
     filter: brightness(0) invert(1);
}

.btn:hover .btn-icon-svg {
     transform: rotate(0deg);
}

.katalog {
     text-decoration:none;
     font-weight:600;
}

.katalog img {
     width:24px;
}


/* Ana kategoriler – sadece resim, gradient, başlık */
.ana-kategoriler-baslik {
     font-size: 2rem;
     font-weight: 700;
     color: #1a1a1a;
     letter-spacing: -0.5px;
}

.kategori-kart {
     display: block;
     text-decoration: none;
     color: inherit;
     height: 100%;
     border-radius: 24px;
     overflow: hidden;
     transition: transform 0.25s ease;
}

.kategori-kart:hover {
     color: inherit;
}

.kategori-kart:hover .kategori-kart-gorsel img {
     transform: scale(1.05);
}

.kategori-kart-gorsel {
     position: relative;
     aspect-ratio: 4 / 3;
     overflow: hidden;
     background: #1a1a1a;
     border-radius: 24px;
}

.kategori-kart-gorsel::after {
     content: '';
     position: absolute;
     inset: 0;
     background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.1) 70%, transparent 100%);
     pointer-events: none;
}

.kategori-kart-gorsel img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: transform 0.4s ease;
     display: block;
}

.kategori-kart-baslik {
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     padding: 1.25rem 1.25rem 1.5rem;
     margin: 0;
     font-family: 'Nunito', sans-serif;
     font-size: 1.2rem;
     font-weight: 700;
     color: #fff;
     text-align: center;
     letter-spacing: -0.3px;
     z-index: 1;
     text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}

/* Ürün/kategori listesi tablolarında tek satır ellipsis */
.table.ellipsis-table {
     table-layout: fixed;
}
.table.ellipsis-table td.ellipsis-cell {
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}

/* IMPA detay sidebar: kategori listesi ellipsis */
.impa-sidebar-cat-item {
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}

/* Kategori sidebar card: açık gri arka plan, a etiketinde padding yok */
.sidebar-cat-card {
     background-color: #f0f0f0;
}
.sidebar-cat-card a {
     padding: 0 !important;
     text-decoration: none !important;
     color: #000 !important;
}
.sidebar-cat-card a:hover {
     text-decoration: none !important;
}
.sidebar-cat-card a.sidebar-cat-aktif {
     color: #fd7e14 !important;
}

/* GLightbox: tıklanabilir büyütme */
a.glightbox img {
     cursor: zoom-in;
}

/* IMPA kategori tablosu: satır yüksekliği düşük */
.impa-kat-table td,
.impa-kat-table th {
     padding: 0.25rem 0.5rem;
     vertical-align: middle;
}
.impa-kat-table tbody tr:hover {
     background-color: rgba(0, 0, 0, 0.04);
}
.impa-kat-table .impa-kat-code-link {
     color: #000 !important;
     text-decoration: none !important;
}
.impa-kat-table .impa-kat-code-link:hover {
     text-decoration: none !important;
     color: #000 !important;
}

/* Footer */
.site-footer {
     margin-top: 25rem;
     position:relative;
     padding-bottom:5rem;
}

.site-footer {
     position: relative;

     flex-direction: column;

     background: url('../images/bg.jpg') no-repeat center center;
     background-size: cover;
     border-radius:8rem 8rem 0 0;
}

.footer-overlay{
     position: absolute;
     inset: 0;
     background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(10, 15, 60, 0.95) 100%);
     pointer-events: none;
     z-index: 0;
     border-radius: 8rem 8rem 0 0;
}

footer .container {
     z-index:55;
     color:#fff;
     position:relative;
}


.footer-logo-band {
     background: url("../images/footer.svg") no-repeat top center;
     background-size: 100% 100%;
     text-align: center;
     padding: 2rem 0;
}

.footer-logo {
     background: none;
     padding: 0;
}

.alt-logo {

     margin-top:-80px;

     z-index:5;

}

.alt-logo  img {
     height:160px;
     width:160px;
     border-radius: 50%;
     background:RGBA(0,0,0,1);
}

.footer-main {

     z-index:88;
}

.footer-title {
     font-family: 'Nunito', sans-serif;
     font-weight: 700;
     font-size: 1rem;
     color: #FFF;
     margin-bottom: 1rem;
     letter-spacing: -0.3px;
}

.footer-desc {
     max-width: 320px;
}

.footer-links a,
.footer-contact a {
     color: #999;
     text-decoration: none;
     transition: color 0.2s;
}

.footer-links a:hover,
.footer-contact a:hover {
     color: #FF5F00;
}

.footer-links li + li {
     margin-top: 0.5rem;
}

.footer-contact-label {
     flex-shrink: 0;
     font-weight: 600;
     color: #333;
     min-width: 3.5rem;
}

.footer-social-link {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     width: 44px;
     height: 44px;
     border-radius: 50%;
     background: #e0e0e0;
     color: #333;
     transition: background 0.2s, color 0.2s;
}

.footer-social-link:hover {
     background: #1a1a1a;
     color: #fff;
}

.footer-social-icon {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     width: 24px;
     height: 24px;
}

.footer-social-icon svg {
     width: 100%;
     height: 100%;
     fill: currentColor;
}

.footer-bottom {
     background: #e8e8e8;
     border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-legal a:hover {
     color: #1a1a1a !important;
}

.bg-light {
     background: #F2F2F2 !important;
}


.bilgiler {
     background: #F2F2F2;
     padding: 3rem;
     border-radius: 50px;
}

.bilgiler-item {
     text-align: center;
}

.bilgiler-icon {
     width: 56px;
     height: 56px;
     object-fit: contain;
}

.bilgiler-yazi {
     font-weight: 600;
     color: #333;
     font-size: 1.1rem;
}

.bilgiler-sayi {
     font-family: 'Nunito', sans-serif;
     font-size: 3rem;
     font-weight: 800;
     color: #1a1a1a;
     line-height: 1.2;
     margin-top: 0.5rem;
     letter-spacing: -1px;
}

@media (min-width: 768px) {
     .bilgiler-sayi {
          font-size: 3.5rem;
     }
}


.impa-menu a {
     text-decoration:none;
     color:#000;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     background:#efefef;
     padding:0.25rem 1.5rem !important;
     border-radius:2rem !important;
     margin-bottom:5px !important;
     display:inline-block;
     font-size:16px !important;
}

.mt--150 {
     margin-top:-300px !important;
}
.impa-menu a:hover {
     background:#FF5F00;
     color:#fff;
}

.impa-kodu {
     padding:1.5rem;
     font-size:24px !important;
     border-radius:5rem;
     font-weight:700;

}

.impa-kodu::placeholder {
     font-weight:400 !important;
     opacity:0.50 !important;
}

.impa-search-wrapper {
     position: relative;
     overflow: visible;
}

/* Dropdown'un header overflow ile kesilmemesi için */
.impa .impa-form,
.impa .impa-form-inner,
.impa .impa-search-wrapper {
     overflow: visible;
}

.impa-ara {
     position: relative;
}

.impa-search-dropdown {
     position: absolute;
     top: 100%;
     left: 0;
     right: 0;
     margin-top: 4px;
     max-height: 320px;
     overflow-y: auto;
     background: #fff;
     border-radius: 12px;
     box-shadow: 0 8px 24px rgba(0,0,0,0.15);
     border: 1px solid #dee2e6;
     z-index: 9999;
     display: none;
}
.impa-search-dropdown.is-open {
     display: block;
}
.impa-search-dropdown-item {
     display: flex;
     align-items: flex-start;
     gap: 12px;
     padding: 10px 16px;
     text-decoration: none;
     color: #333;
     border-bottom: 1px solid #eee;
     transition: background 0.15s;
     text-align: left;
}
.impa-search-dropdown-item:last-child {
     border-bottom: none;
}
.impa-search-dropdown-item:hover {
     background: #f8f9fa;
}
.impa-search-dropdown-item img {
     width: 40px;
     height: 40px;
     object-fit: cover;
     border-radius: 6px;
     flex-shrink: 0;
}
.impa-search-dropdown-item-text {
     flex: 1;
     min-width: 0;
     text-align: left;
}
.impa-search-dropdown-item-code {
     font-weight: 700;
     font-size: 0.95rem;
     display: block;
     text-align: left;
}
.impa-search-dropdown-item-desc {
     font-size: 0.85rem;
     color: #666;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     display: block;
     text-align: left;
}
.impa-search-dropdown-empty {
     padding: 16px;
     text-align: left;
     color: #666;
     font-size: 0.9rem;
}

.page-link {
     border:none !important;
     background:none !important;
}

.page-link {
     font-size:14px !important;
     font-weight:bold !important;
     background:#efefef !important;
     margin:2px !important;
     border-radius:10px !important;
     color:#111;
     outline:none !important;

}


.page-link:focus {
     outline:none !important;
     border:none !important;
}
.active>.page-link, .page-link.active {
     background:#FF5F00 !important;
     color:#fff !important;
}
.iletisimFormu {
     background:#efefef;
     border:none !important;
}
.impa-ara .ara {
     width:32px;
     position:absolute;
     right:20px;
     z-index:3;
     display:none !important;
     bottom:16px;
}

iframe {
     margin-top:5rem !important;
     border-radius:5rem 5rem 0 0 !important;
}

.form-control , select {
     padding:1rem 1.5rem !important;
     font-size:18px !important;
     border:1px solid #dee2e6 !important;

     color:#333 !important;
     font-weight:400 !important;
     font-family: 'Nunito', sans-serif !important;
     letter-spacing:-0.5px !important;
     line-height:1.5 !important;
     outline:none !important;
     box-shadow:none !important;
}