/* === assets/frontend/css/header/header_3_base.css === */
/* --- HEADER 3 BASE CSS (editable:false) --- */
/* Sticky footer: içerik az olsa bile footer her zaman en altta kalsın
   (footer'da margin-top:auto var, body'nin flex column olması gerekiyor) */
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.navbar-brand img {
    height: 100%;
    width: auto;
    display: block;
    object-fit: contain;
}
.navbar-brand {
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: -1px;
    color: #000 !important;
    height: 40px;
    display: flex;
    align-items: center;
}
.navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}
.h15-header-icons .btn {
    border: none;
    font-size: 1.2rem;
    position: relative;
}
.h15-cart-badge {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    font-size: 0.7rem;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.h15-top-bar {
    color: white;
    font-size: 13px;
}
.h15-top-bar a {
    text-decoration: underline;
}
.h15-announcement-wrapper {
    height: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.h15-announcement-item {
    display: none;
    width: 100%;
    text-align: center;
}
.h15-announcement-item.active {
    display: block;
}
.search-logo span img {
    height:40px;
}
.mobile-menu-logo {
    height: 30px;
    display: flex;
    align-items: center;
}

.mobile-menu-logo img {
    height: 100%;
    width: auto;
    display: block;
}

@media (min-width: 992px) {
    .h15-navbar .nav-item {
        position: static;
    }
    .h15-navbar .nav-item:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    .h15-navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        border: none;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        border-radius: 0;
        padding: 30px 0;
        box-shadow: 0 10px 20px rgba(0,0,0,0.05);
        margin-top: 0;
    }
    .navbar-nav .nav-link {
        font-size: 0.85rem;
        text-transform: uppercase;
        padding: 1.5rem 1rem !important;
    }
    .firsat-link {
        color: #8B0000 !important;
    }
    .h15-mega-menu-title {
        margin-bottom: 15px;
        display: block;
        font-size: 0.9rem;
    }
    .h15-mega-menu-list {
        list-style: none;
        padding: 0;
    }
    .h15-mega-menu-list li a {
        text-decoration: none;
        font-size: 0.9rem;
        display: block;
        padding: 5px 0;
        transition: color 0.2s;
    }
    .h15-mega-menu-list li a:hover {
        text-decoration: underline;
    }
    .h15-navbar .h15-dropdown-classic {
        position: relative;
    }
    .h15-navbar .h15-submenu {
        width: 220px;
        left: 0;
        right: auto;
        border: 1px solid #eee;
        border-radius: 6px;
        padding: 8px 0;
        box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    }
    .h15-navbar .h15-submenu .dropdown-item {
        font-size: 0.85rem;
        padding: 8px 16px;
        transition: background-color 0.15s, color 0.15s;
    }
    .h15-submenu-parent {
        position: relative;
    }
    .h15-submenu-parent:hover > .h15-submenu-child {
        display: block;
    }
    .h15-submenu-child {
        display: none;
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 200px;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 6px;
        padding: 8px 0;
        box-shadow: 0 8px 24px rgba(0,0,0,0.1);
        list-style: none;
        margin: 0;
    }
    .h15-submenu-child .dropdown-item {
        font-size: 0.85rem;
        padding: 8px 18px;
        color: #333;
    }
    .h15-submenu-child .dropdown-item:hover {
        background-color: #f5f5f5;
        color: #000;
    }
}
.offcanvas-start {
    width: 85%;
}
#h15-mobileMenu .collapsing {
    transition-duration: 0.2s;
}
@media (max-width: 410px) {
    .navbar-brand img {
        max-width: 116px;
    }
}
@media (max-width: 380px) {
    .h15-navbar .btn,
    .h15-header-icons .btn {
        --bs-btn-padding-x: 0.55rem;
    }
}
@media (max-width: 345px) {
    .h15-navbar .btn,
    .h15-header-icons .btn {
        --bs-btn-padding-x: 0.48rem;
    }
}
.h15-mobile-nav-link {
    font-size: 1rem;
    text-transform: uppercase;
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}
.h15-mobile-nav-link.firsat {
    color: #8B0000;
}
.h15-mobile-sub-menu {
    list-style: none;
    padding-left: 0;
}
.h15-mobile-sub-menu li a {
    display: block;
    padding: 10px 0 10px 15px;
    text-decoration: none;
    font-size: 0.95rem;
}
.offcanvas-header .btn-close {
    opacity: 1;
}
#h15-searchOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 2000;
    border-bottom: 1px solid #ddd;
    display: none;
}
.h15-search-input {
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    padding: 10px;
    font-size: 1.2rem;
    outline: none;
}
.h15-search-close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 1.5rem;
}
.section-title {
    padding: 10px 20px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}
