/* ==========================================================================
   İletişim Sayfası Modern Tasarım & Tipografi
   ========================================================================== */
.contact-page-sec {
    padding: 50px 0 70px;
    background: #fcfcfc;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}
.contact-hero-banner {
    background: linear-gradient(180deg, #f5f6f8 0%, #ffffff 100%);
    padding: 35px 0 30px;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
}
.contact-hero-banner h1 {
    font-family: 'Plus Jakarta Sans', 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0 0 8px 0;
    color: #1a1a1a;
}
.contact-hero-banner .breadcrumbs {
    margin: 0;
}
.contact-hero-banner .breadcrumbs a {
    color: #777;
    text-decoration: none;
    font-size: 13px;
}
.contact-hero-banner .breadcrumbs span {
    color: #222;
    font-weight: 600;
    font-size: 13px;
}

.contact-info-wrap {
    padding-right: 25px;
}
.contact-info-wrap h2 {
    font-family: 'Plus Jakarta Sans', 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px 0;
}
.contact-info-wrap p.lead-txt {
    font-size: 13.5px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 25px;
}

.contact-card-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    border: 1px solid #edf0f2;
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 14px;
    transition: all 0.25s ease;
}
.contact-card-item:hover {
    border-color: #222;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}
.contact-card-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    background: #f4f5f7;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #222;
    transition: all 0.25s ease;
}
.contact-card-item:hover .contact-card-icon {
    background: #222;
    color: #fff;
}
.contact-card-content h4 {
    font-size: 13.5px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 3px 0;
}
.contact-card-content p, .contact-card-content a {
    font-size: 13px;
    color: #555;
    margin: 0;
    line-height: 1.45;
    text-decoration: none;
    transition: color 0.2s;
}
.contact-card-content a:hover {
    color: #000;
}

.contact-social-pills {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.contact-social-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: #fff;
    border: 1px solid #e2e5e8;
    border-radius: 8px;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.2s;
}
.contact-social-pill:hover {
    background: #222;
    color: #fff;
    border-color: #222;
    text-decoration: none;
}
.contact-social-pill.wa:hover {
    background: #25d366;
    border-color: #25d366;
    color: #fff;
}
.contact-social-pill.ig:hover {
    background: #e1306c;
    border-color: #e1306c;
    color: #fff;
}

.contact-form-card {
    background: #fff;
    border: 1px solid #edf0f2;
    border-radius: 12px;
    padding: 35px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}
.contact-form-card h2 {
    font-family: 'Plus Jakarta Sans', 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 6px 0;
}
.contact-form-card p.form-subtitle {
    font-size: 13px;
    color: #888;
    margin-bottom: 25px;
}
.contact-form-group {
    margin-bottom: 18px;
}
.contact-form-group label {
    display: block;
    font-size: 12.5px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}
.contact-form-control {
    width: 100%;
    padding: 11px 14px;
    font-size: 13px;
    color: #222;
    background: #fdfdfd;
    border: 1px solid #dddfe2;
    border-radius: 6px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    font-family: inherit;
}
.contact-form-control:focus {
    border-color: #222;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.06);
}
.contact-submit-btn {
    width: 100%;
    padding: 13px;
    background: #222;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.25s, transform 0.15s;
}
.contact-submit-btn:hover {
    background: #000;
    transform: translateY(-1px);
}

.contact-map-sec {
    margin-top: 45px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #edf0f2;
    box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}
.contact-map-sec iframe {
    width: 100%;
    height: 380px;
    border: 0;
    display: block;
}

/* ==========================================================================
   Modern Üyelik ve Giriş Sayfaları (Auth Cards)
   ========================================================================== */
.auth-page-sec {
    padding: 50px 0 70px;
    background: #fbfbfb;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}
.auth-card {
    max-width: 620px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #edf0f2;
    border-radius: 12px;
    padding: 38px 34px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}
.auth-card.auth-card-sm {
    max-width: 460px;
}
.auth-card header {
    text-align: center;
    margin-bottom: 26px;
}
.auth-card header h2 {
    font-family: 'Plus Jakarta Sans', 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 0.5px;
    margin: 0 0 6px 0;
    text-transform: uppercase;
}
.auth-card header p {
    font-size: 13.5px;
    color: #888;
    margin: 0;
}
.auth-form-group {
    margin-bottom: 16px;
}
.auth-form-group label {
    display: block;
    font-size: 12.5px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}
.auth-input {
    width: 100%;
    padding: 11px 14px;
    font-size: 13.5px;
    color: #222;
    background: #fdfdfd;
    border: 1px solid #dddfe2;
    border-radius: 6px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    font-family: inherit;
    box-sizing: border-box;
}
.auth-input:focus {
    border-color: #222;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.06);
}
.auth-submit-btn {
    width: 100%;
    padding: 13px;
    background: #222;
    color: #fff;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 10px;
    transition: background 0.25s, transform 0.15s;
}
.auth-submit-btn:hover {
    background: #000;
    transform: translateY(-1px);
}
.auth-footer-txt {
    text-align: center;
    margin-top: 24px;
    font-size: 13px;
    color: #777;
}
.auth-footer-txt a {
    color: #111;
    font-weight: 600;
    text-decoration: underline;
}

/* Header Top Bar */
.header-top-bar {
    background: #2b2b2b;
    color: #bbb;
    font-size: 11.5px;
    padding: 6px 0;
    border-bottom: 1px solid #383838;
}
.header-top-bar a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.2s;
}
.header-top-bar a:hover {
    color: #fff;
    text-decoration: none;
}
.top-bar-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.top-wa-link {
    color: #25d366 !important;
    font-weight: 600;
}
.top-wa-link:hover {
    color: #4ade80 !important;
}
.top-sep {
    color: #555;
    margin: 0 4px;
}
.b2b-pill {
    display: inline-block;
    background: #444;
    color: #f5f5f5;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 3px;
    margin-right: 12px;
    letter-spacing: 0.5px;
}

@media (max-width: 767px) {
    .header-top-bar {
        font-size: 10.5px;
        text-align: center;
    }
    .top-bar-left {
        justify-content: center;
        margin-bottom: 3px;
    }
    .top-bar-right {
        text-align: center !important;
    }
    .top-mail-link, .b2b-pill {
        display: none;
    }
}

/* Header logo boyutu */
#mt-header .mt-logo {
	display: inline-block;
}
#mt-header .mt-logo img {
	height: 48px;
	width: auto;
	max-width: 100%;
}
@media (max-width: 767px) {
	#mt-header .mt-logo img {
		height: 36px;
	}
}

