/* ===================================================================
   Dirikler Vinç - kurumsal renk ve düzenlemeler
   Crafto temasının üzerine biner; tema dosyaları değiştirilmemiştir.
   Marka renkleri logodan alınmıştır: kırmızı #CC3333, siyah #1A1A1A
=================================================================== */

:root {
    --alt-font: "Urbanist", sans-serif;
    --primary-font: "Urbanist", sans-serif;

    --base-color: #cc3333;          /* marka kırmızısı */
    --base-color-dark: #a82828;
    --dark-gray: #1a1a1a;
    --medium-gray: #6d6d6d;
    --light-gray: #f3f3f3;
}

body {
    font-size: 17px;
    line-height: 29px;
    /* Sayfanın ilk bölümündeki .top-space-margin üst marjı body'den dışarı
       taşıyordu (margin collapse); body içerikten ~91px kısa kalıyor ve
       kaydırmayı body yüksekliğiyle sınırlayan mobil tarayıcılarda footer'ın
       son satırı (telif + linkler) erişilemez oluyordu. Blok biçimlendirme
       bağlamı oluşturarak marjın dışarı taşmasını engelliyoruz. */
    display: flow-root;
}

/* Footer'ın son satırı sabit WhatsApp / yukarı-çık butonlarının altında
   kalmasın diye mobilde ek alt boşluk. */
@media (max-width: 767px) {
    footer .row:last-child { padding-bottom: 45px; }
}

/* --- başlıklar --- */
h1, h2, h3, h4, h5, h6 { letter-spacing: -0.5px; }

/* --- header --- */
header .navbar-brand img { max-height: 46px; }
.navbar .navbar-nav .nav-link {
    font-size: 17.5px;
    font-weight: 600;
    padding: 12px 14px;
}
.navbar .navbar-nav .nav-link.active { color: var(--base-color); }
.navbar .navbar-nav .dropdown.open .dropdown-menu { background-color: var(--dark-gray); }
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.header-top-bar a { text-decoration: none; }

/* --- üst bardaki sosyal medya ikonları --- */
.ust-sosyal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-left: 6px;
    border-radius: 50%;
    color: rgba(255, 255, 255, .75);
    font-size: 14px;
    line-height: 1;
    transition: background-color .25s ease, color .25s ease;
}
.ust-sosyal:hover { background: var(--base-color); color: #fff; }

/* --- üst bar üyelik linkleri --- */
.ust-ayirac {
    display: inline-block;
    width: 1px;
    height: 18px;
    margin: 0 14px 0 16px;
    background: rgba(255, 255, 255, .18);
}
.ust-uyelik {
    display: inline-flex;
    align-items: center;
    margin-left: 18px;
    color: rgba(255, 255, 255, .78);
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    transition: color .25s ease;
}
.ust-uyelik:first-of-type { margin-left: 0; }
.ust-uyelik i { margin-right: 7px; font-size: 15px; color: var(--base-color); transition: color .25s ease; }
.ust-uyelik:hover { color: #fff; }
.ust-uyelik:hover i { color: #fff; }

/* Dar masaüstünde üst bar sıkışmasın */
@media (min-width: 992px) and (max-width: 1299px) {
    .ust-ayirac { margin: 0 10px 0 12px; }
    .ust-uyelik { margin-left: 12px; font-size: 14px; }
}

/* --- mobil menüde üyelik satırı (İletişim'in altında, yan yana ve ortalı) --- */
/* Tema .navbar .navbar-nav .nav-item kuralları display:block dayattığı için
   burada aynı özgüllük seviyesinde eziyoruz. */
@media (max-width: 991px) {
    header .navbar [class*="col-"] .navbar-nav .nav-item.menu-uyelik {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        margin-top: 10px;
        padding: 14px 0 4px;
        border-top: 1px solid rgba(0, 0, 0, .08);
    }
    header .navbar [class*="col-"] .navbar-nav .nav-item.menu-uyelik > a {
        display: inline-flex;
        align-items: center;
        width: auto;
        padding: 6px 14px;
        color: var(--dark-gray);
        font-size: 16px;
        font-weight: 600;
        white-space: nowrap;
    }
    header .navbar [class*="col-"] .navbar-nav .nav-item.menu-uyelik > a:hover { color: var(--base-color); }
    header .navbar [class*="col-"] .navbar-nav .nav-item.menu-uyelik > a i {
        color: var(--base-color);
        margin-right: 8px;
        font-size: 17px;
    }
    header .navbar [class*="col-"] .navbar-nav .nav-item.menu-uyelik .menu-uyelik-ayirac {
        display: block;
        width: 1px;
        height: 18px;
        background: rgba(0, 0, 0, .14);
    }
}

/* --- üyelik (giriş / kayıt) sayfaları --- */
.uyelik-kart {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 50px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .07);
}
.uyelik-ikon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: rgba(204, 51, 51, .09);
    color: var(--base-color);
    font-size: 30px;
}
.uyelik-ayirac {
    position: relative;
    text-align: center;
    margin: 32px 0 26px;
}
.uyelik-ayirac::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #e8e8e8;
}
.uyelik-ayirac span {
    position: relative;
    background: #fff;
    padding: 0 16px;
    color: var(--medium-gray);
    font-size: 15px;
}

