﻿/* Weraus Ã–zel Stilleri */

/* Blog Stilleri */
.blog-content {
    line-height: 1.8;
}

.blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #2c5aa0;
}

.blog-content p {
    margin-bottom: 20px;
}

.blog-content ul, .blog-content ol {
    margin-bottom: 20px;
    padding-left: 30px;
}

.blog-content li {
    margin-bottom: 8px;
}

.blog-content blockquote {
    border-left: 4px solid #2c5aa0;
    padding-left: 20px;
    margin: 30px 0;
    font-style: italic;
    color: #666;
}

.blog-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}

.blog-content code {
    background-color: #f8f9fa;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
}

.blog-content pre {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 20px 0;
}

.blog-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.blog-content th, .blog-content td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.blog-content th {
    background-color: #f8f9fa;
    font-weight: 700;
}

/* Blog KartlarÄ± */
.blog-item:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

.blog-image img:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

/* Pagination Stilleri */
.pagination-style-01 .btn {
    min-width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Sosyal PaylaÅŸÄ±m */
.elements-social.social-icon-style-02 ul li a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.elements-social.social-icon-style-02 ul li a.facebook {
    background-color: #3b5998;
    color: white;
}

.elements-social.social-icon-style-02 ul li a.twitter {
    background-color: #1da1f2;
    color: white;
}

.elements-social.social-icon-style-02 ul li a.linkedin {
    background-color: #0077b5;
    color: white;
}

.elements-social.social-icon-style-02 ul li a.whatsapp {
    background-color: #25d366;
    color: white;
}

.elements-social.social-icon-style-02 ul li a:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}


.product-detail-hero .page-title-double-large {
    position: relative;
    z-index: 2;
}

.product-detail-hero [data-anime] > * {
    opacity: 1 !important;
    transform: none !important;
}

@media (max-width: 767px) {
    .product-detail-tabs .nav-tabs {
        gap: 8px;
        padding: 4px;
    }

    .product-detail-tabs .nav-link {
        width: 100%;
        text-align: center;
        padding: 10px 16px;
    }
}

.product-detail-hero .page-title-double-large {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.product-detail-hero .page-title-double-large > * {
    opacity: 1 !important;
    transform: none !important;
    color: inherit !important;
}

.product-detail-hero .page-title-double-large h1,
.product-detail-hero .page-title-double-large span,
.product-detail-hero .page-title-double-large .breadcrumb,
.product-detail-hero .page-title-double-large .breadcrumb a {
    color: #ffffff !important;
}
.product-detail-hero [data-anime] {
    opacity: 1 !important;
    transform: none !important;
}
.product-detail-hero .page-title-double-large a {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}
.product-detail-hero.top-space-margin {
    margin-top: 0 !important;
}
.page-title-big-typography.top-space-margin {
    margin-top: 0 !important;
}
.page-title-big-typography.cover-background {
    position: relative;
    color: #ffffff;
}

.page-title-big-typography.cover-background::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.45), rgba(37, 99, 235, 0.2));
    z-index: 1;
    pointer-events: none;
}

.page-title-big-typography.cover-background > .container {
    position: relative;
    z-index: 2;
}

.page-title-big-typography.cover-background .page-title-double-large {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 150px 20px 100px;
    text-align: center;
}

.page-title-big-typography.cover-background .page-title-double-large > *,
.page-title-big-typography.cover-background .breadcrumb,
.page-title-big-typography.cover-background .breadcrumb-item,
.page-title-big-typography.cover-background .breadcrumb-item a {
    color: #ffffff !important;
}

.page-title-big-typography.cover-background .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.6);
}

.page-title-big-typography.cover-background .page-title-double-large nav {
    margin-top: 24px;
}

.category-card-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 4px 0 6px;
}

.category-card-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    color: rgba(34, 34, 34, 0.55);
}

.category-card-code {
    font-size: 0.95rem;
    font-weight: 700;
    color: #222222;
}



.category-pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.category-pagination .pagination {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-pagination .pagination a,
.category-pagination .pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    font-weight: 600;
    background-color: #f4f4f5;
    color: #1f2937;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.category-pagination .pagination a:hover {
    background-color: #2c5aa0;
    color: #ffffff;
}

.category-pagination .pagination .active {
    background-color: #2c5aa0;
    color: #ffffff;
    box-shadow: 0 12px 30px -12px rgba(44, 90, 160, 0.45);
}

.category-pagination .pagination .disabled {
    opacity: 0.4;
    pointer-events: none;
}