/* ==========================================================================
   Modern Navbar Tipografisi & Açılır Menü
   ========================================================================== */
#nav > ul > li > a {
    font-family: 'Plus Jakarta Sans', 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.6px !important;
    color: #2b2b2b !important;
    text-transform: uppercase !important;
    transition: color 0.2s ease !important;
}
#nav > ul > li:hover > a {
    color: #000 !important;
}
#nav > ul > li.drop {
    position: relative !important;
}
#nav > ul > li.drop:hover > a:after {
    display: none !important;
}
#nav .s-drop {
    left: 0 !important;
    top: 100% !important;
    padding: 6px 0 0 0 !important;
    width: 210px !important;
    z-index: 9999 !important;
}
#nav .s-drop > ul {
    background: #fff !important;
    border: 1px solid #e2e2e2 !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
    border-radius: 4px !important;
    padding: 6px 0 !important;
    list-style: none !important;
    margin: 0 !important;
}
#nav .s-drop ul > li {
    padding: 0 !important;
    border-bottom: 1px solid #f2f2f2 !important;
    position: relative !important;
}
#nav .s-drop ul > li:last-child {
    border-bottom: none !important;
}
#nav .s-drop a {
    display: block !important;
    padding: 9px 18px !important;
    line-height: 1.4 !important;
    font-size: 13px !important;
    color: #444 !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    letter-spacing: 0.3px !important;
    transition: background 0.15s, color 0.15s, padding-left 0.15s !important;
}
#nav .s-drop a:hover {
    background: #f8f8f8 !important;
    color: #000 !important;
    padding-left: 22px !important;
}

/* 4'lü Kurumsal Güven Rozetleri (Services Bar) */
.mt-services-bar {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 28px 0;
}
.service-box-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 15px;
    border-right: 1px solid #f0f0f0;
}
.service-box-item:last-child {
    border-right: none;
}
.service-box-icon {
    font-size: 26px;
    color: #333;
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: #f8f8f8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.service-box-item:hover .service-box-icon {
    background: #333;
    color: #fff;
}
.service-box-text h4 {
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 2px 0;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.service-box-text p {
    font-size: 11.5px;
    color: #888;
    margin: 0;
    line-height: 1.35;
}
@media (max-width: 991px) {
    .service-box-item {
        border-right: none;
        margin-bottom: 15px;
    }
}

/* Anasayfa Popüler Kategori Vitrini */
.home-cat-section {
    padding: 40px 0 20px 0;
    background: #fff;
}
.home-cat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 25px;
}
@media (max-width: 991px) {
    .home-cat-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}
