.mennu{
    color:#000;
}

body {
    font-family: Poppins, sans-serif !important;
}

.a76 {
    border-bottom: 0px solid #eeeeee !important;
}

.a18 {
    border-bottom: 1px solid #222222 !important;
}

.a21 {
    font-weight: normal !important;
}

.a72 {
    color: black !important;
    font-weight: normal !important;
}

.logoW {}

.a73 {font-weight: 600 !important;}

.logo {
    margin-top: 30px;
    width: 274px;
}

.a49 {
    background: none !important;
    border-bottom: solid 0px #e6e6e6 !important;
}

p {
    font-size: 16px !important;
    line-height: 1.7 !important;
}
.a84 {    font-size: inherit !important;}


  .product-desc-area {
    background: #fff;
    padding: 12px 0;
    min-width: 260px;
  }

  /* --- YAKINDA EFEKTİ --- */
  .yakinda-wrap {
    position: relative;
    display: inline-block;
    line-height: 1;
  }

  .yakinda {
    font-family: &#039;Bebas Neue&#039;, sans-serif;
    font-size: 2rem; /* ~32px — deneme yazısıyla aynı alan */
    letter-spacing: 0.12em;
    color: #111;
    display: inline-block;
    position: relative;
    text-shadow:
      1px 0 0 #e8000a,
      -1px 0 0 #00cfff;
    animation: glitch 4s infinite;
  }

  .yakinda::before,
  .yakinda::after {
    content: &#039;YAKINDA&#039;;
    font-family: &#039;Bebas Neue&#039;, sans-serif;
    font-size: inherit;
    letter-spacing: inherit;
    position: absolute;
    top: 0; left: 0;
  }

  .yakinda::before {
    color: #e8000a;
    clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
    animation: glitch-top 4s infinite;
    opacity: 0.75;
  }

  .yakinda::after {
    color: #00cfff;
    clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
    animation: glitch-bot 4s infinite;
    opacity: 0.6;
  }

  @keyframes glitch {
    0%, 88%, 100% { text-shadow: 1px 0 0 #e8000a, -1px 0 0 #00cfff; }
    90%            { text-shadow: -3px 0 0 #e8000a, 3px 0 0 #00cfff; }
    92%            { text-shadow: 3px 0 0 #e8000a, -3px 0 0 #00cfff; }
    94%            { text-shadow: -1px 0 0 #e8000a, 1px 0 0 #00cfff; }
  }

  @keyframes glitch-top {
    0%, 88%, 100% { transform: translateX(0); }
    90%            { transform: translateX(-4px); }
    92%            { transform: translateX(4px); }
    94%            { transform: translateX(-2px); }
  }

  @keyframes glitch-bot {
    0%, 88%, 100% { transform: translateX(0); }
    90%            { transform: translateX(4px); }
    92%            { transform: translateX(-4px); }
    94%            { transform: translateX(2px); }
  }

  /* Ateş çizgisi */
  .fire-line {
    display: block;
    height: 2px;
    margin-top: 3px;
    background: linear-gradient(90deg, #e8000a, #ff5500, transparent);
    border-radius: 2px;
    animation: fire-pulse 1.4s ease-in-out infinite alternate;
    transform-origin: left;
  }

  @keyframes fire-pulse {
    from { opacity: 0.5; transform: scaleX(0.7); }
    to   { opacity: 1;   transform: scaleX(1); }
  }
  
  
  
    .taksit-card {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1.5px solid #e0e0e0;
    border-left: 4px solid #e8000a;
    border-radius: 6px;
    padding: 10px 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.07);
        width: 100%;
  }

  .taksit-card .number {
    font-family: &#039;Rajdhani&#039;, sans-serif;
    font-size: 4.4rem;
    font-weight: 700;
    color: #e8000a;
    line-height: 1;
  }

  .taksit-card .text {
    display: flex;
    flex-direction: column;
    gap: 1px;
  }

  .taksit-card .text .top {
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #999;
  }

  .taksit-card .text .bot {
 
    font-weight: 700;
    color: #111;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  /* === VERSİYON 2: Badge stili === */
  .taksit-badge {
    display: inline-flex;
    align-items: center;
    gap: 0;
    border-radius: 5px;
    overflow: hidden;
    border: 1.5px solid #e8000a;
  }

  .taksit-badge .left {
    background: #e8000a;
    padding: 8px 14px;
    font-family: &#039;Rajdhani&#039;, sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1;
  }

  .taksit-badge .right {
    padding: 8px 14px;
    background: #fff;
    font-weight: 700;
    color: #111;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.3;
  }

  .taksit-badge .right span {
    display: block;
 
    color: #999;
    font-weight: 500;
    letter-spacing: 0.15em;
  }

  /* === VERSİYON 3: Minimal inline === */
  .taksit-inline {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    font-family: &#039;Rajdhani&#039;, sans-serif;
    color: #111;
    border-bottom: 2px solid #e8000a;
    padding-bottom: 3px;
  }

  .taksit-inline .num {

    font-weight: 700;
    color: #e8000a;
    line-height: 1;
  }

  .taksit-inline .label {

    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  /* Etiket */
  .tag {

    color: #888;
    text-align: center;
    margin-top: 6px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: sans-serif;
  }

  .item { display: flex; flex-direction: column; align-items: center; }