* { box-sizing: border-box; }
:root {
    --primary: #f5821f;
    --primary-dark: #d96c10;
    --dark: #1b2a41;
    --dark-rgb: 27,42,65;
    --text-muted: #6b7280;
    --border: #e5e7eb;
}
body { font-family: 'Poppins', 'Segoe UI', Arial, sans-serif; color: #232323; margin: 0; background: #fff; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 15px; }

/* Duyuru şeridi */
.ult-announce { background: var(--dark); color: #fff; text-align: center; font-size: 12.5px; font-weight: 700; letter-spacing: .4px; padding: 9px 15px; }

/* Header */
.ult-header { background: #fff; border-bottom: 1px solid var(--border); }
.ult-header-inner { display: flex; align-items: center; justify-content: space-between; padding: 20px 15px; }
.ult-logo { display: flex; align-items: center; gap: 10px; justify-content: center; flex: 1; }
.ult-logo-mark { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--dark)); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.ult-logo-text { font-size: 26px; font-weight: 800; color: var(--dark); letter-spacing: -.5px; }
.ult-header-actions { display: flex; align-items: center; gap: 10px; }
.ult-icon-btn { width: 40px; height: 40px; border-radius: 50%; background: #f4f5f7; display: flex; align-items: center; justify-content: center; color: var(--dark); font-size: 16px; position: relative; }
.ult-icon-btn:hover { background: var(--primary); color: #fff; }
.ult-cart-badge { position: absolute; top: -4px; right: -4px; background: var(--primary); color: #fff; font-size: 10px; border-radius: 10px; padding: 1px 6px; font-weight: 700; border: 2px solid #fff; }

.ult-nav { background: #fff; border-bottom: 1px solid var(--border); }
.ult-nav ul { display: flex; list-style: none; margin: 0; padding: 0; justify-content: center; flex-wrap: wrap; gap: 6px; }
.ult-nav a { display: flex; align-items: center; gap: 6px; color: var(--dark); padding: 15px 16px; font-weight: 600; font-size: 13.5px; border-bottom: 2px solid transparent; }
.ult-nav a i { font-size: 9px; color: var(--text-muted); }
.ult-nav a:hover { color: var(--primary); border-color: var(--primary); }

/* Hero (paylaşılan class'lar) */
.hero { position: relative; background: linear-gradient(135deg, var(--dark), #2d4363); overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 40px; padding: 60px 15px; min-height: 340px; }
.hero-text span.tag { display: inline-block; background: var(--primary); color: #fff; font-size: 12.5px; font-weight: 800; padding: 5px 14px; border-radius: 4px; margin-bottom: 16px; text-transform: uppercase; }
.hero-text h1 { color: #fff; font-size: 38px; font-weight: 800; line-height: 1.2; margin: 0 0 16px; text-transform: uppercase; }
.hero-text p { color: #cbd5e1; font-size: 15px; margin-bottom: 26px; max-width: 420px; }
.hero-text .btn-hero { display: inline-block; background: var(--primary); color: #fff; padding: 13px 30px; border-radius: 6px; font-weight: 700; font-size: 14px; }
.hero-text .btn-hero:hover { background: var(--primary-dark); }
.hero-img { text-align: center; }
.hero-img img { max-height: 300px; border-radius: 8px; box-shadow: 0 30px 60px rgba(0,0,0,.35); }

/* Ana sayfa manşet slider */
/* Manşet çerçevesi banner oranına (1900x450 ≈ 4.22) sabit — her yüklenen görsel
   aynı genişlik/boyutta, taşmadan gösterilir. Bu orana uygun banner'lar HİÇ kırpılmaz.
   Çok geniş ekranda max-height, çok darda min-height ile makul sınırlar. */
.hero-slider { position: relative; width: 100%; aspect-ratio: 1900 / 450; min-height: 140px; max-height: 480px; overflow: hidden; background: linear-gradient(135deg, var(--dark), #2d4363); }
.hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; background-repeat: no-repeat; opacity: 0; visibility: hidden; transition: opacity .6s ease; }
.hero-slide.active { opacity: 1; visibility: visible; z-index: 1; }
.hero-slide::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(var(--dark-rgb),.82), rgba(var(--dark-rgb),.3)); }
.hero-slide .hero-inner { position: relative; z-index: 1; height: 100%; }
.hero-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 42px; height: 42px; border-radius: 50%; background: rgba(0,0,0,.4); color: #fff; border: none; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 15px; }
.hero-arrow:hover { background: var(--primary); }
.hero-arrow.prev { left: 18px; }
.hero-arrow.next { right: 18px; }
.hero-dots { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; gap: 8px; }
.hero-dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.5); cursor: pointer; border: none; padding: 0; }
.hero-dot.active { background: var(--primary); width: 24px; border-radius: 5px; }

/* Icon shortcuts */
.icon-shortcuts { display: flex; justify-content: center; gap: 60px; padding: 34px 15px; flex-wrap: wrap; }
.icon-shortcut { text-align: center; }
.icon-shortcut .circle { width: 74px; height: 74px; border-radius: 50%; margin: 0 auto 10px; display: flex; align-items: center; justify-content: center; font-size: 26px; color: #fff; background: var(--primary); box-shadow: 0 10px 24px rgba(245,130,31,.25); }
.icon-shortcut span { display: block; font-size: 13px; font-weight: 700; color: var(--dark); }

/* Promo banner grid */
.promo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 50px; }
.promo-card { position: relative; border-radius: 10px; overflow: hidden; min-height: 190px; display: flex; align-items: flex-end; padding: 22px; color: #fff; }
.promo-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(27,42,65,.1), rgba(27,42,65,.75)); }
.promo-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.promo-card .content { position: relative; z-index: 1; }
.promo-card .content .badge-pct { background: var(--primary); font-size: 11.5px; font-weight: 800; padding: 3px 10px; border-radius: 4px; display: inline-block; margin-bottom: 8px; }
.promo-card .content h4 { font-size: 19px; font-weight: 800; margin: 0 0 4px; }
.promo-card .content span.link { font-size: 12.5px; font-weight: 700; text-decoration: underline; }

/* Section head */
.section-head { display: flex; justify-content: space-between; align-items: flex-end; margin: 50px 0 22px; }
.section-head h2 { font-size: 24px; font-weight: 800; margin: 0; color: var(--primary); }
.section-head .see-all { font-size: 13.5px; font-weight: 700; color: var(--primary); }

/* Kategori sekmeleri */
.cat-tabs { display: flex; gap: 8px; margin-bottom: 24px; flex-wrap: wrap; border-bottom: 1px solid var(--border); }
.cat-tabs a { padding: 10px 18px; font-size: 13.5px; font-weight: 700; color: #555; border-bottom: 2px solid transparent; }
.cat-tabs a.active, .cat-tabs a:hover { color: var(--primary); border-color: var(--primary); }

.page-banner { background: var(--dark); color: #fff; padding: 34px 0; margin-bottom: 34px; }
.page-banner h1 { margin: 0; font-size: 24px; font-weight: 800; color: var(--primary); }

.section-title { font-size: 22px; font-weight: 800; margin: 40px 0 20px; color: var(--primary); }

/* Ürün kartı */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product-card { border: 1px solid var(--border); border-radius: 8px; overflow: hidden; background: #fff; transition: box-shadow .2s, transform .2s; position: relative; }
.product-card:hover { box-shadow: 0 14px 30px rgba(27,42,65,.12); transform: translateY(-3px); }
.product-card .img { height: 190px; background: #f7f7fa; display: flex; align-items: center; justify-content: center; color: #ccc; font-size: 40px; overflow: hidden; }
.product-card .img img { width: 100%; height: 100%; object-fit: cover; }
.product-card .discount-badge {
    position: absolute; top: 12px; left: 12px; z-index: 2;
    width: 52px; height: 52px; border-radius: 50%; background: var(--dark); color: #fff;
    display: flex; align-items: center; justify-content: center; text-align: center;
    font-size: 11px; font-weight: 800; line-height: 1.1; padding: 4px;
    border: 2px solid var(--primary); box-shadow: 0 4px 10px rgba(0,0,0,.15);
}
.product-card .body { padding: 15px; }
.product-card .name { font-size: 14px; font-weight: 600; min-height: 40px; color: #222; line-height: 1.4; }
.product-card .old-price { text-decoration: line-through; color: #999; font-size: 12.5px; }
.product-card .price { font-size: 18px; font-weight: 800; color: var(--dark); }

.btn-add { display: block; width: 100%; margin-top: 10px; padding: 12px; background: var(--primary); color: #fff; border: none; border-radius: 6px; font-weight: 700; font-size: 13.5px; letter-spacing: .3px; text-transform: uppercase; cursor: pointer; text-align: center; text-decoration: none; }
.btn-add:hover { background: var(--primary-dark); color: #fff; }
.product-card .btn-add { padding: 9px; font-size: 12.5px; margin-top: 10px; }
.btn-add:disabled { background: #ccc; cursor: not-allowed; }

/* Güven şeridi */
.ult-trust { background: var(--dark); padding: 26px 0; margin-top: 50px; }
.ult-trust-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ult-trust-item { display: flex; align-items: center; gap: 12px; justify-content: center; color: #fff; font-weight: 600; font-size: 13px; text-align: center; }
.ult-trust-item i { font-size: 22px; color: var(--primary); flex-shrink: 0; }

/* Bülten */
.ult-newsletter { background: linear-gradient(135deg, var(--dark), #33455f); padding: 44px 0; text-align: center; }
.ult-newsletter h3 { color: #fff; font-size: 24px; font-weight: 800; margin: 0 0 8px; text-transform: uppercase; }
.ult-newsletter p { color: #cbd5e1; margin: 0 0 22px; font-size: 14px; }
.ult-newsletter-form { display: flex; justify-content: center; gap: 0; max-width: 460px; margin: 0 auto; }
.ult-newsletter-form input { flex: 1; padding: 13px 18px; border: none; border-radius: 6px 0 0 6px; font-size: 13.5px; }
.ult-newsletter-form button { padding: 0 26px; background: var(--primary); color: #fff; border: none; border-radius: 0 6px 6px 0; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.ult-newsletter-form button:hover { background: var(--primary-dark); }

/* Footer */
.ult-footer { background: #fff; color: #555; }
.ult-footer-inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; gap: 30px; padding: 50px 15px 30px; }
.ult-footer-logo { display: flex; align-items: center; gap: 8px; font-size: 20px; font-weight: 800; color: var(--dark); margin-bottom: 10px; }
.ult-footer-logo .ult-logo-mark { width: 30px; height: 30px; font-size: 13px; }
.ult-footer-brand p { font-size: 13px; line-height: 1.6; color: var(--text-muted); }
.ult-footer-social { display: flex; gap: 10px; margin-top: 16px; }
.ult-footer-social a { width: 34px; height: 34px; border-radius: 50%; background: #f4f5f7; display: flex; align-items: center; justify-content: center; color: var(--primary); }
.ult-footer-social a:hover { background: var(--primary); color: #fff; }
.ult-footer-col h5 { color: var(--primary); margin-bottom: 16px; font-size: 14px; font-weight: 800; }
.ult-footer-col ul { list-style: none; padding: 0; margin: 0; }
.ult-footer-col ul li { margin-bottom: 9px; font-size: 13px; }
.ult-footer-col ul a { color: var(--text-muted); }
.ult-footer-col ul a:hover { color: var(--primary); }
.ult-footer-contact li { display: flex; align-items: flex-start; gap: 8px; color: var(--text-muted); }
.ult-footer-contact i { margin-top: 3px; color: var(--primary); }
.ult-footer-bottom { background: var(--dark); padding: 16px 0; }
.ult-footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; font-size: 12.5px; color: #cbd5e1; flex-wrap: wrap; gap: 10px; }
.ult-payment-icons { display: flex; gap: 12px; font-size: 22px; color: #cbd5e1; }

/* Ürün detay / sepet ortak parçalar */
.breadcrumb-bar { font-size: 13px; color: var(--text-muted); padding: 14px 0; }
.breadcrumb-bar a { color: var(--text-muted); }
.breadcrumb-bar a:hover { color: var(--primary); }

@media (max-width: 992px) {
    .hero-inner { grid-template-columns: 1fr; text-align: center; }
    .hero-text p { margin-left: auto; margin-right: auto; }
    .promo-grid { grid-template-columns: 1fr 1fr; }
    .ult-footer-inner { grid-template-columns: 1fr 1fr; }
    .ult-trust-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
    /* MOBIL UST ALAN (denetim 2026-09-06)
       Logo (162px) + ikonlar (~200px) = 362px; kullanilabilir genislik 360px idi.
       2 piksel yuzunden flex sarip ikonlari alt satira atiyor, header 139px oluyordu.
       Logo biraz kucultulup tek satira alindi: ~139px -> ~58px. */
    .ult-header-inner { flex-wrap: nowrap; gap: 10px; padding: 12px 14px; }
    .ult-logo-img { max-height: 34px; width: auto; }

    /* HERO KIRPMASI
       Banner gorselleri 2400x559 (en/boy ~4.3). min-height:140px kutuyu 390x140'a
       (en/boy 2.8) zorluyordu; background-size:cover farki yanlardan kirpiyordu
       -- banner uzerindeki yazilar kesiliyordu ("...OL VE TURING ICIN").
       min-height kaldirilinca kutu dogal orana oturur, banner TAM gorunur.
       NOT: kalici cozum mobil icin ayri (daha kare) banner gorselleri yuklemektir. */
    .hero-slider { min-height: 0; }

    .ult-nav ul { flex-wrap: wrap; }
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .promo-grid { grid-template-columns: 1fr; }
    .ult-footer-inner { grid-template-columns: 1fr; }
    .ult-trust-inner { grid-template-columns: 1fr; }
    .icon-shortcuts { gap: 30px; }
}


/* ============================================================
   Yeni bilesenler: urun detay (pd-), sepet sayfasi (crt-),
   mini sepet cekmecesi (scd-). Tema degiskenleriyle renklenir.
   ============================================================ */

/* --- Urun detay --- */
.pd-breadcrumb { font-size: 13px; color: #777; padding: 16px 0; }
.pd-breadcrumb a { color: #555; }
.pd-wrap { display: grid; grid-template-columns: 1.1fr 1fr; gap: 46px; padding: 10px 0 40px; }
.pd-gallery { display: flex; gap: 14px; align-items: flex-start; }
.pd-thumbs { display: flex; flex-direction: column; gap: 10px; width: 92px; flex-shrink: 0; }
.pd-thumb { border: 1px solid #e2e2e8; border-radius: 8px; background: #fff; padding: 4px; cursor: pointer; height: 92px; overflow: hidden; }
.pd-thumb img { width: 100%; height: 100%; object-fit: contain; max-width: none; }
.pd-thumb.active { border-color: var(--primary, #f5821f); box-shadow: 0 0 0 1px var(--primary, #f5821f); }
.pd-rozet { border-radius: 50%; width: 88px; height: 88px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; font-size: 10px; font-weight: 700; line-height: 1.3; padding: 8px; }
.pd-rozet-orj { background: var(--dark, #1b2a41); }
.pd-rozet-taksit { background: var(--primary, #f5821f); }
.pd-main-img { flex: 1; background: #fff; border-radius: 10px; min-height: 420px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.pd-main-img img { max-width: 100%; max-height: 520px; object-fit: contain; }
.pd-indirim {
    position: absolute; top: 14px; left: 14px; z-index: 3;
    width: 62px; height: 62px; border-radius: 50%;
    background: var(--primary, #f5821f); color: #fff;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    text-align: center; font-size: 12px; font-weight: 800; line-height: 1.12;
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
}
.pd-img-yok { color: #ccc; font-size: 54px; padding: 120px 0; }
.pd-marka { font-size: 13px; font-weight: 800; letter-spacing: .4px; color: var(--dark, #1b2a41); margin-bottom: 6px; }
.pd-title-row { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 14px; }
.pd-title-row h1 { font-size: 24px; font-weight: 600; color: var(--dark, #1b2a41); margin: 0; flex: 1; line-height: 1.35; }
.pd-fav { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--primary, #f5821f); font-size: 19px; flex-shrink: 0; }
.pd-fav { background: none; border: none; cursor: pointer; transition: background .15s, color .15s, transform .15s; }
.pd-fav:hover { background: #fff3e8; color: #e0524b; }
.pd-fav.dolu { color: #e0524b; }
.pd-fav:active { transform: scale(.9); }
.pd-spec { font-size: 13.5px; padding: 3px 0; }
.pd-spec span { color: #888; }
.pd-spec b { color: #2b2e40; font-weight: 600; }
.pd-spec b.ok { color: #16a34a; }
.pd-spec b.yok { color: #e53935; }
.pd-price-row { display: flex; align-items: baseline; gap: 12px; margin: 16px 0; }
.pd-old-price { color: #999; text-decoration: line-through; font-size: 16px; }
.pd-price { font-size: 27px; font-weight: 800; color: var(--dark, #1b2a41); }
.pd-chips { display: flex; gap: 12px; margin-bottom: 12px; flex-wrap: wrap; }
.pd-chip { display: flex; align-items: center; gap: 11px; border-radius: 8px; padding: 11px 18px; color: #fff; min-width: 190px; }
.pd-chip i { font-size: 20px; }
.pd-chip span { display: block; font-size: 11.5px; opacity: .85; }
.pd-chip b { font-size: 15px; }
.pd-chip-dark { background: var(--dark, #1b2a41); }
.pd-chip-orange { background: var(--primary, #f5821f); }
.pd-banner { border: 1px solid var(--primary, #f5821f); border-left-width: 4px; border-radius: 6px; background: #fff; color: #444; font-size: 13.5px; padding: 11px 15px; margin-bottom: 14px; }
.pd-banner i { color: var(--primary, #f5821f); margin-right: 6px; }
.pd-stars { color: #f5a623; font-size: 14px; margin-bottom: 12px; }
.pd-stars a { color: #555; font-size: 13px; margin-left: 8px; text-decoration: underline; }
.pd-share { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; font-size: 13.5px; font-weight: 600; }
.pd-share a { width: 34px; height: 34px; border: 1.5px solid #2b2e40; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #2b2e40; font-size: 14px; }
.pd-share a:hover { background: var(--primary, #f5821f); border-color: var(--primary, #f5821f); color: #fff; }
.pd-buy-row { display: flex; gap: 14px; margin-bottom: 12px; }
.pd-stepper { display: flex; align-items: stretch; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; }
.pd-stepper button { width: 44px; border: none; background: #f4f4f6; font-size: 18px; cursor: pointer; color: #444; }
.pd-stepper input { width: 52px; border: none; text-align: center; font-weight: 700; font-size: 15px; -moz-appearance: textfield; }
.pd-stepper input::-webkit-outer-spin-button, .pd-stepper input::-webkit-inner-spin-button { -webkit-appearance: none; }
.pd-sepet-btn { flex: 1; background: var(--primary, #f5821f); color: #fff; border: none; border-radius: 8px; font-size: 15px; font-weight: 700; letter-spacing: .5px; padding: 14px; cursor: pointer; }
.pd-sepet-btn:hover { filter: brightness(.94); }
.pd-sepet-btn:disabled { background: #e03131; color: #fff; cursor: not-allowed; }
.pd-wa-btn { display: flex; align-items: center; justify-content: center; gap: 10px; background: #4caf50; color: #fff; border-radius: 8px; font-size: 15px; font-weight: 700; letter-spacing: .5px; padding: 14px; margin-bottom: 18px; text-decoration: none; }
.pd-wa-btn:hover { background: #43a047; color: #fff; }
.pd-wa-btn i { font-size: 19px; }
.pd-trust { display: flex; gap: 10px; }
.pd-trust > div { flex: 1; display: flex; align-items: center; gap: 10px; font-size: 12px; color: #444; font-weight: 500; }
.pd-trust i { font-size: 22px; color: var(--dark, #1b2a41); }
.pd-desc { background: #fff; border-radius: 10px; padding: 30px 34px; margin-bottom: 40px; border: 1px solid #eee; }
.pd-desc-baslik { font-size: 19px; font-weight: 700; margin-bottom: 14px; color: var(--dark, #1b2a41); }
.pd-desc-icerik { font-size: 14px; line-height: 1.8; color: #444; }
.pd-yorumlar { margin-bottom: 40px; }
.pd-yorum-kart { background: #fff; border: 1px solid #eee; border-radius: 10px; padding: 20px 24px; margin-bottom: 14px; }
.pd-yorum-stars { color: #f5a623; font-size: 14px; }
.pd-yorum-tarih { font-size: 12px; color: #999; font-style: italic; margin: 4px 0 2px; }
.pd-yorum-ad { font-size: 13px; color: #555; font-style: italic; }
.pd-yorum-onay { font-size: 12px; color: #16a34a; margin: 3px 0 8px; }
.pd-yorum-kart p { font-size: 13.5px; color: #333; margin: 0; }
.pd-benzer { margin-bottom: 50px; }

/* --- Sepet sayfasi --- */
.crt-baslik { font-size: 22px; font-weight: 800; color: var(--dark, #1b2a41); margin-bottom: 22px; }
.crt-wrap { display: grid; grid-template-columns: 1fr 440px; gap: 40px; align-items: start; }
.crt-item { display: flex; gap: 18px; padding: 18px 0; border-bottom: 1px solid #eee; }
.crt-item-img { width: 92px; height: 92px; border-radius: 8px; border: 1px solid #eee; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; }
.crt-item-img img { width: 100%; height: 100%; object-fit: contain; max-width: none; }
.crt-item-body { flex: 1; }
.crt-item-ad { font-size: 14.5px; font-weight: 600; color: #2b2e40; display: block; margin-bottom: 4px; }
.crt-item-kod { font-size: 12.5px; color: #999; margin-bottom: 10px; }
.crt-item-kod b { color: #555; font-weight: 600; }
.crt-stepper-form { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #888; }
.crt-stepper { display: inline-flex; align-items: center; gap: 14px; }
.crt-stepper button { border: none; background: none; font-size: 16px; color: #666; cursor: pointer; padding: 2px 6px; }
.crt-stepper b { min-width: 18px; text-align: center; }
.crt-item-sag { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; }
.crt-sil-form button { border: none; background: none; color: #666; font-size: 15px; cursor: pointer; }
.crt-sil-form button:hover { color: #e53935; }
.crt-item-fiyat { text-align: right; font-size: 14px; }
.crt-item-fiyat s { color: #999; display: block; font-size: 12.5px; }
.crt-devam { display: inline-block; margin-top: 18px; color: #2b2e40; font-size: 14px; text-decoration: underline; }
.crt-ozet { background: #f5f5f7; border-radius: 10px; padding: 26px 30px; position: sticky; top: 20px; }
.crt-ozet h5 { font-size: 17px; font-weight: 800; color: var(--dark, #1b2a41); margin-bottom: 16px; }
.crt-ozet-satir { display: flex; justify-content: space-between; font-size: 13.5px; color: #555; padding: 5px 0; }
.crt-ozet-indirim b { color: #e53935; }
.crt-kargo-bedava { color: #16a34a; }
.crt-ozet-toplam { display: flex; justify-content: space-between; font-size: 18px; font-weight: 800; color: var(--dark, #1b2a41); padding: 12px 0 4px; }
.crt-promo { display: inline-block; color: var(--primary, #f5821f); font-size: 13.5px; font-weight: 600; text-decoration: underline; margin: 10px 0; }
.crt-kargo-not { font-size: 13px; color: #777; margin: 6px 0 0; }
.crt-tamamla { display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--primary, #f5821f); color: #fff; border-radius: 8px; font-size: 14.5px; font-weight: 700; letter-spacing: .5px; padding: 15px; margin: 16px 0; text-decoration: none; }
.crt-tamamla:hover { filter: brightness(.94); color: #fff; }
.crt-guven div { font-size: 12.5px; color: #555; padding: 4px 0; }
.crt-guven i { color: var(--dark, #1b2a41); margin-right: 8px; }
.crt-oneri-baslik { text-align: center; font-size: 24px; font-weight: 800; color: var(--dark, #1b2a41); margin: 50px 0 24px; }

/* --- Mini sepet cekmecesi --- */
.scd-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.35); opacity: 0; visibility: hidden; transition: opacity .25s; z-index: 1050; }
.scd-overlay.open { opacity: 1; visibility: visible; }
.scd-drawer { position: fixed; top: 0; right: -430px; width: 420px; max-width: 92vw; height: 100vh; background: #fff; z-index: 1060; display: flex; flex-direction: column; transition: right .3s ease; box-shadow: -6px 0 30px rgba(0,0,0,.15); }
.scd-drawer.open { right: 0; }
.scd-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px 8px; }
.scd-head strong { font-size: 18px; font-weight: 800; color: var(--dark, #1b2a41); }
.scd-close { border: none; background: none; font-size: 26px; line-height: 1; color: #555; cursor: pointer; }
.scd-kargo-not { text-align: center; color: var(--primary, #f5821f); font-size: 13px; font-weight: 700; padding: 4px 22px 12px; }
.scd-items { flex: 1; overflow-y: auto; padding: 0 22px; }
.scd-item { display: flex; gap: 12px; padding: 14px 0; border-top: 1px solid #f0f0f3; position: relative; }
.scd-item-img { width: 62px; height: 62px; border: 1px solid #eee; border-radius: 8px; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; }
.scd-item-img img { width: 100%; height: 100%; object-fit: contain; max-width: none; }
.scd-item-body { flex: 1; min-width: 0; padding-right: 22px; }
.scd-item-ad { display: block; font-size: 13px; font-weight: 600; color: #2b6cb0; margin-bottom: 4px; text-decoration: none; line-height: 1.35; }
.scd-item-ad:hover { color: var(--primary, #f5821f); }
.scd-item-fiyat { font-size: 12.5px; color: #888; }
.scd-item-fiyat b { color: var(--primary, #f5821f); }
.scd-item-alt { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; }
.scd-stepper { font-size: 12.5px; color: #888; display: inline-flex; align-items: center; gap: 10px; }
.scd-stepper button { border: none; background: none; font-size: 15px; color: #666; cursor: pointer; padding: 0 4px; }
.scd-item-satir { font-size: 12.5px; text-align: right; }
.scd-item-satir s { color: #aaa; display: block; font-size: 11.5px; }
.scd-item-sil { position: absolute; top: 14px; right: 0; border: none; background: none; color: #777; cursor: pointer; font-size: 14px; }
.scd-item-sil:hover { color: #e53935; }
.scd-empty { text-align: center; color: #999; padding: 60px 10px; font-size: 13.5px; }
.scd-empty i { display: block; font-size: 40px; color: #ddd; margin-bottom: 12px; }
.scd-foot { border-top: 1px solid #eee; }
.scd-odeme-btn { display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--primary, #f5821f); color: #fff; font-size: 14px; font-weight: 700; letter-spacing: .5px; padding: 16px; text-decoration: none; }
.scd-odeme-btn:hover { filter: brightness(.94); color: #fff; }
.scd-toplam-bar { display: flex; align-items: center; justify-content: space-between; background: var(--dark, #1b2a41); color: #fff; padding: 14px 22px; }
.scd-toplam-bar span { display: block; font-size: 11.5px; opacity: .75; }
.scd-toplam-bar strong { font-size: 17px; }
.scd-toplam-bar a { color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .5px; text-decoration: none; }
.scd-toplam-bar a:hover { color: var(--primary, #f5821f); }

@media (max-width: 900px) {
    .pd-wrap { grid-template-columns: 1fr; }
    .pd-gallery { flex-direction: column-reverse; }
    .pd-thumbs { flex-direction: row; width: auto; }
    .crt-wrap { grid-template-columns: 1fr; }
}

/* Dar telefonlar: ürün kartları 2'li kalsın + sepet sıkışmasın */
@media (max-width: 576px) {
    .product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .product-card .img { height: 150px; padding: 12px; }
    .product-card .body { padding: 12px 10px; }
    .product-card .name { font-size: 12.5px; min-height: 34px; }
    .product-card .price { font-size: 15px; }
    .product-card .btn-add { padding: 9px 6px; font-size: 11.5px; }
    .pd-indirim { width: 52px; height: 52px; font-size: 10.5px; top: 10px; left: 10px; }
    .crt-item { gap: 12px; }
    .crt-item-img { width: 74px; height: 74px; }
    .crt-item-ad { font-size: 13.5px; }
    .crt-ozet { padding: 20px 16px; }
    .crt-baslik { font-size: 19px; }
}


/* ============================================================
   GÖRSEL İYİLEŞTİRMELER
   ------------------------------------------------------------
   Dosyanın sonuna eklendi; mevcut kurallar değiştirilmedi, kaskad
   yoluyla eziliyor. Böylece bir sorun çıkarsa yalnızca bu blok
   silinerek eski görünüme dönülebilir.
   ============================================================ */

/* --- Promosyon kartları -------------------------------------
   Sorun: fotoğrafın açık bölgelerinde başlık ve "İncele" bağlantısı
   okunmuyordu. Çözüm: alttan yukarı daha güçlü bir karartma, metne
   hafif gölge ve içeriğe nefes alanı. */
.promo-card {
    min-height: 210px;
    border-radius: 14px;
}
/* Karartma kartın tamamına yayılır: başlık dikeyde nerede durursa dursun
   (açık renkli fotoğraflarda bile) okunur kalsın. */
.promo-card::before {
    background:
        linear-gradient(180deg, rgba(15, 23, 42, .30) 0%, rgba(15, 23, 42, .48) 45%, rgba(15, 23, 42, .88) 100%),
        linear-gradient(90deg, rgba(15, 23, 42, .45) 0%, rgba(15, 23, 42, 0) 60%);
}
.promo-card .content {
    text-shadow: 0 1px 3px rgba(0, 0, 0, .45);
}
.promo-card .content h4 {
    font-size: 21px;
    margin-bottom: 6px;
}
.promo-card .content span.link {
    text-decoration: none;
    border-bottom: 1.5px solid rgba(255, 255, 255, .55);
    padding-bottom: 1px;
    transition: border-color .2s;
}
.promo-card:hover .content span.link {
    border-color: #fff;
}
/* Fotoğrafa hafif yakınlaşma: kartın tıklanabilir olduğunu hissettirir. */
.promo-card img {
    transition: transform .5s ease;
}
.promo-card:hover img {
    transform: scale(1.05);
}

/* --- Kategori sekmeleri --------------------------------------
   Sorun: sekmeler ikinci satıra taşıyor ve tek başına kalan sekme
   ("Antifiriz") kırık görünüyordu. Çözüm: tek satırda yatay kaydırma. */
.cat-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    gap: 4px;
}
.cat-tabs::-webkit-scrollbar {
    display: none;
}
.cat-tabs a,
.cat-tabs button {
    white-space: nowrap;
}

/* --- Ürün kartları ------------------------------------------- */
.product-grid {
    gap: 24px;
}
.product-card {
    border-radius: 14px;
    border-color: #eceef2;
    display: flex;
    flex-direction: column;
}
.product-card:hover {
    box-shadow: 0 18px 38px rgba(15, 23, 42, .13);
    border-color: #dfe3ea;
}

/* Görsel alanı.
   Ürün fotoğraflarının çoğu BEYAZ zeminli çekiliyor; alan gri olunca fotoğrafın
   kendi beyazı kartın içinde belirgin bir kutu gibi görünüyordu. Bu yüzden zemin
   beyaz bırakılıp gövdeden ince bir çizgiyle ayrılıyor. */
.product-card .img {
    height: 220px;
    background: #fff;
    border-bottom: 1px solid #f1f2f5;
    color: #dfe3ea;
    overflow: hidden;
    padding: 18px;
}
.product-card .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* DİKKAT: Buraya drop-shadow EKLEMEYİN. Ürün fotoğraflarının çoğu şeffaf değil,
       beyaz zeminli JPEG; gölge ürünün değil dikdörtgenin çevresine düşüyor ve
       kartın içinde tam da kaçınmak istediğimiz kutu görüntüsünü oluşturuyor. */
    mix-blend-mode: multiply;
    transition: transform .45s cubic-bezier(.2, .7, .3, 1);
}
.product-card:hover .img img {
    transform: scale(1.08);
}

/* Görseli olmayan ürünlerde: yer tutucu ikon soluk kalsın, alan boş beyaz
   görünmesin diye çok hafif bir zemin verilir. */
.product-card .img:not(:has(img)) {
    background: linear-gradient(180deg, #fcfcfd, #f6f7f9);
}
.product-card .img i,
.product-card .img svg {
    opacity: .55;
}

.product-card .body {
    padding: 16px 16px 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Ürün adı en fazla iki satır; kartlar aynı hizada kalsın. */
.product-card .name {
    font-size: 13.5px;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.45;
    min-height: 39px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}
.product-card .price {
    font-size: 19px;
    letter-spacing: -.3px;
    color: var(--primary);
}
.product-card .old-price {
    margin-right: 6px;
}

/* Sepete ekle: dolu turuncu blok yerine çerçeveli buton; kartın
   ağırlık merkezi fiyatta kalıyor, buton üzerine gelince doluyor. */
.product-card .btn-add {
    margin-top: auto;
    padding: 11px;
    border-radius: 9px;
    background: #fff;
    color: var(--primary);
    border: 1.5px solid var(--primary);
    letter-spacing: .4px;
    transition: background .18s, color .18s, box-shadow .18s;
}
.product-card .btn-add:hover {
    background: var(--primary);
    color: #fff;
    box-shadow: 0 6px 16px rgba(240, 122, 32, .32);
}

/* --- Bölüm başlıkları ---------------------------------------- */
.section-head h2 {
    letter-spacing: -.4px;
    position: relative;
    padding-bottom: 10px;
}
.section-head h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 46px;
    height: 3px;
    border-radius: 2px;
    background: var(--primary);
}
.section-head .see-all {
    transition: opacity .18s;
}
.section-head .see-all:hover {
    opacity: .7;
}

/* --- Kısayol ikonları ---------------------------------------- */
.icon-shortcuts a:hover img,
.icon-shortcuts a:hover i {
    transform: translateY(-3px);
}
.icon-shortcuts a > span:first-child,
.icon-shortcuts a > div:first-child {
    transition: transform .22s ease, box-shadow .22s ease;
}
.icon-shortcuts a:hover > span:first-child,
.icon-shortcuts a:hover > div:first-child {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(15, 23, 42, .18);
}

/* --- Bülten şeridi ------------------------------------------- */
.ult-news input[type="email"],
.ult-newsletter input[type="email"] {
    border-radius: 9px 0 0 9px;
    border: none;
    padding: 13px 16px;
}
.ult-news button,
.ult-newsletter button {
    border-radius: 0 9px 9px 0;
    letter-spacing: .3px;
}

/* --- Genel yumuşatma ----------------------------------------- */
img {
    max-width: 100%;
}
a {
    transition: color .18s;
}

/* --- Bağlantı altçizgisi -------------------------------------
   Ürün kartlarında ada/fiyata gelince tarayıcının varsayılan altçizgisi
   çıkıyordu ve kart içinde dağınık duruyordu. Kart bağlantılarında
   altçizgi kapatıldı; metin içi bağlantılarda (sözleşme, blog vb.)
   erişilebilirlik için korunuyor. */
.product-card a,
.product-card a:hover,
.product-card .name,
.product-card .name:hover,
.product-card .price,
.promo-card,
.promo-card:hover,
.section-head .see-all,
.section-head .see-all:hover,
.cat-tabs a,
.cat-tabs a:hover,
.icon-shortcuts a,
.icon-shortcuts a:hover {
    text-decoration: none;
}

/* --- Mağaza logosu -------------------------------------------
   Boyut tek yerden yönetilsin diye header.php'deki satır içi stil
   yerine sınıfa taşındı. Yükseklik büyütüldü: 46px'te logo üst
   barda kayboluyordu. Genişlik serbest, oran korunuyor. */
.ult-logo-img {
    max-height: 68px;
    max-width: 320px;
    width: auto;
    object-fit: contain;
    display: block;
}
@media (max-width: 992px) {
    .ult-logo-img { max-height: 52px; max-width: 220px; }
}
@media (max-width: 576px) {
    .ult-logo-img { max-height: 42px; max-width: 170px; }
}

/* --- Kayan duyuru şeridi -------------------------------------
   Tek cümle sağdan girip soldan çıkar (klasik marquee). Metin bir kez
   basıldığı için turlar arasında kısa bir boşluk olur — istenen davranış
   bu; iki kopyalı dikişsiz akış "tek cümle" isteğiyle çelişiyordu. */
.ult-announce {
    overflow: hidden;
    white-space: nowrap;
    padding: 9px 0;
}
.ult-announce-track {
    display: inline-block;
    padding-left: 100%;          /* Yolculuk ekranın sağ dışından başlar. */
    animation: ult-kayan-duyuru 11s linear infinite;
    will-change: transform;
}
/* Fare üzerindeyken durur: kullanıcı okumak isterse kaçmasın. */
.ult-announce:hover .ult-announce-track {
    animation-play-state: paused;
}
@keyframes ult-kayan-duyuru {
    from { transform: translateX(0); }
    to   { transform: translateX(-100%); }
}
/* Hareket hassasiyeti olan kullanıcılarda kaydırma kapatılır. */
@media (prefers-reduced-motion: reduce) {
    .ult-announce-track { animation: none; padding-left: 0; display: block; }
    .ult-announce { text-align: center; }
}

/* --- Manşet (ana sayfa slider) -------------------------------
   Metin katmanı kaldırıldığı için karartma da gereksiz kaldı; banner
   görselleri kendi yazısını taşıyor ve karartma onları soluk
   gösteriyordu. Görsel artık olduğu gibi, tam parlaklıkta. */
.hero-slide::before {
    display: none;
}
/* Tüm manşeti kaplayan görünmez bağlantı: banner'ın herhangi bir
   yerine tıklanınca hedef sayfaya gidilir. Oklar ve noktalar üstte
   kalsın diye z-index düşük tutuldu. */
.hero-link {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
}
.hero-arrow,
.hero-dots {
    z-index: 3;
}

/* --- Kategori vitrini ----------------------------------------
   Stok fotoğraf yerine kategorinin kendi ürün görseli kullanılıyor.
   Ürün fotoğrafları beyaz zeminli olduğu için tam kaplama yerine
   renkli zemin üzerinde "duran ürün" düzeni tercih edildi. */
.kat-vitrin {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 190px;
    padding: 24px 26px;
    border-radius: 14px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(135deg, var(--kv-1), var(--kv-2));
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease;
}
.kat-vitrin:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(15, 23, 42, .22);
}
.kat-vitrin-metin {
    position: relative;
    z-index: 2;
    max-width: 60%;
}
.kat-vitrin-rozet {
    display: inline-block;
    background: rgba(255, 255, 255, .18);
    border: 1px solid rgba(255, 255, 255, .3);
    font-size: 11.5px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.kat-vitrin h4 {
    font-size: 21px;
    font-weight: 800;
    margin: 0 0 8px;
    line-height: 1.25;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
.kat-vitrin-link {
    font-size: 12.5px;
    font-weight: 700;
    opacity: .9;
}
/* Ürün görseli sağda, BİLİNÇLİ beyaz panel içinde.
   Ürün fotoğrafları beyaz zeminli olduğu için harmanlama (multiply/screen)
   ya beyazı olduğu gibi bırakıyor ya da ürünü kararıyordu; bunun yerine
   beyaz alan tasarımın parçası haline getirildi. */
.kat-vitrin img {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 38%;
    max-width: 150px;
    height: 78%;
    object-fit: contain;
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .28);
    transition: transform .45s ease;
    z-index: 1;
}
.kat-vitrin:hover img {
    transform: translateY(-50%) scale(1.06) rotate(-2deg);
}
@media (max-width: 576px) {
    .kat-vitrin-metin { max-width: 70%; }
    .kat-vitrin img { width: 40%; }
}

/* --- Haftanın Ürünleri şeridi --------------------------------
   Ürün kartları yatay kayan bir şeritte. Grid yerine flex + scroll
   kullanıldı: kart sayısı değişse de düzen bozulmuyor, mobilde
   parmakla kaydırma doğal çalışıyor. */
.haftanin {
    margin-top: 42px;
}
.haftanin-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}
.haftanin-head h2 {
    font-size: 24px;
    font-weight: 800;
    color: var(--primary);
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    letter-spacing: -.4px;
}
.haftanin-head h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 46px;
    height: 3px;
    border-radius: 2px;
    background: var(--primary);
}
.haftanin-oklar { display: flex; gap: 8px; }
.haftanin-ok {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: #fff;
    color: var(--dark);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .18s, color .18s, opacity .18s;
}
.haftanin-ok:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
.haftanin-ok.pasif { opacity: .35; cursor: default; }
.haftanin-ok.pasif:hover { background: #fff; color: var(--dark); border-color: var(--border); }

.haftanin-serit {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    /* DİKKAT: "mandatory" KULLANMAYIN. Ok butonlarıyla yapılan scrollBy'ı
       en yakın karta zorlayıp bazı konumlarda başladığı yere geri
       sıçratıyor ve slider çalışmıyormuş gibi görünüyordu. */
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    padding-bottom: 6px;
}
.haftanin-serit::-webkit-scrollbar { display: none; }
/* Dört kart görünür; dar ekranlarda kart genişliği kendiliğinden düşer. */
.haftanin-oge {
    flex: 0 0 calc((100% - 72px) / 4);
    scroll-snap-align: start;
}
@media (max-width: 992px) {
    .haftanin-oge { flex-basis: calc((100% - 24px) / 2); }
}
@media (max-width: 576px) {
    .haftanin-oge { flex-basis: 78%; }
}

/* --- Ürün detay rozetleri ------------------------------------
   Metin daire içine sığmayıp kelimeler birbirine giriyordu
   ("FARKSIZTAKSİT"). Boyut büyütüldü, satır arası ve harf aralığı
   ayarlandı, kelime kırılması engellendi. */
.pd-rozet {
    width: 104px;
    height: 104px;
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: .3px;
    padding: 10px;
    white-space: normal;
    word-break: keep-all;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .18);
    border: 3px solid rgba(255, 255, 255, .9);
    transition: transform .22s ease, box-shadow .22s ease;
}
.pd-rozet:hover {
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 12px 26px rgba(15, 23, 42, .26);
}
.pd-rozet b {
    display: block;
    font-size: 12.5px;
    font-weight: 800;
    margin-top: 1px;
}
/* Düz renk yerine hafif derinlik veren degrade. */
.pd-rozet-orj {
    background: linear-gradient(145deg, #22344f, #131f31);
}
.pd-rozet-taksit {
    background: linear-gradient(145deg, #ff9440, #e2711a);
}

/* Rozet içeriği NORMAL metin akışında olmalı.
   Kapsayıcı flex olduğunda <b> ayrı bir flex öğesi hâline gelip metnin
   yanına diziliyor ve <br> satır sonu üretmiyordu ("FARKSIZTAKSİT").
   grid + place-items ile ortalama korunur, içerik yeniden akış kazanır. */
.pd-rozet {
    display: grid;
    place-items: center;
}
.pd-rozet > * { grid-area: 1 / 1; }

/* Alt bilgi logosu: koyu zeminde durduğu için beyaz bir panel içinde. */
.ult-footer-logo-img {
    max-height: 60px;
    max-width: 220px;
    width: auto;
    object-fit: contain;
    background: #fff;
    border-radius: 8px;
    padding: 8px 10px;
}

/* --- Ödeme bilgi çipleri -------------------------------------
   Metin uzayınca ("VADE FARKSIZ TAKSİT") sabit min-width taşmaya yol
   açıyordu; çipler artık içeriğe göre esniyor ve rozetlerle aynı
   görsel dili kullanıyor (degrade + yumuşak gölge). */
.pd-chip {
    min-width: 0;
    flex: 1 1 220px;
    border-radius: 10px;
    padding: 12px 18px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .14);
    transition: transform .2s ease, box-shadow .2s ease;
}
.pd-chip:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(15, 23, 42, .2);
}
.pd-chip b {
    display: block;
    font-size: 13.5px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: .2px;
}
.pd-chip-dark   { background: linear-gradient(145deg, #22344f, #131f31); }
.pd-chip-orange { background: linear-gradient(145deg, #ff9440, #e2711a); }

/* --- Canlı arama --------------------------------------------- */
.canli-arama { position: relative; flex: 1 1 320px; max-width: 420px; }
.canli-arama-form { position: relative; display: block; }
.canli-arama-ikon {
    position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
    color: #9aa3ad; font-size: 14px; pointer-events: none;
}
.canli-arama-girdi {
    width: 100%; height: 42px; padding: 0 38px 0 38px;
    border: 1px solid var(--border); border-radius: 21px; background: #f6f7f9;
    font-size: 13.5px; outline: none; transition: background .18s, border-color .18s, box-shadow .18s;
}
.canli-arama-girdi:focus {
    background: #fff; border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(245, 130, 31, .15);
}
.canli-arama-temizle {
    position: absolute; right: 10px; top: 50%; transform: translateY(-50%);
    border: none; background: none; color: #9aa3ad; font-size: 20px; line-height: 1;
    cursor: pointer; display: none; padding: 0 4px;
}
.canli-arama-temizle.gorunur { display: block; }

/* Açılır sonuç paneli */
.canli-arama-sonuc {
    position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 60;
    background: #fff; border: 1px solid var(--border); border-radius: 12px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .16); overflow: hidden;
    max-height: 70vh; overflow-y: auto;
}
.ca-baslik {
    font-size: 11px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase;
    color: #98a2ae; padding: 12px 16px 6px;
}
.ca-satir {
    display: flex; align-items: center; gap: 12px; padding: 9px 16px;
    text-decoration: none; color: inherit; transition: background .14s;
}
.ca-satir:hover, .ca-satir.secili { background: #f4f7fb; }
.ca-gorsel {
    width: 46px; height: 46px; flex-shrink: 0; border-radius: 8px; background: #fff;
    border: 1px solid #eef0f3; object-fit: contain; padding: 3px;
}
.ca-gorsel-bos {
    width: 46px; height: 46px; flex-shrink: 0; border-radius: 8px;
    background: #f4f5f8; display: flex; align-items: center; justify-content: center; color: #cbd2da;
}
.ca-bilgi { flex: 1; min-width: 0; }
.ca-ad {
    font-size: 13px; font-weight: 600; color: #1f2937; line-height: 1.35;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.ca-alt { font-size: 11.5px; color: #98a2ae; margin-top: 1px; }
.ca-fiyat { font-size: 13.5px; font-weight: 800; color: var(--primary); white-space: nowrap; }
.ca-eski { display: block; font-size: 11px; font-weight: 500; color: #b0b7c0; text-decoration: line-through; }
.ca-etiket {
    display: inline-block; margin: 0 8px 8px 0; padding: 6px 12px; border-radius: 16px;
    background: #f1f4f8; font-size: 12.5px; font-weight: 600; color: #37475a; text-decoration: none;
}
.ca-etiket:hover { background: var(--primary); color: #fff; }
.ca-etiketler { padding: 0 16px 4px; }
.ca-tumu {
    display: block; text-align: center; padding: 12px; background: #f8fafc;
    border-top: 1px solid var(--border); font-size: 13px; font-weight: 700;
    color: var(--primary); text-decoration: none;
}
.ca-tumu:hover { background: var(--primary); color: #fff; }
.ca-bos, .ca-yukleniyor { padding: 26px 16px; text-align: center; color: #98a2ae; font-size: 13px; }

@media (max-width: 992px) {
    .canli-arama { flex-basis: 200px; }
    .canli-arama-girdi { height: 38px; font-size: 13px; }
}

/* --- Tam ekran arama katmanı ---------------------------------
   oilmarkt.com düzeni: solda logo, ortada geniş arama kutusu, sağda
   kapatma; sonuçlar açılır kutu değil, tam genişlikte ürün ızgarası. */
.arama-katman {
    position: fixed; inset: 0; z-index: 999; background: #fff;
    display: flex; flex-direction: column; overflow-y: auto;
}
.arama-katman-ust {
    display: flex; align-items: center; gap: 28px;
    padding: 18px 32px; border-bottom: 1px solid #eef0f3;
    position: sticky; top: 0; background: #fff; z-index: 2;
}
.arama-katman-logo { flex: 0 0 auto; display: flex; align-items: center; }
.arama-katman-logo img { max-height: 46px; max-width: 190px; object-fit: contain; }

.arama-katman-form { flex: 1 1 auto; max-width: 920px; margin: 0 auto; position: relative; }
.arama-katman-form > i {
    position: absolute; left: 22px; top: 50%; transform: translateY(-50%);
    color: #6b7280; font-size: 17px; pointer-events: none;
}
.arama-katman-girdi {
    width: 100%; height: 52px; padding: 0 54px; border: 1px solid #d8dde3;
    border-radius: 26px; font-size: 15px; outline: none; background: #fdfdfe;
    transition: border-color .18s, box-shadow .18s;
}
.arama-katman-girdi:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(245,130,31,.13); }
.arama-katman-sil {
    position: absolute; right: 18px; top: 50%; transform: translateY(-50%);
    border: none; background: none; color: #9aa3ad; font-size: 15px; cursor: pointer; display: none;
}
.arama-katman-sil.gorunur { display: block; }
.arama-katman-kapat {
    flex: 0 0 auto; width: 42px; height: 42px; border-radius: 50%; border: none;
    background: #f2f4f7; color: #4b5563; font-size: 24px; line-height: 1; cursor: pointer;
    transition: background .18s;
}
.arama-katman-kapat:hover { background: #e5e8ec; }

.arama-katman-govde { padding: 26px 32px 60px; }

/* Sonuç ızgarası */
.ak-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.ak-kart {
    border: 1px solid #eceef2; border-radius: 12px; background: #fff; overflow: hidden;
    text-decoration: none; color: inherit; display: flex; flex-direction: column;
    transition: box-shadow .2s, transform .2s;
}
.ak-kart:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(15,23,42,.12); }
.ak-gorsel {
    height: 190px; display: flex; align-items: center; justify-content: center;
    padding: 16px; background: #fff; border-bottom: 1px solid #f4f5f7;
}
.ak-gorsel img { max-width: 100%; max-height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.ak-gorsel i { font-size: 34px; color: #dfe3ea; }
.ak-govde { padding: 14px 15px 16px; display: flex; flex-direction: column; flex: 1; }
.ak-marka { font-size: 12.5px; font-weight: 800; color: #1f2937; margin-bottom: 3px; }
.ak-ad {
    font-size: 13px; color: #3f6ea8; line-height: 1.4; margin-bottom: 10px;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.ak-fiyat { margin-top: auto; font-size: 17px; font-weight: 800; color: #1f2937; }
.ak-eski { font-size: 12.5px; color: #aab1ba; text-decoration: line-through; margin-right: 6px; font-weight: 500; }

.ak-baslik { font-size: 12px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; color: #98a2ae; margin: 0 0 12px; }
.ak-etiketler { margin-bottom: 26px; }
.ak-etiket {
    display: inline-block; margin: 0 8px 8px 0; padding: 8px 16px; border-radius: 20px;
    background: #f1f4f8; font-size: 13px; font-weight: 600; color: #37475a; text-decoration: none;
}
.ak-etiket:hover { background: var(--primary); color: #fff; }
.ak-durum { padding: 70px 20px; text-align: center; color: #98a2ae; font-size: 14.5px; }
.ak-tumu {
    display: inline-block; margin-top: 26px; padding: 12px 28px; border-radius: 24px;
    background: var(--primary); color: #fff; font-weight: 700; font-size: 14px; text-decoration: none;
}
.ak-tumu:hover { background: var(--primary-dark); color: #fff; }

@media (max-width: 1200px) { .ak-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 992px)  { .ak-grid { grid-template-columns: repeat(3, 1fr); } .arama-katman-logo { display: none; } }
@media (max-width: 700px)  { .ak-grid { grid-template-columns: repeat(2, 1fr); } .arama-katman-ust { padding: 14px 16px; gap: 12px; } .arama-katman-govde { padding: 20px 16px 50px; } }

/* --- Arama katmanı: tam ekran değil, üstte şerit ---------------
   Katman yalnızca gerektiği kadar yer kaplar; sonuç yokken sadece
   arama çubuğu görünür. Arkadaki sayfa bulanık bir perdeyle kapanır,
   böylece kullanıcı nereden geldiğini kaybetmez. */
.arama-perde {
    position: fixed; inset: 0; z-index: 998;
    background: rgba(255, 255, 255, .55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.arama-katman {
    position: fixed; top: 0; left: 0; right: 0; bottom: auto;
    height: auto; max-height: 88vh;
    display: block;
    box-shadow: 0 14px 40px rgba(15, 23, 42, .14);
    border-bottom: 1px solid #eef0f3;
}
.arama-katman-ust { border-bottom: none; box-shadow: none; }
/* Sonuç yokken alt boşluk oluşmasın: gövde boşsa hiç yer kaplamaz. */
.arama-katman-govde:empty { display: none; }
.arama-katman-govde { padding: 22px 32px 34px; }
@media (max-width: 700px) {
    .arama-katman-govde { padding: 16px 16px 26px; }
}

/* --- Header ikonları ------------------------------------------
   Üzerine gelince tüm daireyi turuncuya boyamak fazla sert duruyordu.
   Artık zemin hafif turuncuya, ikon turuncuya dönüyor; hareket ince
   bir yükselmeyle destekleniyor. */
.ult-icon-btn {
    background: #f4f5f7;
    color: #37475a;
    border: 1px solid transparent;
    transition: background .18s, color .18s, border-color .18s, transform .18s;
}
.ult-icon-btn:hover,
.ult-icon-btn:focus-visible {
    background: rgba(245, 130, 31, .12);
    color: var(--primary);
    border-color: rgba(245, 130, 31, .35);
    transform: translateY(-1px);
}
.ult-icon-btn:active { transform: translateY(0); }

/* Sepet rozeti okunur kalsın: turuncu zemin üzerinde beyaz rakam. */
.ult-cart-badge {
    background: var(--primary);
    color: #fff;
    box-shadow: 0 2px 6px rgba(245, 130, 31, .4);
}

/* Arama katmanındaki kapat düğmesi de aynı dili konuşsun. */
.arama-katman-kapat:hover {
    background: rgba(245, 130, 31, .12);
    color: var(--primary);
}

/* --- Ana menü -------------------------------------------------
   Alt çizgi yerine yuvarlak zemin vurgusu. Alt çizgi hem eski duruyordu
   hem de dar ekranlarda menü alt satıra sarınca hizası bozuluyordu;
   artık sarmak yerine yatay kayıyor. */
.ult-nav .container { max-width: 100%; padding-left: 18px; padding-right: 18px; }
.ult-nav ul {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 6px 4px;
    gap: 0;
    justify-content: safe center;
}
.ult-nav ul::-webkit-scrollbar { display: none; }
/* Stokta olmayan ürün kartı: "Tükendi" (kırmızı, pasif) */
.btn-add.btn-tukendi, .btn-add:disabled {
    background: #e03131 !important;
    border-color: #e03131 !important;
    color: #fff !important;
    cursor: not-allowed;
    opacity: 1;
}

.ult-nav a {
    border-bottom: none;
    border-radius: 22px;
    padding: 10px 10px;
    font-size: 12.5px;
    white-space: nowrap;
    position: relative;
    transition: background .18s, color .18s;
}
.ult-nav a:hover,
.ult-nav a:focus-visible {
    background: rgba(245, 130, 31, .10);
    color: var(--primary);
    border-color: transparent;
}
.ult-nav a:hover i { color: var(--primary); }

/* Açık/etkin menü: dolgun turuncu yerine yumuşak vurgu + ince nokta */
.ult-nav a.aktif {
    background: rgba(245, 130, 31, .14);
    color: var(--primary);
}
.ult-nav a.aktif::after {
    content: '';
    position: absolute;
    left: 50%; bottom: 3px; transform: translateX(-50%);
    width: 4px; height: 4px; border-radius: 50%;
    background: var(--primary);
}

/* Dar ekranda ortalamak yerine soldan başlat: kaydırma doğal olsun. */
@media (max-width: 992px) {
    .ult-nav ul { justify-content: flex-start; }
    .ult-nav a { font-size: 13px; padding: 8px 12px; }
}

/* ── Mobil hamburger menü ──────────────────────────────────────────
   ≤900px: yatay-kaydırmalı kategori şeridi yerine hamburger + dikey menü. */
.ult-hamburger {
    display: none;
    align-items: center; justify-content: center;
    width: 42px; height: 42px; padding: 0;
    border: none; background: transparent; color: var(--dark);
    font-size: 20px; cursor: pointer; border-radius: 8px;
}
.ult-hamburger:hover { background: rgba(0,0,0,.05); }
@media (max-width: 900px) {
    .ult-hamburger { display: inline-flex; order: -1; }
    .ult-nav { display: none; border-top: 1px solid var(--border); }
    .ult-nav.acik { display: block; animation: ultNavAc .18s ease; }
    .ult-nav .container { max-width: 100%; padding: 0; }
    .ult-nav ul {
        flex-direction: column; flex-wrap: nowrap; overflow: visible;
        padding: 4px 0; gap: 0; justify-content: flex-start;
    }
    .ult-nav li { width: 100%; }
    .ult-nav a {
        width: 100%; border-radius: 0; justify-content: space-between;
        padding: 14px 18px; font-size: 14.5px;
        border-bottom: 1px solid var(--border);
    }
    .ult-nav li:last-child a { border-bottom: none; }
    .ult-nav a i { font-size: 12px; color: var(--text-muted); }
    .ult-nav a.aktif { background: rgba(245,130,31,.12); }
    .ult-nav a.aktif::after { display: none; }
}
@keyframes ultNavAc { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

/* --- Hesabım -------------------------------------------------- */
.hs-sayfa { display: grid; grid-template-columns: 300px 1fr; gap: 0; min-height: 60vh; }
.hs-yan { background: #f7f8fa; padding: 34px 28px 50px; }
.hs-kisi { margin-bottom: 30px; }
.hs-ad { font-size: 19px; font-weight: 600; color: #1f2937; margin-bottom: 6px; }
.hs-cikis { font-size: 12.5px; color: #d0342c; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.hs-cikis:hover { text-decoration: underline; }
.hs-grup { font-size: 15px; font-weight: 700; color: #1f2937; margin: 26px 0 10px; }
.hs-grup:first-of-type { margin-top: 0; }
.hs-link {
    display: block; padding: 7px 0; font-size: 13.5px; color: var(--primary);
    text-decoration: none; transition: color .15s;
}
.hs-link:hover { color: var(--primary-dark); }
.hs-link.aktif { color: #37475a; font-weight: 600; }

.hs-icerik { padding: 34px 40px 60px; }
.hs-baslik { font-size: 19px; font-weight: 700; color: #1f2937; margin: 0 0 26px; }

.hs-form { max-width: 720px; }
.hs-satir { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 24px; }
.hs-alan label { display: block; font-size: 13px; color: #6b7280; margin-bottom: 6px; }
.hs-zorunlu { color: #e0524b; }
/* Alt çizgili sade alanlar: referanstaki gibi kutu yerine çizgi. */
.hs-alan input {
    width: 100%; border: none; border-bottom: 1px solid #d9dde3; background: transparent;
    padding: 7px 2px; font-size: 14px; color: #1f2937; outline: none; transition: border-color .18s;
}
.hs-alan input:focus { border-bottom-color: var(--primary); }
.hs-alan input[type="email"]:read-only { background: #f2f4f7; }
.hs-tel { display: flex; align-items: center; gap: 8px; border-bottom: 1px solid #d9dde3; }
.hs-tel:focus-within { border-bottom-color: var(--primary); }
.hs-tel input { border-bottom: none; }
.hs-bayrak { font-size: 17px; line-height: 1; }

.hs-onay { display: flex; gap: 10px; align-items: flex-start; margin: 6px 0 26px; }
.hs-onay span { font-size: 12.5px; color: #6b7280; line-height: 1.5; }
.hs-kaydet {
    background: var(--primary); color: #fff; border: none; border-radius: 8px;
    padding: 14px 54px; font-size: 14.5px; font-weight: 800; letter-spacing: .5px;
    cursor: pointer; transition: background .18s, box-shadow .18s;
}
.hs-kaydet:hover { background: var(--primary-dark); box-shadow: 0 8px 20px rgba(245,130,31,.3); }

.hs-uyari { padding: 12px 16px; border-radius: 8px; margin-bottom: 20px; font-size: 13.5px; }
.hs-basari { background: #e8f6ee; color: #1c7a45; }
.hs-hata { background: #fdeceb; color: #c0392b; }
.hs-bos { color: #98a2ae; font-size: 14px; }

.hs-adresler { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; }
.hs-adres { border: 1px solid #e6e9ee; border-radius: 10px; padding: 16px; position: relative; }
.hs-adres p { margin: 6px 0 0; font-size: 13px; color: #6b7280; line-height: 1.5; }
.hs-etiket {
    position: absolute; top: 12px; right: 12px; background: rgba(245,130,31,.14);
    color: var(--primary); font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: 12px;
}
.hs-tablo { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.hs-tablo th { text-align: left; padding: 10px 12px; background: #f7f8fa; color: #6b7280; font-weight: 600; }
.hs-tablo td { padding: 12px; border-bottom: 1px solid #eef0f3; }

@media (max-width: 900px) {
    .hs-sayfa { grid-template-columns: 1fr; }
    .hs-yan { padding: 24px 18px; }
    .hs-icerik { padding: 24px 18px 44px; }
    .hs-satir { grid-template-columns: 1fr; gap: 20px; }
}

/* Hesabım — ek bileşenler */
.hs-sayfa { margin: 26px 0 50px; border: 1px solid #e9ecf1; border-radius: 14px; overflow: hidden; background: #fff; }
.hs-yan { border-right: 1px solid #e9ecf1; }
.hs-baslik-ara { margin-top: 42px; padding-top: 26px; border-top: 1px solid #eef0f3; }
.hs-satir-tek { grid-template-columns: 1fr; }
.hs-alan textarea {
    width: 100%; border: 1px solid #d9dde3; border-radius: 8px; background: transparent;
    padding: 10px 12px; font-size: 14px; color: #1f2937; outline: none; font-family: inherit;
    resize: vertical; transition: border-color .18s;
}
.hs-alan textarea:focus { border-color: var(--primary); }

.hs-adres-islem { display: flex; gap: 8px; margin-top: 12px; }
.hs-mini {
    background: #fff; border: 1px solid #d9dde3; border-radius: 6px; padding: 5px 12px;
    font-size: 12px; color: #52606d; cursor: pointer; transition: all .15s;
}
.hs-mini:hover { border-color: var(--primary); color: var(--primary); }
.hs-mini-sil:hover { border-color: #dc3545; color: #dc3545; }

.hs-favoriler { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 18px; }
.hs-favori { border: 1px solid #e9ecf1; border-radius: 12px; padding: 14px; transition: box-shadow .18s; }
.hs-favori:hover { box-shadow: 0 8px 22px rgba(15,23,42,.08); }
.hs-favori a { text-decoration: none; display: block; }
.hs-favori img { width: 100%; height: 130px; object-fit: contain; }
.hs-favori-ad {
    display: block; margin-top: 10px; font-size: 13px; color: #37475a; line-height: 1.4;
    min-height: 36px; overflow: hidden;
}
.hs-favori-alt { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 10px; }
.hs-favori-fiyat { font-size: 15px; font-weight: 700; color: var(--primary); }

.hs-tablo-kutu { overflow-x: auto; }
.hs-durum {
    display: inline-block; background: #eef2f7; color: #52606d; border-radius: 12px;
    padding: 3px 10px; font-size: 12px;
}

.hs-bayrak { display: inline-flex; line-height: 0; border-radius: 2px; overflow: hidden; }
.hs-tel-kod { font-size: 14px; color: #6b7280; }
.hs-tel input { padding-left: 0; }

/* Sepet çekmecesi — ek satırlar */
.scd-item-duzenle { display: block; text-align: right; font-size: 12px; color: #52606d; text-decoration: underline; margin-top: 6px; }
.scd-item-duzenle:hover { color: var(--primary, #f5821f); }
.scd-item-satir s { color: #aaa; display: block; font-size: 11.5px; }
.scd-item-satir b { color: #2b2e40; font-size: 13px; }
.scd-indirim { display: flex; align-items: center; justify-content: space-between; padding: 14px 22px; font-size: 13.5px; color: #52606d; }
.scd-indirim b { color: #1c9c5b; font-weight: 600; }

/* Hesabım — adres formu */
.hs-form-ust { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; }
.hs-vazgec { font-size: 13.5px; color: var(--primary); }
.hs-vazgec:hover { color: var(--primary-dark); }
.hs-alan select {
    width: 100%; border: none; border-bottom: 1px solid #d9dde3; background: transparent;
    padding: 7px 2px; font-size: 14px; color: #1f2937; outline: none; font-family: inherit;
}
.hs-alan select:focus { border-bottom-color: var(--primary); }
.hs-onay-kalin span { color: #1f2937; font-weight: 600; font-size: 13.5px; }
.hs-form-butonlar { display: flex; gap: 14px; align-items: center; }
.hs-form-butonlar .hs-kaydet { flex: 1; padding: 14px 24px; }
.hs-sil-btn {
    flex: 1; background: #fff; border: 1px solid #d9dde3; border-radius: 8px; padding: 14px 24px;
    font-size: 14px; font-weight: 600; color: #52606d; cursor: pointer; font-family: inherit;
    transition: border-color .18s, color .18s;
}
.hs-sil-btn:hover { border-color: #dc3545; color: #dc3545; }
.hs-kaydet-link { display: inline-block; text-align: center; text-decoration: none; }
.hs-kurumsal-not {
    margin: 10px 0 0 !important; padding-top: 10px; border-top: 1px dashed #e6e9ee;
    font-size: 12.5px !important; color: #52606d !important;
}
.hs-kurumsal-not i { color: var(--primary); margin-right: 4px; }
.hs-adres-islem a.hs-mini { text-decoration: none; display: inline-block; line-height: 1.6; }
.hs-onay input[type="checkbox"] { accent-color: var(--primary); width: 16px; height: 16px; }


/* ============================================================
   WCAG kontrast duzeltmeleri (denetim 2026-09-05)
   Marka turuncusu KORUNUR; yalnizca metin rengi degisir.
   Olculen: beyaz/#f5821f = 2.59:1 (gereken 4.5:1)
   ============================================================ */
.pd-sepet-btn,
.ult-cart-badge { color:#1b2a41; }            /* 2.59:1 -> 5.57:1 */
.pd-wa-btn { background:#2e7d32; }            /* 2.78:1 -> 5.13:1 */
.ult-footer a { color:#b45309; }              /* 2.38:1 -> 4.60:1 */
.pd-tab-btn:not(.aktif),
.pd-bos, .pd-taksit-alt, .tb-toplam { color:#6b7280; }  /* 3.21:1 -> 4.83:1 */