@media (max-width: 480px) {
    .home-cat-grid {
        grid-template-columns: 1fr;
    }
}
.home-cat-card {
    display: block;
    background: #fcfcfc;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 20px 15px;
    text-align: center;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}
.home-cat-card:hover {
    background: #fff;
    border-color: #333;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    color: #333;
    text-decoration: none;
    transform: translateY(-3px);
}
.home-cat-icon {
    font-size: 32px;
    color: #333;
    margin-bottom: 10px;
    display: inline-block;
}
.home-cat-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    display: block;
}
.home-cat-link {
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.home-cat-card:hover .home-cat-link {
    color: #000;
    font-weight: 600;
}

/* B2B: misafire fiyat yerine "Giriş yapın" CTA'si */
.pcard-login-price {
    display: inline-block;
    color: #b1860a !important;
    font-size: 12px !important;
    font-weight: 600;
    text-decoration: none;
    border: 1px dashed #d4a93a;
    background: #fff8e6;
    padding: 5px 8px;
    border-radius: 3px;
    transition: all 0.2s;
}
.pcard-login-price:hover {
    background: #fff2cc;
    color: #8c6707 !important;
    text-decoration: none;
}
.pcard-cart-btn-login {
    background: #333 !important;
    color: #fff !important;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.pcard-cart-btn-login:hover {
    background: #000 !important;
    color: #fff !important;
    text-decoration: none;
}

.cart-notification {
    animation: slideInRight 0.3s ease;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.mt-product1 .txt .price {
    color: #333;
    font-weight: bold;
    font-size: 16px;
}

.mt-product1 .txt .title a {
    font-size: 14px;
}

/* ==========================================================================
   Modern Sidebar Filtreleri & Ürün Listeleme
   ========================================================================== */
.sidebar-filter-panel {
    background: #fff;
    border: 1px solid #edf0f2;
    border-radius: 8px;
    padding: 20px 18px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    margin-bottom: 25px;
}
.sidebar-filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}
.sidebar-filter-header h4 {
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #1a1a1a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}
.sidebar-filter-clear-all {
    font-size: 11.5px;
    color: #e74c3c;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}
.sidebar-filter-clear-all:hover {
    color: #c0392b;
    text-decoration: underline;
}
.sidebar-filter-group {
    margin-bottom: 15px;
}
.sidebar-filter-group:last-child {
    margin-bottom: 0;
}
.sidebar-filter-group label {
    display: block;
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #666;
    margin-bottom: 6px;
}
.filter-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 10px;
    border: 1px solid #dddfe2;
    border-radius: 6px;
    background: #fdfdfd;
    color: #333;
    font-size: 12.5px;
    cursor: pointer;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    appearance: auto;
}
.filter-select:focus {
    border-color: #222;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
}

.products-top-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eee;
}
.products-top-title h1 {
    font-family: 'Plus Jakarta Sans', 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 4px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.products-count-badge {
    display: inline-block;
    background: #f0f2f5;
    color: #555;
    font-size: 11.5px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 12px;
}
.active-filters-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    width: 100%;
}
.active-filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #222;
    color: #fff;
    font-size: 11.5px;
    padding: 3px 10px;
    border-radius: 12px;
    text-decoration: none;
    transition: background 0.2s;
}
.active-filter-pill:hover {
    background: #555;
    color: #fff;
    text-decoration: none;
}
.active-filter-pill i {
    font-size: 10px;
}

.pagination > li > a,
.pagination > li > span {
    color: #333;
    border-radius: 0;
}

.pagination > .active > a {
    background-color: #333;
    border-color: #333;
}

