@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.aktasyazilimbilisim.com.tr/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
	font-display:swap;
}

:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 14px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(28,28,28);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(217,49,67);
	--btn-accented-bgcolor-hover: rgb(196,45,60);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
 {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 600;
}
html .wd-nav.wd-nav-main > li > a {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 2px;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1380px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1380px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

.wd-nav-main > li > a img.wd-nav-img {
    filter: brightness(0) invert(1) !important;
}

.woocommerce .price, 
.widget_products .price, 
.widget_top_rated_products .price, 
.widget_recently_viewed_products .price, 
.woocommerce-Price-amount.amount {
    display: none !important;
}

/* --- ÜRÜN KARTI DÜZENLEMESİ (GRID VE CAROUSEL İÇİN ORTAK HİZALAMA) --- */
/* Carousel (Kaydırıcı) yan yana kutularının boylarını eşitler */
.wd-carousel-wrap {
    align-items: stretch !important; 
}

/* Woodmart ürün kartını esnek yapıya çevirir, sabit yüksekliği iptal eder */
.wd-carousel-item,
.product-grid-item,
.wd-product {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important; 
}

/* İçeriği tam boya uzatır */
.wd-carousel-item .product-wrapper,
.product-grid-item .product-wrapper, 
.wd-carousel-item .product-element-bottom,
.product-grid-item .product-element-bottom {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    height: 100% !important;
}

/* Carousel ve Grid içinde butonu (veya buton grubunu) garanti olarak en alta iter */
.wd-product .product-element-bottom > div:has(.custom-teklif-btn),
.wd-product .product-element-bottom > div:last-child {
    margin-top: auto !important;
    width: 100% !important;
}

/* --- BUTON GRUBU KONUMLANDIRMA --- */
.urun-buton-grubu {
    display: flex;
    gap: 10px; /* Butonlar arası yan yana boşluk */
    margin-top: auto !important; /* Ürün ismi kısa olsa bile butonu en alta iter */
    padding-top: 20px !important; /* Üstteki yazı ile buton arası mesafe */
    margin-bottom: 10px !important; /* Alt satırdaki ürünle arasına mesafe koyar */
    flex-wrap: wrap; 
    width: 100%;
}

/* --- GENEL BUTON YAPISI --- */
.custom-teklif-btn, .custom-online-btn {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    box-sizing: border-box !important;
    border-radius: 5px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    flex: 1; 
    min-width: 120px; /* Liste görünümünde butonların çok devasa olmaması için ideal */
}

/* Teklif Al Butonu Rengi (Kırmızı) */
.custom-teklif-btn {
    background-color: #1F2937 !important;
    color: #ffffff !important;
    margin: 2px; /* Dış taşmaları engellemek için hafif boşluk */
}

/* Online Alışveriş Butonu Rengi (Koyu Gri/Siyah) */
.custom-online-btn {
    background-color: #1e1e1e !important; 
    color: #ffffff !important;
    margin: 2px;
}

/* Hover Efektleri */
.custom-teklif-btn:hover { background-color: #a0050d !important; transform: translateY(-2px); }
.custom-online-btn:hover { background-color: #333333 !important; transform: translateY(-2px); }

/* Boyut Ayarları */
.custom-teklif-btn-loop { 
    font-size: 13px !important; /* Liste sayfasında daha zarif durması için hafif küçültüldü */
    min-height: 40px !important; 
}
.custom-teklif-btn-single { 
    font-size: 16px !important; 
    min-height: 50px !important; 
}

/* --- MOBİL ÖZEL AYAR (Taşmayı Engeller) --- */
@media (max-width: 768px) {
    .urun-buton-grubu {
        gap: 8px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .custom-teklif-btn, .custom-online-btn {
        font-size: 11px !important; /* Mobilde yazılar sığsın diye */
        min-width: 100px;
    }
}

/* Teklif formundaki ürün kutucuğunu korur */
#otomatik-urun { pointer-events: none !important; background-color: #f5f5f5 !important; color: #333 !important; }

/* Ana Kapsayıcı Sınıf */
.Ozel-sayfa-bolumu {
    font-family: inherit;
    color: #1c1c1c;
    background-color: #ffffff;
    line-height: 1.6;
    box-sizing: border-box;
}

/* H1 Hero Bölümü - HOVER İPTAL, EFEKTLER GÜÇLENDİRİLDİ, BOŞLUKLAR DARALTILDI */
.Ozel-sayfa-bolumu-hero {
    position: relative;
    text-align: center;
    padding: 35px 20px; /* Üst ve alt boşluklar daraltıldı */
    background: linear-gradient(180deg, #ffffff 0%, #fdf5f5 100%); /* Çok hafif kırmızımsı sıcak alt zemin */
    border: 3px dashed rgba(198, 7, 16, 0.4); /* Kesikli çizgi kalıcı ve kırmızı tonlu */
    border-radius: 12px;
    margin-bottom: 35px;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 15px 35px rgba(198, 7, 16, 0.15); /* Güçlü, kalıcı kırmızı gölge */
}

/* İkon Stili ve Efekti */
.Ozel-sayfa-bolumu-hero-icon {
    font-size: 2.5rem;
    color: #c60710;
    margin-bottom: 10px;
    filter: drop-shadow(0 4px 8px rgba(198, 7, 16, 0.3)); /* İkona özel derinlik gölgesi */
}

/* H1 Başlık Stilleri */
.Ozel-sayfa-bolumu-hero h1 {
    font-size: 2.8rem;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
	  line-height: 1; /* Satır yüksekliği daraltıldı */
}

/* Ana Kapsayıcı Sınıf */
.Ozel-sayfa-bolumu {
    font-family: inherit;
    color: #1c1c1c;
    background-color: #ffffff;
    line-height: 1.6;
    box-sizing: border-box;
}

/* H1 Hero Bölümü */
.Ozel-sayfa-bolumu-hero {
    position: relative;
    text-align: center;
    padding: 35px 20px;
    background: linear-gradient(180deg, #ffffff 0%, #fdf5f5 100%);
    border: 3px dashed rgba(198, 7, 16, 0.4);
    border-radius: 12px;
    margin-bottom: 35px;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 15px 35px rgba(198, 7, 16, 0.15);
}

.Ozel-sayfa-bolumu-hero-icon {
    font-size: 2.5rem;
    color: #c60710;
    margin-bottom: 10px;
    filter: drop-shadow(0 4px 8px rgba(198, 7, 16, 0.3));
}

.Ozel-sayfa-bolumu-hero h1 {
    font-size: 2.8rem;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.Ozel-sayfa-bolumu-hero h1 .Ozel-title-main {
    color: #1c1c1c;
    font-weight: 700;
}

.Ozel-sayfa-bolumu-hero h1 .Ozel-title-highlight {
    background: linear-gradient(135deg, #ff1a1a 0%, #990000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    filter: drop-shadow(0 2px 4px rgba(198, 7, 16, 0.15));
}

.Ozel-sayfa-bolumu-hero p {
    margin: 0;
    color: #444;
    font-weight: 500;
}

/* 2 Sütunlu Grid Düzeni (Masaüstü için) */
.Ozel-sayfa-bolumu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
    align-items: start;
}

/* Başlık Stilleri */
.Ozel-sayfa-bolumu h2 {
    color: #1c1c1c;
    font-size: 2rem;
    border-left: 5px solid #c60710;
    padding-left: 15px;
    margin-bottom: 15px;
}
.Ozel-sayfa-bolumu h3 { color: #c60710; font-size: 1.6rem; margin-top: 25px; margin-bottom: 10px; }
.Ozel-sayfa-bolumu h4 { color: #1c1c1c; font-size: 1.3rem; margin-top: 20px; margin-bottom: 10px; }
.Ozel-sayfa-bolumu h5 { color: #444444; font-size: 1.1rem; margin-top: 15px; margin-bottom: 10px; }

/* İçerik İçi Link ve Kalın Yazı Stilleri */
.Ozel-sayfa-bolumu-icerik strong {
    font-weight: 700;
    color: #1c1c1c;
}
.Ozel-sayfa-bolumu-icerik a {
    color: #c60710;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px dashed #c60710;
    transition: all 0.3s ease;
}
.Ozel-sayfa-bolumu-icerik a:hover {
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
}

/* Ürün Görseli (Orijinal Oran ve Hover Efekti) */
.Ozel-sayfa-bolumu-gorsel {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    overflow: hidden; /* Görsel büyüdüğünde köşelerden taşmasını engeller */
}
.Ozel-sayfa-bolumu-gorsel img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    transition: transform 0.4s ease; /* Büyüme animasyon süresi */
}
.Ozel-sayfa-bolumu-gorsel:hover img {
    transform: scale(1.03); /* Üzerine gelince zarifçe %3 büyütür */
}

/* İkonlu Liste Stili */
.Ozel-sayfa-bolumu-liste {
    list-style: none;
    padding: 0;
}
.Ozel-sayfa-bolumu-liste li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.Ozel-sayfa-bolumu-liste li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #c60710;
    font-weight: bold;
    font-size: 1.2rem;
}

/* SSS Akordeon Tasarımı */
.Ozel-sayfa-bolumu-sss details {
    background: #f9f9f9;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    border-left: 4px solid #1c1c1c;
    cursor: pointer;
    transition: all 0.3s ease;
}
.Ozel-sayfa-bolumu-sss details:hover {
    border-left-color: #c60710;
}
.Ozel-sayfa-bolumu-sss summary {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1c1c1c;
    outline: none;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.Ozel-sayfa-bolumu-sss summary::-webkit-details-marker { display: none; }
.Ozel-sayfa-bolumu-sss p { margin-top: 15px; color: #555; }

/* İletişim / Teklif Bölümü */
.Ozel-sayfa-bolumu-iletisim {
    background-color: #1c1c1c;
    color: #ffffff;
    text-align: center;
    padding: 40px 20px;
    border-radius: 12px;
    margin-top: 40px;
}
.Ozel-sayfa-bolumu-iletisim h3 { color: #ffffff; }
.Ozel-sayfa-bolumu-buton {
    display: inline-block;
    background-color: #c60710;
    color: #ffffff;
    padding: 15px 35px;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 6px;
    margin-top: 20px;
    transition: all 0.3s ease;
}
.Ozel-sayfa-bolumu-buton:hover {
    background-color: #ffffff;
    color: #c60710;
}

/* Mobil Görünüm (Tek Sütun) */
@media (max-width: 768px) {
    .Ozel-sayfa-bolumu-grid {
        grid-template-columns: 1fr;
    }
    .Ozel-sayfa-bolumu-hero h1 { font-size: 2.3rem; }
}

/* === ÖZEL SLIDER TASARIMI - İPHONE/SAFARİ KESİN ÇÖZÜM === */
.OzelSlider-section * {
    box-sizing: border-box; 
}

/* 1. Elementor flex yapısında ezilmemesi için display: block ZORLAMASI */
.OzelSlider-section {
    width: 100% !important;
    margin: 0 !important; 
    padding: 0 !important; 
    font-family: inherit;
    display: block !important; 
    position: relative;
}

.OzelSlider-container {
    position: relative;
    width: 100% !important;
    max-width: 1000px; 
    margin: 0 auto;
    border-radius: 12px; 
    overflow: hidden; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    display: block !important;
}

/* 2. İPHONE İÇİN KESİN YÜKSEKLİK ÇÖZÜMÜ (Safari bunu asla ezemez) */
.OzelSlider-ratio {
    display: block !important;
    width: 100% !important;
    /* 800x600 oranını (%75) kesin olarak ayırır, alttaki elementin üste binmesini yasaklar */
    padding-top: 75% !important; 
    position: relative;
}

.OzelSlider-wrapper {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.OzelSlider-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    position: relative;
}

.OzelSlider-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center; 
    display: block;
}

/* === YÖNLENDİRME BUTONLARI === */
.OzelSlider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.7); 
    color: #e31e24; 
    border: none;
    width: 45px; 
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    z-index: 10;
}
.OzelSlider-btn:hover {
    background: #e31e24; 
    color: #fff; 
    box-shadow: 0 4px 15px rgba(227, 30, 36, 0.4);
}
.OzelSlider-btn.prev { left: 15px; }
.OzelSlider-btn.next { right: 15px; }

/* === NOKTALI NAVİGASYON === */
.OzelSlider-pagination {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}
.OzelSlider-dot {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5); 
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.1);
}
.OzelSlider-dot.active {
    background: #e31e24; 
    width: 25px; 
    border-radius: 10px;
    border-color: #e31e24;
}

/* === MOBİL VE TABLET OPTİMİZASYONU === */
@media (max-width: 768px) {
    .OzelSlider-btn {
        width: 35px; 
        height: 35px;
        font-size: 1.2rem;
    }
    .OzelSlider-btn.prev { left: 8px; }
    .OzelSlider-btn.next { right: 8px; }
    .OzelSlider-pagination { bottom: 10px; gap: 6px; }
    .OzelSlider-dot { width: 10px; height: 10px; }
    .OzelSlider-dot.active { width: 20px; }
}

/* === MENÜ KATEGORİ BLOĞU TASARIMI === */

.OzelMenuGrid-container * {
    box-sizing: border-box;
}

.OzelMenuGrid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Bilgisayarda tam 3 sütun */
    gap: 25px; /* Kartlar arası boşluk */
    width: 100%;
    max-width: 1050px; 
    padding: 20px;
    margin: 0 auto;
    font-family: inherit;
}

/* Kartın Ana Yapısı */
.OzelMenuGrid-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #f0f2f5;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* HOVER DURUMU (Üzerine Gelince) */
.OzelMenuGrid-card:hover {
    transform: translateY(-8px); /* Hafif yükselme */
    box-shadow: 0 15px 35px rgba(227, 30, 36, 0.12); /* Kurumsal kırmızı gölge */
    border-color: #e31e24; /* Kenarlık rengi kırmızı */
}

/* Görsel Alanı (300x300) */
.OzelMenuGrid-image {
    width: 100%;
    aspect-ratio: 1 / 1; /* Kare oranını korur */
    overflow: hidden;
    background: #f8f9fa;
}

.OzelMenuGrid-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Hover'da Resmin Yakınlaşması */
.OzelMenuGrid-card:hover .OzelMenuGrid-image img {
    transform: scale(1.08);
}

/* Yazı Alanı */
.OzelMenuGrid-content {
    padding: 20px;
    text-align: center;
}

.OzelMenuGrid-content h3 {
    margin: 0 0 10px 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
    transition: color 0.3s ease;
}

/* Hover'da Başlık Rengi Değişimi */
.OzelMenuGrid-card:hover .OzelMenuGrid-content h3 {
    color: #e31e24; /* Aktaş Kırmızısı */
}

.OzelMenuGrid-content p {
    margin: 0;
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
}

/* Buton Efekti (Alt kısma hayali bir çizgi) */
.OzelMenuGrid-card::after {
    content: '';
    width: 0%;
    height: 3px;
    background: #e31e24;
    transition: width 0.3s ease;
    align-self: center;
}

.OzelMenuGrid-card:hover::after {
    width: 100%;
}

/* Woodmart Mobil Menü İkon Hizalama Düzeltmesi (iPhone/Safari Fix) */
.mobile-nav .wd-nav-mobile li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px; /* İkon ile yazı arasındaki boşluk */
    white-space: normal !important;
}

.mobile-nav .wd-nav-mobile li > a i,
.mobile-nav .wd-nav-mobile li > a .wd-icon {
    flex-shrink: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px; /* İkonların standart bir genişlikte kalmasını sağlar */
}