/* şifre göster/gizle */
.sifre-alan { position: relative; }
.sifre-alan .form-control { padding-right: 46px; }
.sifre-goster {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    color: var(--medium-gray);
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sifre-goster:hover { color: var(--base-color); }

/* hesap türü seçimi */
.hesap-turu { display: flex; gap: 12px; }
.hesap-turu label { flex: 1; margin: 0; cursor: pointer; }
.hesap-turu input { position: absolute; opacity: 0; pointer-events: none; }
.hesap-turu span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 10px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    font-weight: 600;
    color: var(--medium-gray);
    transition: all .25s ease;
}
.hesap-turu span i { margin-right: 9px; font-size: 17px; }
.hesap-turu input:checked + span {
    border-color: var(--base-color);
    background: rgba(204, 51, 51, .06);
    color: var(--base-color);
}
.hesap-turu input:focus-visible + span { box-shadow: 0 0 0 3px rgba(204, 51, 51, .18); }

/* kurumsal alanlar - bireysel seçiliyken gizli */
.kurumsal-alan { display: none; }
.kurumsal-aktif .kurumsal-alan { display: block; }

/* üyelik avantaj listesi */
.uyelik-avantaj {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
}
.uyelik-avantaj:last-child { border-bottom: 0; }
.uyelik-avantaj > i {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: rgba(204, 51, 51, .09);
    color: var(--base-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}

@media (max-width: 575px) {
    .uyelik-kart { padding: 30px 22px; }
    .hesap-turu { flex-direction: column; gap: 10px; }
}

/* --- footer sosyal medya ikonları --- */
.footer-sosyal {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 9px 9px 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .16);
    color: #fff;
    transition: background-color .25s ease, border-color .25s ease, transform .25s ease;
}
.footer-sosyal:hover {
    background: var(--base-color);
    border-color: var(--base-color);
    color: #fff;
    transform: translateY(-3px);
}

/* --- iletişim haritası: sayfaya göre ölçeklenir --- */
.harita-sarmal {
    position: relative;
    width: 100%;
    height: 340px;
    line-height: 0;
}
.harita-sarmal iframe {
    width: 100%;
    height: 100%;
    display: block;
}
@media (max-width: 991px) { .harita-sarmal { height: 380px; } }
@media (max-width: 575px) { .harita-sarmal { height: 300px; } }

/* --- galeri lightbox (büyüteç kaplaması) --- */
.gallery-box .gallery-image img { width: 100%; display: block; transition: transform .6s ease; }
.gallery-box:hover .gallery-image img { transform: scale(1.06); }
.gallery-box .gallery-hover {
    background: rgba(20, 20, 20, .45);
    opacity: 0;
    transition: opacity .35s ease;
}
.gallery-box:hover .gallery-hover { opacity: 1; }
.gallery-box .gallery-hover > div { transform: translateY(12px); transition: transform .35s ease; }
.gallery-box:hover .gallery-hover > div { transform: translateY(0); }
.gallery-box a { display: block; }

