
         :root {  
            --hovercolor: #1B1B1B; 
            --bg_dark: #FFFBF2; 
            --font-weight: 600;  
			
        }body{
            font-family: "Open Sans", sans-serif;
            font-size: 14px;
            color: #666666;
        }body{background-color: #FFFBF2;background-repeat: repeat;background-attachment: scroll;background-size: auto;}.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: "Open Sans", sans-serif;
            color: #253237;
            text-transform: capitalize;
			font-weight: 600;
        }.pos_title h2{
            font-size: 24px;
        }.pos-title{
            font-family: "Open Sans", sans-serif;
        }.pos-title-column h4{   
            font-size: 20px;
        }#header .sticky-inner.scroll-menu{  
            background-color: #FFFBF2;   
        }.js-product-miniature .product_desc .product_name{
            color: #253237;
            font-size: 14px;
            text-transform: none;
        }.js-product-miniature .product_desc .product_name:hover{
            color: #4fb68d;
        }.product-price-and-shipping .price{
            color:#555555;
            font-size: 15px;
        }.h1.namne_details, .product_name_h1{
            color: #253237;
            font-size: 24px;
            text-transform: none;
        }.product-prices .price, .product-prices .current-price span:first-child{
            color:#555555;
            font-size: 22px;
        }#product.showcase-body #header,.showcase-inner,#product.showcase-body .page-title-wrapper{
            background-color: ;
        }#product .page-title-wrapper {
text-align:right;
margin-bottom:5px
}

#header .sticky-inner.scroll-menu {
padding-top:5px;
padding-bottom:5px
}

#header .sticky-inner.scroll-menu .site-logo img {
max-width:150px
}

@media (max-width:767px) {
#header .sticky-inner.scroll-menu .site-logo img {
max-width:90px
}
}

.js-content-wrapper {
margin:.125rem 0
}

#mobile_menu_wrapper .menu-close {
background:#314356
}

.page-header h1,.card-block h1 {
color:#4f4d47;
font-size:1.675rem;
line-height:1;
font-style:normal;
text-transform:none;
margin:0
}
.mp_yazi {
padding:0;
line-height:2em;
font-size:15px
}

.mp_yazi ol li {
color:#5b5b5b;
line-height:2em;
font-size:15px
}

.mp_yazi h3 {
color:#dfa300;
font-weight:700;
line-height:1.3;
font-size:1.125rem;
margin-bottom:.8rem;
margin-top:1.3rem
}

.mp_yazi {
padding:1.1rem;
line-height:1.5em
}

.qm-count {
background:#F9C027;
color:#04280e
}

.main-menu .pos-menu-horizontal .menu-content .menu-item>a .img-icon {
display:inline-block;
vertical-align:middle;
width:auto;
margin-bottom:0
}

.main-menu .pos-menu-horizontal .menu-content .menu-item .menu-dropdown .pos-sub-inner {
margin-top:0px
}

.back-top {
display:block;
position:fixed;
right:15px;
bottom:20px;
z-index:100
}

.back-top a {
width: 3.275rem;
  height: 3.275rem;
  background: #fff;
  color: #314356;
}
.back-top a:hover {
  background:#101d2b;
color: #fff;
}
.mp_title{
padding:0  1.1rem;
  line-height: 1.5em;
}
.mp_title h1{
font-family: "Open Sans", sans-serif;
}
@media (min-width: 1025px) {
  #footer section {
    overflow: inherit;
  }
}
/* Blog Kart Genel Yapısı */
.blog-card-wrapper {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    border: 1px solid #eee;
    height: 100%;
}

.blog-card-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 45px rgba(0,0,0,0.1);
}

