
/*HEADER BAŞLANGIÇ*/
.badge,
.menubar li a,
.prod-badge {
    text-transform: uppercase;
}
.card-text-overlay p,
.prod-badge,
.prod-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
:root {
    /* Ana Renk Teması (Güven veren Mavi ve Modern Gri) */
    --ana-marka-renk: #1E293B;          /* Dijital Mavi */
    --ana-marka-ikinci-renk: #4b5563;   /* Kurumsal Gri */
    --hover-color: #0052d4;             /* Koyu Mavi (Hover için) */

    /* Header Bölümü */
    --header-bg-top: #1e293b;           /* En üst bar: Koyu ve Prestijli */
    --header-bg-main: #ffffff;          /* Ana header: Ferah Beyaz */

    /* Marka Kimliği ve Vurgu */
    --brand-color: #0062ff;             /* Ana Linkler ve Butonlar */
    --accent-color: #ff8c00;            /* Vurgu: Canlı Turuncu (Dikkat çekici & Baskı sektörüyle uyumlu) */

    /* Metin ve Arayüz Renkleri */
    --text-dark: #111827;               /* Net okunabilir koyu metin */
    --text-light: #6b7280;              /* Alt başlıklar ve silik metinler */
    --border-color: #e5e7eb;            /* Modern ve ince kenarlıklar */
}
.top-nav {
    background-color: var(--header-bg-top);
    color: #fff;
    border-bottom: none;
    padding: 5px 0;
}
.top-nav a {
    color: #eee !important;
    transition: color 0.2s;
}
.location .dropdown-menu li a {
    color: #000 !important;
}
.top-nav a:hover {
    color: #fff !important;
}
.bottom {
    padding: 20px 0;
    background: var(--header-bg-main);
    border-bottom: 1px solid var(--border-color);
}
.nextlogo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search {
    flex-grow: 1;
    margin: 0 30px;
    float: none !important;
}
.control-search {
    border-radius: 4px !important;
    border: 2px solid #eee !important;
    height: 42px !important;
}
.control-search:focus {
    border-color: var(--brand-color) !important;
}

.block-1,
.block-2 {
    float: none !important;
    display: inline-block;
    margin: 0;
}

.photo-cart .lbl {
    background-color: var(--accent-color);
}
.menu {
    background: #f8f9fa;
    border-bottom: 2px solid var(--brand-color);
}
.menubar li a {
    font-weight: 600;
    color: var(--text-dark);
    font-size: 14px;
}
.menubar li a:hover {
    color: var(--brand-color);
}
@media (max-width: 991px) {
    .nextlogo {
        display: block;
    }
    .search {
        margin: 15px 0;
    }
    .block-1 {
        visibility: hidden;
    }
    .block-2 {
        float: right !important;
    }
    .topbar-mobile {
        background: var(--header-bg-top);
        color: #fff;
    }
    .topbar-mobile a {
        color: #fff;
    }
}
@media (max-width: 767px) {
    .prod-img-frame {
        height: 200px;
    }
    .btn-floating-view {
        opacity: 1;
        transform: translateY(0);
        width: 35px;
        height: 35px;
    }
}
.mini-cart-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: Inter, sans-serif;
}
.cart-item-list {
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
    transition: background-color 0.3s;
}
.cart-item-list:last-child {
    border-bottom: none;
}
.cart-item-list:hover {
    background-color: #fafbfd;
}
.delete-btn {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ffeded;
    color: #ef4444;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    transition: 0.2s;
    cursor: pointer;
    border: 1px solid #fecaca;
    flex-shrink: 0;
    margin-left: 8px;
}
.badge,