.category-pagination .pagination .page-gap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    color: #9ca3af;
}
/* ------------------------------------------------------------------------
   Footer redesign
/* --------------------------------------------------------------------- */
.site-footer {
    color: #f5f5f7;
    background: linear-gradient(180deg, #10131a 0%, #0a0c10 100%);
    font-size: 15px;
    position: relative;
    padding: 0;
}

.site-footer a {
    color: inherit;
    text-decoration: none;
    transition: color .2s ease, opacity .2s ease;
}

.site-footer a:hover {
    color: #ffffff;
    opacity: 0.85;
}

.footer-main {
    padding: 32px 0 14px;
}

.footer-main__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 32px;
}

.footer-main__brand {
    max-width: 360px;
}

.footer-logo {
    display: inline-flex;
    margin-bottom: 24px;
}

.footer-logo__img {
    max-height: 52px;
    width: auto;
}

.footer-main__description {
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-rating {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 12px 16px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

.footer-rating__score {
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}

.footer-rating__details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-rating__stars {
    letter-spacing: 4px;
    color: var(--golden-yellow, #fd961e);
    font-size: 16px;
}

.footer-rating__label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
}

.footer-main__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #ffffff;
}

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.68);
    font-weight: 400;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-contact {
    display: grid;
    gap: 8px;
}

 .footer-contact__label {
    display: block;
    margin-top: 18px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .18em;
    color: rgba(255, 255, 255, 0.46);
}

.footer-contact__label:first-child {
    margin-top: 0;
}

.footer-contact__link {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

.footer-contact__address,
.footer-contact__link {
    margin-top: 4px;
}

.footer-contact__address {
    display: block;
    margin: 4px 0 0;
    color: rgba(255, 255, 255, 0.68);
    white-space: pre-line;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 10px 0 12px;
    background: rgba(0, 0, 0, 0.28);
}

.footer-bottom__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
}

.footer-bottom__copy {
    font-weight: 500;
}

.footer-bottom__policy {
    max-width: 520px;
}