/* Resim Alanı */
.blog-image-container {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.blog-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card-wrapper:hover .blog-image-container img {
    transform: scale(1.1);
}

/* Kategori Rozeti */
.blog-category-badge {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: #c62828; /* Sitenizdeki kırmızı */
    color: #fff;
    padding: 5px 15px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 20px;
}

/* İçerik Alanı */
.ybc-blog-latest-post-content {
    padding: 20px;
}

/* Kart Başlıklarının Arasını Aç (Harf ve Satır Aralığı) */
.blog-card-title {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.blog-card-title a {
    letter-spacing: 0.5px; /* Başlık harf aralığı */
    display: block;
}

/* Meta Veriler */
.blog-meta-data {
    font-size: 12px;
    color: #777;
    margin-bottom: 15px;
    display: flex;
    gap: 15px;
}

.blog-meta-data i {
    margin-right: 5px;
}

/* Açıklama */
.blog_description {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Buton Tasarımı */
.read_more_btn {
    display: inline-block;
    color: #1a237e;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}

.read_more_btn:hover {
    color: #c62828;
    border-bottom-color: #c62828;
    padding-left: 5px;
}

/* "Hepsini Gör" Butonu (En Alttaki) */
.blog_view_all_button {
    text-align: center;
    margin-top: 40px;
}

.view_all_link {
    background: #1a237e;
    color: #fff !important;
    padding: 12px 35px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    transition: background 0.3s;
    display: inline-block;
}

.view_all_link:hover {
    background: #c62828;
}
/* Özel Devamını Oku Butonu */
.read_more_btn_custom {
    display: inline-flex;
    align-items: center;
    background-color: #314356; /* Opera Lacivert */
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 4px; /* Hafif oval köşeler */
    padding: 4px 4px 4px 12px; /* İç boşluklar */
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.5px;
}

/* Butonun üzerindeki yazı */
.read_more_btn_custom .btn-text {
    margin-right: 10px;
    text-transform: uppercase;
}

/* İkonun içindeki beyaz kutu */
.read_more_btn_custom .btn-icon-box {
    background-color: #ffffff;
    color: #1a237e;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    transition: all 0.3s ease;
}

/* Hover (Üzerine gelince) Efektleri */
.read_more_btn_custom:hover {
    background-color: #c62828; /* Üzerine gelince Opera Kırmızısı */
    transform: translateY(-2px);
}

.read_more_btn_custom:hover .btn-icon-box {
    color: #c62828;
}

/* İkon hareketi */
.read_more_btn_custom:hover .btn-icon-box i {
    animation: moveArrow 0.5s infinite alternate;
}

@keyframes moveArrow {
    from { transform: translateX(0); }
    to { transform: translateX(3px); }
}
/* Ana Başlığı Ortala ve Temaya Uygun Yap */
.featured-main-title {
    text-align: center !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: #1a237e; /* Lacivert tonu */
    margin-bottom: 40px !important;
    position: relative;
    width: 100%;
}

/* Başlık altına şık bir çizgi (Opsiyonel) */
.featured-main-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #c62828; /* Kırmızı tonu */
    margin: 10px auto 0;
}
/* Ana Buton Sabitleme (Kesin Çözüm) */
.main_view_all_fixed {
    background-color: #c62828 !important; /* Canlı Kırmızı */
    color: #ffffff !important;           /* Net Beyaz Yazı */
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 18px 40px !important;       /* Dolgun buton */
    border-radius: 50px !important;      /* Tam oval modern görünüm */
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    box-shadow: 0 10px 25px rgba(198, 40, 40, 0.3) !important;
    transition: all 0.3s ease !important;
    width: auto !important;
    margin: 40px auto !important;
}

.main_view_all_fixed .btn-text {
    color: #ffffff !important;
    margin-right: 20px !important;
    text-transform: uppercase;
}

.main_view_all_fixed .btn-icon-box-white {
    background-color: #ffffff !important;
    color: #c62828 !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.main_view_all_fixed:hover {
    background-color: #314356 !important; /* Üzerine gelince lacivert */
    transform: scale(1.05) !important;
    box-shadow: 0 15px 30px rgba(26, 35, 126, 0.4) !important;
}

.main_view_all_fixed:hover .btn-icon-box-white {
    color: #1a237e !important;
}