.result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    cursor: pointer;
    transition: background 0.2s;
    border-bottom: 1px solid #f0f0f0;
}
.result-item:last-child {
    border-bottom: none;
}
.product-name {
    font-size: 14px;
}
.product-price {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.original-price {
    text-decoration: line-through;
    font-size: 12px;
}
.special-price {
    font-weight: 700;
}
.no-results {
    padding: 30px 20px;
    text-align: center;
    font-size: 14px;
}

@media (max-width: 768px) {
    .result-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .product-price {
        font-size: 13px;
    }
    .search-logo span img {
        height:30px;
    }
}

/* === assets/frontend/css/header/header_3.css === */
/* --- HEADER GENEL --- */
.h15-header-icons .btn {
    background: transparent;
    color: #000000;
}
.h15-header-icons .btn:hover, .h15-header-icons .btn:focus {
    background: transparent;
    color: #000000;
}
.h15-cart-badge {
    background-color: #333;
    color: #fff;
}
.h15-top-bar {
    background-color: #1a2421;
}
.h15-announcement-item.active {
    color: #fff;
}
.h15-announcement-item.active a {
    color: #fff;
}

@media (min-width: 992px) {
    .navbar-nav .nav-link {
        color: #000000;
        font-weight: 500;
    }
    .navbar-nav .nav-link:hover {
        color: #555454;
    }
    .h15-mega-menu-title {
        font-weight: 700;
    }
    .h15-mega-menu-list li a {
        color: #444;
    }
    .h15-mega-menu-list li a:hover {
        color: #000;
    }
    .h15-navbar .h15-submenu .dropdown-item {
        color: #333;
    }
    .h15-navbar .h15-submenu .dropdown-item:hover {
        background-color: #f5f5f5;
        color: #000;
    }
}
.h15-mobile-nav-link {
    font-weight: 500;
    color: #000;
}
.h15-mobile-sub-menu {
    background-color: #fff;
}
.h15-mobile-sub-menu li a {
    color: #555;
}
#h15-searchOverlay {
    background: #fff;
}
.section-title {
    font-weight: 600;
    color: #666;
    background: #f8f9fa;
}
.result-item:hover {
    background: #f8f9fa;
}
.product-name {
    color: #333;
    font-weight: 500;
}
.product-price {
    color: #3e77ac;
    font-weight: 600;
}
.original-price {
    color: #999;
    font-weight: 400;
}
.special-price {
    color: #dc3545;
}
.no-results {
    color: #999;
}

@media (max-width: 768px) {
    .product-price {
        color: #3e77ac;
    }
}

/* === assets/frontend/css/footer/footer_2_base.css === */
/* --- FOOTER 2 BASE CSS (editable:false) --- */
.f14-custom-footer {
    padding-top: 60px;
    padding-bottom: 30px;
}
.f14-footer-logo h2 {
    letter-spacing: 2px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.f14-footer-logo p {
    font-size: 0.8rem;
    letter-spacing: 1px;
    color: #cccccc;
    text-transform: uppercase;
}
.f14-footer-links ul {
    padding: 0;
    list-style: none;
}
.f14-footer-links li {
    margin-bottom: 8px;
}
.f14-footer-links a {
    text-decoration: none;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}
.f14-newsletter-area p {
    font-size: 0.9rem;
    margin-bottom: 15px;
    line-height: 1.4;
}
.f14-newsletter-form {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 5px;
}
.f14-newsletter-form input {
    width: 100%;
    border: none;
    outline: none;
    padding-right: 30px;
}
.f14-newsletter-form input::placeholder {
    opacity: 1;
    text-transform: uppercase;
}
.f14-newsletter-form button {
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}
.f14-newsletter-form button:hover {
    transform: translateX(3px);
}
.f14-footer-divider {
    border-color: #333333;
    margin: 40px 0;
    opacity: 1;
}
.f14-social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
    /* Tum sosyal ikonlar aktifken sigmazsa alt satira kaysin (ezilmesin) */
    flex-wrap: wrap;
}
.f14-social-link {
    width: 40px;
    height: 40px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    /* Daralinca yatayda ezilip yassi gorunmesin; daire boyutu sabit kalsin */
    flex-shrink: 0;
}
.f14-copyright {
    font-size: 0.8rem;
}
.f14-payment-grid {
    display: inline-flex;
    grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
    gap: 10px;
}
.f14-payment-item {
    padding: 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
.f14-payment-item:hover {
    border-color: #4a90e2;
}
.f14-payment-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: brightness(0.8);
    transition: filter 0.2s ease;
}
.f14-payment-item:hover img {
    filter: brightness(1);
}

/* === assets/frontend/css/footer/footer_2.css === */
/* --- FOOTER GENEL --- */
.f14-custom-footer {
    background-color: #0f0f0f;
    color: #ffffff;
}
.f14-footer-logo h2 {
    font-weight: 700;
}
.f14-footer-links a {
    color: #eeeeee;
    font-weight: 500;
}
.f14-footer-links a:hover {
    color: #aaaaaa;
}
.f14-newsletter-area p {
    color: #ffffff;
}
.f14-newsletter-form input {
    background: transparent;
    color: #ffffff;
    font-weight: 600;
}
.f14-newsletter-form input::placeholder {
    color: #ffffff;
}
.f14-newsletter-form button {
    background: transparent;
    color: #ffffff;
}
.f14-social-link {
    border-color: #ffffff;
}
.f14-social-link i {
    color: #ffffff;
}
.f14-social-link:hover {
    background-color: #ffffff;
}
.f14-social-link:hover i {
    color: #000;
}
.f14-copyright {
    color: #888888;
}
.f14-payment-item {
    background: #ffffff;
}