.delete-btn:hover {
    background-color: #ef4444;
    color: #fff;
    transform: translateY(-1px);
}
.product-image-wrapper {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*HEADER BİTİŞ*/

/*ANASAYFA KAMPANYA BAŞLANGIÇ*/

.afisci-campaign-wrapper {
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.afisci-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-template-rows: repeat(2, minmax(250px, 32vh));
    gap: 20px;
}
.grid-item {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background: #000;
}
.bg-image,
.content-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}
.item-tall {
    grid-row: 1/3;
    grid-column: 1/2;
}
.bg-image {
    top: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 0;
}
.content-overlay {
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 10%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.1) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    z-index: 1;
    box-sizing: border-box;
}
.badge {
    background-color: #e74c3c;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 700;
    width: fit-content;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.content-overlay h3 {
    margin: 0 0 10px;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.4;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.content-overlay p {
    margin: 0;
    font-size: 1.3rem;
    opacity: 0.95;
    line-height: 1.5;
    max-width: 500px;
}
.btn-text {
    display: inline-block;
    margin-top: 15px;
    font-weight: 700;
    color: gold;
    letter-spacing: 0.5px;
}
@media (max-width: 768px) {
    .afisci-campaign-wrapper {
        margin: 20px auto;
    }
    .afisci-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 15px;
    }
    .grid-item {
        min-height: 280px;
    }
    .item-tall {
        grid-row: auto;
    }
    .content-overlay {
        padding: 20px;
    }
    .content-overlay h3 {
        font-size: 1.4rem;
    }
    .content-overlay p {
        font-size: 1.2rem;
    }
}
/*ANASAYFA KAMPANYA BİTİŞ*/



/*ANASAYFA KATEGORİLER BAŞLANGIÇ*/
/* GENEL AYARLAR */
.section-title-modern {
    text-align: center;
    margin-bottom: 40px;
}
.section-title-modern h3 {
    font-size: 1.8rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #222;
}

.image-focused-section {
    padding: 50px 0;
    background-color: #fff;
}
.mb-30 { margin-bottom: 30px; }
.mb-20 { margin-bottom: 20px; }

/* KART TEMEL YAPISI */
.image-first-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    text-decoration: none !important;
    background-color: #eee;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.image-first-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

/* --- BOYUTLANDIRMA FARKLARI --- */

/* BÜYÜK KARTLAR (Ana Kategoriler) */
.card-lg {
    height: 350px; /* Masaüstünde heybetli dursun */
}

/* KÜÇÜK KARTLAR (Alt Kategoriler) */
.card-sm {
    height: 180px; /* Kompakt */
}

/* RESİM YAPISI */
.card-image-content {
    width: 100%;
    height: 100%;
}
.card-image-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.image-first-card:hover .card-image-content img {
    transform: scale(1.2);
}

/* YAZI ALANI (OVERLAY) */
.card-text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 70%, transparent 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
    text-align: center;
}

/* Büyük kartlarda yazı alanı daha geniş ve font büyük */
.overlay-lg {
    padding: 20px;
    height: 40%;
}
.overlay-lg p {
    font-size: 1.5rem; /* Büyük font */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

/* Küçük kartlarda yazı alanı daha dar ve font küçük */
.overlay-sm {
    padding: 10px;
    height: 50%;
}
.overlay-sm p {
    font-size: 1.4rem; /* Standart font */
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}

/* MOBİL UYUMLULUĞU (RESPONSIVE) */
@media (max-width: 767px) {
    /* Mobilde Büyük Kartlar */
    .card-lg {
        height: 250px; /* Mobilde biraz kısaltıyoruz ama hala büyük */
    }
    .overlay-lg p {
        font-size: 1.4rem;
    }

    /* Mobilde Küçük Kartlar */
    .card-sm {
        height: 140px; /* Instagram discover modunda */
    }
    .overlay-sm p {
        font-size: 1.2rem;
    }
}
/*ANASAYFA KATEGORİLER BİTİŞ*/





/*FOOTER*/
:root {
    /* Footer Özel Renkleri */
    --footer-bg: white;         /* Koyu arka plan (Neredeyse siyah) */
    --footer-bg-secondary: #0f172a; /* SEO alanı için bir ton koyusu */
    --footer-text: black;       /* Okunabilir gri metin */
    --footer-heading: white;    /* Başlık rengi */
    --footer-border: black;     /* Çizgi rengi */

    /* Marka Rengi (Diğer dosyalardaki ile aynı olmalı) */
    --brand-color: #3498db;
}

footer {
    font-family: 'Inter', system-ui, sans-serif;
    background-color: var(--footer-bg);
    color: var(--footer-text);
    margin-top: 50px;
}

/* 1. ÜST KISIM (Bilgi & Linkler) */
.info {
    padding: 60px 0 40px;
}


.info-desc {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* İletişim Bilgileri */
.widget-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget-info li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 14px;
}
.widget-info i {
    color: var(--brand-color);
    font-size: 18px;
    margin-right: 12px;
    margin-top: 2px;
    width: 20px; text-align: center;
}
.widget-info a {
    color: var(--footer-text);
    text-decoration: none;
    transition: color 0.2s;
}
.widget-info a:hover {
    color: var(--brand-color);
}

/* Başlıklar */
footer h3 {
    color: var(--footer-heading);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}
/* Başlık altı minik çizgi */
footer h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 40px;
    height: 2px;
    background-color: var(--brand-color);
}

/* Menü Linkleri */
.fmenu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.fmenu li {
    margin-bottom: 12px;
}
.fmenu li a {
    color: var(--footer-text);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s;
    display: inline-block;
}
.fmenu li a:hover {
    color: var(--brand-color);
    transform: translateX(5px); /* Sağa kayma efekti */
}