/* --- butonlar --- */
.btn.btn-base-color { background-color: var(--base-color); border-color: var(--base-color); color: #fff; }
.btn.btn-base-color:hover { background-color: var(--dark-gray); border-color: var(--dark-gray); color: #fff; }
.btn.btn-dark-gray:hover { background-color: var(--base-color); border-color: var(--base-color); color: #fff; }

/* --- "Ödeme Yap" butonu: sayfa henüz hazır değil --- */
a[data-odeme-yakinda] { position: relative; }
.odeme-bilgi {
    position: fixed;
    left: 50%;
    bottom: 34px;
    transform: translateX(-50%) translateY(16px);
    z-index: 9999;
    background: var(--dark-gray);
    color: #fff;
    padding: 13px 26px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .3);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease;
}
.odeme-bilgi.acik { opacity: 1; transform: translateX(-50%) translateY(0); }
.odeme-bilgi i { color: var(--base-color); margin-right: 9px; }

/* --- hero --- */
.hero-slider .swiper-slide { position: relative; }
.hero-slider .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(12, 12, 12, .88) 0%, rgba(12, 12, 12, .70) 45%, rgba(12, 12, 12, .30) 100%);
}
.hero-slider .container { position: relative; z-index: 2; }
.hero-slider h1 { letter-spacing: -1.5px; }
.hero-etiket {
    display: inline-block;
    background: var(--base-color);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 4px;
    margin-bottom: 24px;
}

/* --- sayfa başlığı --- */
.sayfa-basligi { position: relative; }
.sayfa-basligi::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(12, 12, 12, .90) 0%, rgba(12, 12, 12, .62) 100%);
}
.sayfa-basligi .container { position: relative; z-index: 2; }
.sayfa-basligi .breadcrumb-nav { font-size: 15px; }
.sayfa-basligi .breadcrumb-nav a { color: rgba(255, 255, 255, .72); }
.sayfa-basligi .breadcrumb-nav a:hover { color: var(--base-color); }
.sayfa-basligi .breadcrumb-nav span { color: rgba(255, 255, 255, .45); }

/* --- hizmet kartı --- */
.hizmet-kart {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .07);
    height: 100%;
    transition: transform .35s ease, box-shadow .35s ease;
}
.hizmet-kart:hover { transform: translateY(-8px); box-shadow: 0 22px 55px rgba(0, 0, 0, .13); }
.hizmet-kart .hizmet-gorsel { position: relative; overflow: hidden; }
.hizmet-kart .hizmet-gorsel img { width: 100%; transition: transform .6s ease; display: block; }
.hizmet-kart:hover .hizmet-gorsel img { transform: scale(1.07); }
.hizmet-kart .hizmet-rozet {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--base-color);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 13px;
    border-radius: 3px;
}

/* --- hakkımızda görsel kompozisyonu ---
   Büyük görsel sol sütunu kaplar; küçük görsel sağ altına binerek yerleşir. */
.hakkimizda-gorsel {
    position: relative;
    padding-bottom: 70px;
}
.hakkimizda-buyuk {
    width: 100%;
    display: block;
    border-radius: 10px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .12);
}
.hakkimizda-kucuk {
    position: absolute;
    right: -45px;          /* metin sütunuyla arasındaki boşluğa doğru taşar */
    bottom: 0;
    width: 50%;
    display: block;
    border-radius: 10px;
    border: 8px solid #fff;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .20);
}
.hakkimizda-rozet {
    position: absolute;
    left: 0;
    bottom: 8px;
    background: var(--base-color);
    color: #fff;
    border-radius: 10px;
    padding: 18px 24px;
    box-shadow: 0 14px 35px rgba(204, 51, 51, .32);
}
.hakkimizda-rozet .rozet-sayi {
    display: block;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1px;
}
.hakkimizda-rozet .rozet-yazi {
    display: block;
    font-size: 14px;
    line-height: 19px;
    margin-top: 6px;
    opacity: .92;
}

@media (max-width: 1199px) {
    .hakkimizda-gorsel { padding-bottom: 60px; }
    .hakkimizda-kucuk { right: -25px; width: 52%; border-width: 6px; }
}
/* Sütunlar alt alta geçtiğinde taşma olmasın */
@media (max-width: 991px) {
    .hakkimizda-kucuk { right: 0; }
}
@media (max-width: 575px) {
    .hakkimizda-gorsel { padding-bottom: 50px; }
    .hakkimizda-kucuk { width: 56%; border-width: 5px; }
    .hakkimizda-rozet { padding: 13px 17px; }
    .hakkimizda-rozet .rozet-sayi { font-size: 24px; }
    .hakkimizda-rozet .rozet-yazi { font-size: 12px; line-height: 16px; }
}