.alert {
    padding: 12px 15px;
    margin-bottom: 15px;
    border-radius: 0;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.btn-type1 {
    display: inline-block;
    padding: 12px 30px;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-type1:hover {
    background: #555;
    color: #fff;
    text-decoration: none;
}

.btn-type2 {
    display: inline-block;
    padding: 12px 24px;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}
.btn-type2:hover {
    background: #555;
    color: #fff;
    text-decoration: none;
}

.btn-type3 {
    display: inline-block;
    padding: 12px 24px;
    background: #888;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}
.btn-type3:hover {
    background: #666;
    color: #fff;
    text-decoration: none;
}

/* ==========================================================================
   Ürün Kartı (.pcard) Görsel & Başlık Mükemmel Hizalama
   ========================================================================== */
.product-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.product-grid-item {
    padding: 0 10px;
    margin-bottom: 24px;
    width: 25%;
}
@media (max-width: 1199px) {
    .product-grid-item { width: 33.333%; }
}
@media (max-width: 767px) {
    .product-grid-item { width: 50%; }
}
@media (max-width: 480px) {
    .product-grid-item { width: 100%; }
}

.pcard {
    background: #fff;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.25s ease;
}
.pcard:hover {
    border-color: #bbb;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.pcard-img {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 260px;
    background: #fff;
    overflow: hidden;
    padding: 10px;
}
.pcard-img img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.pcard:hover .pcard-img img {
    transform: scale(1.04);
}

.pcard-info {
    padding: 12px 14px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.pcard-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 6px 0;
    min-height: 36px;
    max-height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pcard-title a {
    color: #333;
    text-decoration: none;
}
.pcard-title a:hover {
    color: #000;
}
.pcard-brand {
    font-size: 11px;
    color: #888;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
}
.pcard-code {
    color: #aaa;
    font-family: monospace;
}
.pcard-price {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    margin-top: auto;
}

.pcard-actions {
    display: flex;
    border-top: 1px solid #eee;
}
.pcard-cart-btn {
    flex: 1;
    padding: 10px 8px;
    border: none;
    background: #333;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.pcard-cart-btn:hover {
    background: #555;
    color: #fff;
    text-decoration: none;
}
.pcard-detail-btn {
    padding: 10px 14px;
    background: #fafafa;
    color: #666;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-left: 1px solid #eee;
    transition: all 0.2s;
    white-space: nowrap;
}
.pcard-detail-btn:hover {
    background: #eee;
    color: #333;
    text-decoration: none;
}

/* ========== Arama Modal ========== */
.search-modal[hidden] {
    display: none !important;
}
.search-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    animation: searchModalFade .18s ease-out;
}
.search-modal-backdrop {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(20, 20, 20, 0.6);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.search-modal-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 32px);
    max-width: 720px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.3);
    padding: 14px 14px 18px;
    animation: searchModalSlide .22s ease-out;
}
.search-modal-form {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
}
.search-modal-icon {
    font-size: 18px;
    color: #888;
    margin-right: 12px;
    flex-shrink: 0;
}
#search-modal-input {
    flex: 1;
    border: 0;
    outline: none;
    background: transparent;
    font-size: 16px;
    padding: 14px 0;
    color: #222;
    font-family: inherit;
}
#search-modal-input::placeholder {
    color: #aaa;
}
.search-modal-close {
    background: #f3f3f3;
    border: 0;
    color: #555;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition: background .15s, color .15s, transform .15s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    flex-shrink: 0;
    padding: 0;
}
.search-modal-close:hover {
    background: #222;
    color: #fff;
    transform: rotate(90deg);
}
.search-modal-hint {
    margin: 8px 14px 4px;
    color: #999;
    font-size: 12px;
}
@keyframes searchModalFade {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes searchModalSlide {
    from { transform: translate(-50%, calc(-50% - 12px)); opacity: 0; }
    to   { transform: translate(-50%, -50%); opacity: 1; }
}
body.search-modal-open {
    overflow: hidden;
}
@media (max-width: 480px) {
    .search-modal-box { width: calc(100% - 24px); padding: 10px 10px 14px; }
    #search-modal-input { font-size: 16px; padding: 14px 0; }
    .search-modal-icon { font-size: 18px; margin-right: 10px; }
}

/* ==========================================================================
   Sayfalama (products.php) — temanin .pagination stili bu markup'a uymuyordu,
   bagimsiz sinif adlariyla yeniden tanimlandi.
   ========================================================================== */
.pager-nav {
    margin: 40px 0 10px;
    text-align: center;
}

.pager-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pager-list > li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pager-list a,
.pager-list > li > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #444;
    font: 600 13px/1 'Montserrat', sans-serif;
    text-decoration: none;
    transition: background .18s, border-color .18s, color .18s;
}

.pager-list a:hover,
.pager-list a:focus {
    background: #f3f3f3;
    border-color: #c9c9c9;
    color: #111;
    text-decoration: none;
}

.pager-list .is-active {
    background: #222;
    border-color: #222;
    color: #fff;
    cursor: default;
}

.pager-list .is-disabled {
    color: #c9c9c9;
    background: #fafafa;
    cursor: not-allowed;
}

.pager-list .pager-gap {
    border: 0;
    background: transparent;
    color: #999;
    min-width: 22px;
    padding: 0;
}

.pager-list .fa {
    font-size: 15px;
}

.pager-info {
    margin: 14px 0 0;
    color: #999;
    font-size: 12.5px;
}

@media (max-width: 480px) {
    .pager-list a,
    .pager-list > li > span {
        min-width: 34px;
        height: 34px;
        padding: 0 8px;
        font-size: 12px;
    }
    .pager-info { font-size: 11.5px; }
}