@media (max-width: 991px) {
    .footer-main {
        padding: 22px 0 12px;
    }

    .footer-bottom__inner {
        gap: 16px;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .footer-main {
        padding: 22px 0 12px;
    }

    .footer-main__grid {
        gap: 28px;
    }

    .footer-rating {
        width: 100%;
        justify-content: space-between;
    }
}



/* Reduce spacing for final section before footer */
section:last-of-type {
    padding-bottom: 40px;
}



/* Reduce spacing for final top-level section before footer */
body > section:last-of-type {
    padding-bottom: 32px;
    margin-bottom: 0;
}


.footer-collapsible {
    position: relative;
}

.footer-collapsible__toggle {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    background: none;
    border: none;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.footer-collapsible__toggle:focus-visible {
    outline: 2px solid var(--golden-yellow, #fd961e);
    outline-offset: 4px;
}

.footer-collapsible__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    color: var(--golden-yellow, #fd961e);
    font-size: 18px;
    transition: transform .2s ease;
}

.footer-collapsible__icon::before {
    content: '+';
}

.footer-collapsible__toggle[aria-expanded="true"] .footer-collapsible__icon {
    transform: rotate(45deg);
}

.footer-collapsible__toggle[aria-expanded="true"] .footer-collapsible__icon::before {
    content: '–';
}

.collapsible-content {
    margin-top: 16px;
}

@media (max-width: 575px) {
    .collapsible-content {
        display: none;
        margin-top: 12px;
    }

    .footer-collapsible__toggle[aria-expanded="true"] + .collapsible-content {
        display: block;
    }

}

@media (min-width: 576px) {
    .footer-collapsible__icon {
        display: none;
    }

    .footer-collapsible__toggle {
        cursor: default;
    }

    .footer-collapsible__toggle + .collapsible-content {
        display: block !important;
    }
}



.footer-bottom__logo {
    display: inline-block;
    max-height: 32px;
    width: auto;
}
.cta-section-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 12px 28px;
    border-radius: 999px;
    background: #ffffff;
    color: #111111;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 14px 32px -18px rgba(0, 0, 0, 0.45);
    transition: transform .2s ease, box-shadow .2s ease;
}

.cta-section-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 38px -18px rgba(0, 0, 0, 0.45);
}
.cta-section .feature-box-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cta-section .feature-box-content p {
    margin: 0;
}
/* Product detail flat layout */
.product-detail-flat { padding: 40px 0 0; background-color: #ffffff; }
.product-hero-card,
.product-tabs-card { border: 1px solid rgba(34, 34, 34, 0.08); border-radius: 14px; background-color: #ffffff; box-shadow: none; }
.product-image-frame { border: 1px solid rgba(34, 34, 34, 0.08); border-radius: 14px; background: #ffffff; overflow: hidden; }
.product-image-main { display: block; width: 100%; height: auto; object-fit: contain; padding: 18px; }
.product-image-placeholder { display: flex; align-items: center; justify-content: center; height: 360px; border: 1px dashed rgba(34, 34, 34, 0.12); border-radius: 14px; color: rgba(34, 34, 34, 0.25); font-size: 46px; background: #ffffff; }
.product-summary { display: flex; flex-direction: column; gap: 18px; }
.product-summary__category { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.12em; font-weight: 600; color: rgba(34, 34, 34, 0.55); }
.product-summary__title { font-size: 2.1rem; font-weight: 700; line-height: 1.15; color: #222222; margin: 0; }
.product-summary__lede { font-size: 1rem; line-height: 1.7; color: rgba(34, 34, 34, 0.72); margin: 0; }
.product-summary__block { border: 1px solid rgba(34, 34, 34, 0.08); border-radius: 12px; background-color: #ffffff; padding: 16px 20px; }
.product-summary__block-title { margin: 0 0 8px; font-size: 0.83rem; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; color: rgba(34, 34, 34, 0.5); }
.product-summary__list { margin: 0; padding-left: 18px; display: flex; flex-direction: column; gap: 6px; color: #222222; }
.product-summary__meta { display: inline-flex; align-items: center; gap: 12px; font-size: 0.92rem; color: rgba(34, 34, 34, 0.7); }
.product-summary__meta span { text-transform: uppercase; font-size: 0.75rem; color: rgba(34, 34, 34, 0.45); }
.product-summary__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 4px; }
.btn-flat-primary,
.btn-flat-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 9px 18px;
    border-radius: 10px;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.btn-flat-primary {
    background-color: #fc7200;
    border: 1px solid #fc7200;
    color: #ffffff;
}

.btn-flat-primary:hover,
.btn-flat-primary:focus {
    background-color: #e06400;
    border-color: #e06400;
    color: #ffffff;
}

.btn-flat-outline {
    background-color: transparent;
    border: 1px solid #fc7200;
    color: #fc7200;
}

.btn-flat-outline:hover,
.btn-flat-outline:focus {
    background-color: #fc7200;
    border-color: #fc7200;
    color: #ffffff;
}.product-detail-tabs .nav-tabs {
    border-bottom: 1px solid rgba(34, 34, 34, 0.08);
    gap: 24px;
    flex-wrap: wrap;
}

.product-detail-tabs .nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0 0 14px;
    font-weight: 600;
    color: rgba(34, 34, 34, 0.55);
    position: relative;
    transition: color 0.2s ease;
}

.product-detail-tabs .nav-tabs .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background-color: #fc7200;
    opacity: 0;
    transform: scaleX(0.35);
    transform-origin: center;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.product-detail-tabs .nav-tabs .nav-link:hover {
    color: #fc7200;
}

.product-detail-tabs .nav-tabs .nav-link:hover::after {
    opacity: 0.5;
    transform: scaleX(0.6);
}

.product-detail-tabs .nav-tabs .nav-link.active,
.product-detail-tabs .nav-tabs .nav-link.active:focus {
    color: #222222;
    background: transparent;
    box-shadow: none;
}

.product-detail-tabs .nav-tabs .nav-link.active::after {
    opacity: 1;
    transform: scaleX(1);
}

.product-detail-tabs .tab-content {
    color: rgba(34, 34, 34, 0.8);
    border: 1px solid rgba(34, 34, 34, 0.08);
    border-radius: 12px;
    padding: 24px;
    background: #ffffff;
}

.product-detail-tabs .tab-content .product-description {
    line-height: 1.72;
}

.product-card-flat {
    border: 1px solid rgba(34, 34, 34, 0.08);
    border-radius: 14px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
}

.product-card-flat:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px -28px rgba(34, 34, 34, 0.35);
}

.product-card-flat__image {
    display: block;
    background: #fafafa;
    border-bottom: 1px solid rgba(34, 34, 34, 0.06);
    text-align: center;
    padding: 18px;
}

.product-card-flat__image img {
    width: 100%;
    height: 180px;
    object-fit: contain;
}

.product-card-flat__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 20px 22px 24px;
}

.product-card-flat__title {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #222222;
}

.product-card-flat__title-link {
    color: inherit;
    text-decoration: none;
}

.product-card-flat__title-link:hover {
    color: #fc7200;
}

.product-card-flat__excerpt {
    margin: 0;
    color: rgba(34, 34, 34, 0.62);
    font-size: 0.9rem;
    line-height: 1.55;
}

.product-card-flat__body .btn,
.product-card-flat__body .btn-flat-secondary {
    margin-top: auto;
}


.product-searchbar{position:relative;max-width:780px;margin:12px auto 20px;padding:0 12px}
.ps-input-wrap{display:flex;align-items:center;gap:8px;border:1px solid #e5e5e5;border-radius:12px;padding:10px 12px;background:#fff}
.ps-icon{width:18px;height:18px;fill:#7a7a7a;flex:0 0 18px}
#ps-input{border:0;outline:0;width:100%;font-size:15px}
.ps-panel{position:absolute;left:12px;right:12px;top:calc(100% + 8px);background:#fff;border:1px solid #ececec;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.06);z-index:30;overflow:hidden}
.ps-list{list-style:none;margin:0;padding:6px 0;max-height:360px;overflow:auto}
.ps-item{display:flex;align-items:center;gap:12px;padding:10px 12px;cursor:pointer}
.ps-item[aria-selected="true"], .ps-item:hover{background:#f7f7f7}
.ps-thumb{width:44px;height:44px;border-radius:8px;background:#f5f5f5;object-fit:contain;flex:0 0 44px}
.ps-meta{display:flex;flex-direction:column;min-width:0}
.ps-name{font-size:14px;line-height:1.35;color:#1e1e1e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ps-extra{font-size:12px;color:#7a7a7a}
.ps-empty{padding:12px;color:#7a7a7a;font-size:14px}







.btn-flat-secondary { display: inline-flex; align-items: center; justify-content: center; padding: 11px 20px; border-radius: 999px; background-color: rgba(34, 34, 34, 0.06); border: 1px solid rgba(34, 34, 34, 0.06); color: #222222; font-weight: 600; transition: all 0.2s ease; }
.btn-flat-secondary:hover { background-color: #fc7200; border-color: #fc7200; color: #ffffff; }
@media (max-width: 991.98px){.product-hero-card { padding: 28px 22px; }.product-summary__title { font-size: 1.9rem; }}
    .product-summary__title { font-size: 1.9rem; }
}    .product-summary__title { font-size: 1.95rem; }
}
/* Product detail flat layout */
.product-detail-flat { padding: 40px 0 0; background-color: #ffffff; }
.product-hero-card,
.product-tabs-card { border: 1px solid rgba(34, 34, 34, 0.08); border-radius: 14px; background-color: #ffffff; box-shadow: none; }
.product-image-frame { border: 1px solid rgba(34, 34, 34, 0.08); border-radius: 14px; background: #ffffff; overflow: hidden; }
.product-image-main { display: block; width: 100%; height: auto; object-fit: contain; padding: 18px; }
.product-image-placeholder { display: flex; align-items: center; justify-content: center; height: 360px; border: 1px dashed rgba(34, 34, 34, 0.12); border-radius: 14px; color: rgba(34, 34, 34, 0.25); font-size: 46px; background: #ffffff; }
.product-summary { display: flex; flex-direction: column; gap: 18px; }
.product-summary__category { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.12em; font-weight: 600; color: rgba(34, 34, 34, 0.55); }
.product-summary__title { font-size: 2.1rem; font-weight: 700; line-height: 1.15; color: #222222; margin: 0; }
.product-summary__lede { font-size: 1rem; line-height: 1.7; color: rgba(34, 34, 34, 0.72); margin: 0; }
.product-summary__block { border: 1px solid rgba(34, 34, 34, 0.08); border-radius: 12px; background-color: #ffffff; padding: 16px 20px; }
.product-summary__block-title { margin: 0 0 8px; font-size: 0.83rem; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; color: rgba(34, 34, 34, 0.5); }
.product-summary__list { margin: 0; padding-left: 18px; display: flex; flex-direction: column; gap: 6px; color: #222222; }
.product-summary__meta { display: inline-flex; align-items: center; gap: 12px; font-size: 0.92rem; color: rgba(34, 34, 34, 0.7); }
.product-summary__meta span { text-transform: uppercase; font-size: 0.75rem; color: rgba(34, 34, 34, 0.45); }
.product-summary__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 4px; }









.btn-flat-secondary { display: inline-flex; align-items: center; justify-content: center; padding: 11px 20px; border-radius: 999px; background-color: rgba(34, 34, 34, 0.06); border: 1px solid rgba(34, 34, 34, 0.06); color: #222222; font-weight: 600; transition: all 0.2s ease; }
.btn-flat-secondary:hover { background-color: #fc7200; border-color: #fc7200; color: #ffffff; }
@media (max-width: 991.98px){.product-hero-card { padding: 28px 22px; }.product-summary__title { font-size: 1.9rem; }}
    .product-summary__title { font-size: 1.9rem; }
}