/* --- makine kartı --- */
.makine-kart {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    height: 100%;
    transition: border-color .3s ease, box-shadow .3s ease;
}
.makine-kart:hover { border-color: var(--base-color); box-shadow: 0 14px 40px rgba(0, 0, 0, .1); }
.makine-kart img { width: 100%; display: block; }
.makine-ozellik {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    padding: 7px 0;
    border-bottom: 1px dashed #e5e5e5;
}
.makine-ozellik:last-child { border-bottom: 0; }
.makine-ozellik span:first-child { color: var(--medium-gray); }
.makine-ozellik span:last-child { color: var(--dark-gray); font-weight: 600; }

/* --- sayaç / istatistik --- */
.istatistik-kutu { border-right: 1px solid rgba(255, 255, 255, .14); }
.istatistik-kutu:last-child { border-right: 0; }
@media (max-width: 767px) { .istatistik-kutu { border-right: 0; } }

/* --- shop --- */
.shop-box .shop-image { border-radius: 6px; overflow: hidden; background: #f6f6f6; }
.shop-box .shop-image img { width: 100%; display: block; }
.urun-etiket {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
    background: var(--dark-gray);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 11px;
    border-radius: 3px;
}
.urun-etiket.ikinci-el { background: var(--base-color); }
.urun-fiyat { color: var(--dark-gray); font-weight: 700; font-size: 19px; }
.urun-fiyat del { color: var(--medium-gray); font-weight: 400; font-size: 16px; margin-right: 8px; }

/* demo uyarı şeridi */
.demo-serit {
    background: #fff4f4;
    border: 1px solid #f3d4d4;
    border-left: 4px solid var(--base-color);
    border-radius: 5px;
    padding: 16px 22px;
    font-size: 15px;
    line-height: 25px;
    color: #6a4a4a;
}
.demo-serit i { color: var(--base-color); margin-right: 8px; }

/* --- form onay kutusu (KVKK satırı) ---
   Tema form-control'ü büyüttüğü için checkbox da orantısız büyüyordu. */
.form-check {
    display: flex;
    align-items: flex-start;
    padding-left: 0;
    gap: 10px;
}
.form-check .form-check-input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    min-height: 0;
    margin: 4px 0 0 0;
    padding: 0;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
}
.form-check .form-check-input:checked {
    background-color: var(--base-color);
    border-color: var(--base-color);
}
.form-check .form-check-input:focus {
    box-shadow: 0 0 0 3px rgba(204, 51, 51, .18);
    border-color: var(--base-color);
}
.form-check .form-check-label {
    margin: 0;
    cursor: pointer;
    line-height: 24px;
}

/* --- iletişim --- */
.iletisim-kutu {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 38px 30px;
    height: 100%;
    transition: border-color .3s ease, transform .3s ease;
}
.iletisim-kutu:hover { border-color: var(--base-color); transform: translateY(-5px); }
.iletisim-kutu i { color: var(--base-color); }

/* --- whatsapp sabit buton (SOL alt) --- */
.whatsapp-sabit {
    position: fixed;
    left: 24px;
    bottom: 26px;
    z-index: 112;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 8px 24px rgba(37, 211, 102, .4);
    transition: transform .25s ease;
}
.whatsapp-sabit:hover { transform: scale(1.08); color: #fff; }

/* --- yukari cik butonu (SAG alt) ---
   Tema .scroll-progress.scroll-simple kalibini kullaniyor; main.js kaydirmada
   .visible sinifini ekliyor. Marka rengine ve biraz daha buyuk olcuye cekiyoruz. */
.scroll-progress.scroll-simple {
    right: 24px;
    bottom: 26px;
    mix-blend-mode: normal;
}
.scroll-progress.scroll-simple .scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 19px;
    background: var(--dark-gray);
    color: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .28);
    transition: background .25s ease, transform .25s ease;
}
.scroll-progress.scroll-simple .scroll-top:hover {
    background: var(--base-color);
    color: #fff;
    transform: translateY(-3px);
}

@media (max-width: 575px) {
    .whatsapp-sabit { left: 16px; bottom: 18px; width: 48px; height: 48px; font-size: 23px; }
    .scroll-progress.scroll-simple { right: 16px; bottom: 18px; }
    .scroll-progress.scroll-simple .scroll-top { width: 44px; height: 44px; line-height: 44px; font-size: 17px; }
}

/* --- header: menü + 3 buton dar ekranlara sığsın ---
   Mağaza sayfalarında Shop + Sepetim + Ödeme Yap birlikte bulunuyor.
   Yer daraldıkça önce boşluklar, sonra buton yazıları kısaltılır. */
