@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(219,51,64);
	--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: 1460px;
--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: 1460px) {
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İ (HİZALAMA İÇİN ŞART) --- */
/* Woodmart ürün kartını esnek yapıya çevirir, böylece butonlar en alta sabitlenir */
.product-grid-item .product-wrapper, 
.product-grid-item .product-element-bottom {
    display: flex !important;
    flex-direction: column !important;
    height: 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: #C60710 !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; }
}