/* GLOBAL KIRATLI FIX */

body{
  padding-left:16px !important;
  padding-right:16px !important;
}

/* Kelime bölmeyi tamamen kapat */
.kr-product,
.kr-product *{
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}

/* Kart boşluk düzeltme */
.kr-product .card{
  padding:18px;
}

/* Sticky bar */
.kr-sticky{
  display:none;
}

@media (max-width:900px){

  body{
    padding-bottom:90px !important;
  }

  .kr-sticky{
    display:flex;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:9999;
    background:#fff;
    border-top:1px solid #e5e9f2;
    box-shadow:0 -4px 10px rgba(0,0,0,.06);
    padding:10px 12px;
    justify-content:space-around;
    align-items:center;
  }

  .kr-sticky a{
    display:flex;
    flex-direction:column;
    align-items:center;
    font-size:12px;
    text-decoration:none;
    color:#0b3d91;
  }

  .kr-sticky img{
    width:26px;
    height:26px;
    margin-bottom:4px;
  }
}