@media (min-width: 992px) and (max-width: 1599px) {
    .navbar .navbar-nav .nav-link { padding-left: 9px; padding-right: 9px; font-size: 17px; }
    .header-icon .header-button .btn { padding-left: 15px; padding-right: 15px; }
    .header-icon .header-button { margin-left: 8px !important; }
}
/* 1400px altında Shop butonu sadece ikon */
@media (min-width: 992px) and (max-width: 1399px) {
    .header-icon .header-button .btn .btn-text.shop-yazi { display: none; }
}
/* 1300px altında sepet yazısı da gizlensin, rozet kalsın */
@media (min-width: 992px) and (max-width: 1299px) {
    .header-icon .header-button .btn .btn-text.sepet-yazi { display: none; }
    .navbar .navbar-nav .nav-link { padding-left: 7px; padding-right: 7px; font-size: 16.5px; }
    header .navbar-brand img { max-height: 42px; }
}
/* 1200px altında menü ve logo daha da daralsın */
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar .navbar-nav .nav-link { padding-left: 5px; padding-right: 5px; font-size: 15.5px; }
    .header-icon .header-button .btn { padding-left: 10px; padding-right: 10px; }
    .header-icon .header-button { margin-left: 6px !important; }
    header .navbar-brand img { max-height: 34px; }
}
/* 1050px altı: menü hâlâ yatay (hamburger 992'de devreye girer) — en dar bant */
@media (min-width: 992px) and (max-width: 1049px) {
    .navbar .navbar-nav .nav-link { padding-left: 3px; padding-right: 3px; font-size: 14.5px; }
    .header-icon .header-button .btn { padding-left: 9px; padding-right: 9px; }
    .header-icon .header-button { margin-left: 5px !important; }
    header .navbar-brand img { max-height: 31px; }
}

/* --- Mobil (< 992px) ---
   Header'da logonun yanında yalnızca Sepetim kalır;
   Shop ve Ödeme Yap butonları hamburger menünün altına taşınır. */
@media (max-width: 991px) {
    .header-icon .header-button .btn .btn-text.sepet-yazi { display: none; }
    .header-icon .header-button { margin-left: 8px !important; }

    .mobil-menu-butonlar {
        display: flex;
        flex-direction: column;
        gap: 14px;                 /* butonlar arası boşluk */
        padding: 22px 15px 8px 15px;
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .08);
    }
    .mobil-menu-butonlar .btn {
        justify-content: center;
        margin: 0;                 /* tema kaynaklı buton marjlarını sıfırla */
    }
    .mobil-menu-butonlar .btn i { vertical-align: middle; }
}
/* Masaüstünde mobil buton bloğu hiç render edilmesin */
@media (min-width: 992px) { .mobil-menu-butonlar { display: none !important; } }

/* --- header sepet rozeti --- */
.sepet-rozet {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 21px;
    height: 21px;
    padding: 0 5px;
    border-radius: 11px;
    background: var(--base-color);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
    transition: transform .25s cubic-bezier(.34, 1.56, .64, 1);
}
.sepet-rozet.zipla { transform: scale(1.45); }

/* --- sepete uçan ürün animasyonu --- */
.ucan-urun {
    position: fixed;
    z-index: 9998;
    border-radius: 8px;
    object-fit: cover;
    pointer-events: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
    will-change: transform, opacity;
}
[data-sepet-hedef].hedef-vurgu {
    animation: sepetVurgu .45s ease;
}
@keyframes sepetVurgu {
    0%   { transform: scale(1); }
    45%  { transform: scale(1.14); }
    100% { transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
    .ucan-urun { display: none !important; }
    .sepet-rozet, [data-sepet-hedef].hedef-vurgu { transition: none; animation: none; }
}

/* --- küçük düzeltmeler --- */
.text-base-color { color: var(--base-color) !important; }
.bg-base-color { background-color: var(--base-color) !important; }
.border-color-base-color { border-color: var(--base-color) !important; }
.bg-dark-gray { background-color: var(--dark-gray) !important; }

@media (max-width: 991px) {
    .hero-slider h1 { font-size: 40px; line-height: 48px; }
    .navbar .navbar-nav .nav-link { padding: 10px 0; }
}
@media (max-width: 575px) {
    .hero-slider h1 { font-size: 31px; line-height: 39px; }
    body { font-size: 16px; line-height: 27px; }
}