/* Bülten Formu */
.news-desc { margin-bottom: 20px; font-size: 14px; }
.news-letter-form {
    position: relative;
    margin-bottom: 30px;
}
.news-letter-form .form-control {
    background: rgba(255,255,255,0.05);
    border: 1px solid var(--footer-border);
    border-radius: 4px;
    height: 45px;
    color: #fff;
    padding-right: 100px; /* Buton için yer */
}
.news-letter-form .form-control:focus {
    border-color: var(--brand-color);
    box-shadow: none;
}
.btnsub {
    position: absolute;
    top: 0; right: 0;
    height: 45px;
    background: var(--brand-color);
    color: #fff;
    border: none;
    padding: 0 20px;
    border-radius: 0 4px 4px 0;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    transition: background 0.2s;
}
.btnsub:hover {
    background: #fff;
    color: var(--brand-color);
}

/* Sosyal Medya */
.social {
    list-style: none;
    padding: 0; margin: 0;
    display: flex; gap: 10px;
}
.social li a {
    width: 36px; height: 36px;
    background: rgba(255,255,255,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s;
}
.social li a:hover {
    background: var(--brand-color);
    transform: translateY(-3px);
}

/* 2. SEO / KATEGORİ ALANI */
.top-footer {
    background-color: var(--footer-bg-secondary);
    padding: 40px 0;
    border-top: 1px solid var(--footer-border);
}
.heading-default {
    font-size: 20px;
    color: var(--footer-heading);
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}

.block-footer {
    margin-bottom: 25px;
}
.heading-primary {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.heading-primary a { color: #fff; text-decoration: none; }

.description-primary {
    font-size: 13px;
    line-height: 1.8;
    color: #64748b;
}
.description-primary a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.2s;
}
.description-primary a:hover {
    color: var(--brand-color);
    text-decoration: underline;
}

/* 3. COPYRIGHT */
.copyright {
    background-color: #000;
    padding: 20px 0;
    text-align: center;
    font-size: 13px;
    border-top: 1px solid var(--footer-border);
}
.copyright a {
    color: #fff;
    font-weight: bold;
}

/* Mobil Düzenlemeler */
@media (max-width: 768px) {
    .block-left, .col-md-5, .col-md-4 {
        margin-bottom: 40px; /* Mobilde bloklar arası boşluk */
    }
    .pd-left { padding-left: 15px !important; } /* Bootstrap padding fix */
}

/*FOOTER BİTİŞ*/


/*FİYATLAR BUTONU CSS*/
/* 1. IŞIK HAREKETİ */
@keyframes shine-move {
    0% { left: -100%; }
    20% { left: 200%; }
    100% { left: 200%; }
}

/* 2. BUTON NEFES ALMA - Yeni Renkle Uyumlu */
@keyframes gentle-pulse {
    0% { transform: scale(1); }
    50% {
        transform: scale(1.05);
        box-shadow: 0 8px 25px rgba(255, 140, 0, 0.5); /* Turuncu gölge */
    }
    100% { transform: scale(1); }
}

.pricing-btn-flash {
    position: relative;
    overflow: hidden;
    z-index: 1;

    margin-left: 15px;

    color: white !important;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.95rem;
    letter-spacing: 0.8px;
    border-radius: 50px;

    /* Yeşil yerine: Turuncu'dan Koyu Turuncu'ya modern bir geçiş */
    background: linear-gradient(45deg, #ff8c00 0%, #e67e22 100%);
    box-shadow: 0 4px 15px rgba(255, 140, 0, 0.4);
    border: 1px solid rgba(255,255,255,0.2);

    animation: gentle-pulse 3s infinite ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: auto;
    width: fit-content;
    padding: 10px 30px;
    transition: all 0.3s ease;
}

.pricing-btn-flash::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%; /* Daha keskin bir ışık için daraltıldı */
    height: 100%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.6),
        transparent
    );
    transform: skewX(-25deg);

    pointer-events: none;
    z-index: 2;

    animation: shine-move 3.5s infinite linear;
}

.pricing-btn-flash:hover {
    /* Hover yapınca renkler yer değiştirir */
    background: linear-gradient(45deg, #e67e22 0%, #ff8c00 100%);
    transform: translateY(-2px); /* Küçük bir yükselme efekti */
    box-shadow: 0 6px 20px rgba(255, 140, 0, 0.6);
    color: white;
}

/* Mobilde butonun çok büyük durmaması için küçük bir dokunuş */
@media (max-width: 768px) {
    .pricing-btn-flash {
        padding: 8px 20px;
        font-size: 0.85rem;
    }
}
/*FİYATLAR BUTONU CSS BİTİŞ*/
