/* SONURUN V41 - Son Kalanlar header + mobil kısayol */

/* Desktop sağ aksiyon */
body.sn3-site .sn37-nav-actions .sn41-lowstock-link{
  flex:0 0 auto;
  height:38px;
  padding:0 12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  margin:0;
  border:1px solid #f0c8ca;
  border-radius:12px;
  background:#fff7f7;
  color:#d91e27;
  text-decoration:none;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
  transition:.18s ease;
}
body.sn3-site .sn37-nav-actions .sn41-lowstock-link svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
}
body.sn3-site .sn37-nav-actions .sn41-lowstock-link:hover{
  background:#ed1c24;
  border-color:#ed1c24;
  color:#fff;
  box-shadow:0 8px 20px rgba(237,28,36,.14);
}
body.sn3-site .sn37-nav-actions{
  gap:9px!important;
}

/* 3 aksiyon orta masaüstünde tek satırda kalsın */
@media(max-width:1120px){
  body.sn3-site .sn37-nav-actions .sn41-lowstock-link{
    width:38px;
    padding:0;
  }
  body.sn3-site .sn37-nav-actions .sn41-lowstock-link span{
    display:none;
  }
}

/* Mobilde İl Haritası kartının altında kompakt Son Kalanlar kartı */
body.sn3-site .sn41-mobile-lowstock{
  display:grid;
  grid-template-columns:44px minmax(0,1fr) 32px;
  align-items:center;
  gap:11px;
  margin:-3px 0 15px;
  padding:11px 12px;
  border:1px solid #f1d2d4;
  border-radius:15px;
  background:#fff7f7;
  color:#111318!important;
  text-decoration:none!important;
}
body.sn3-site .sn41-mobile-lowstock-icon{
  width:44px;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:13px;
  background:#ed1c24;
  color:#fff;
}
body.sn3-site .sn41-mobile-lowstock-icon svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
}
body.sn3-site .sn41-mobile-lowstock-copy{
  min-width:0;
}
body.sn3-site .sn41-mobile-lowstock-copy b{
  display:block;
  color:#111318;
  font-size:13px;
  line-height:1.2;
  font-weight:900;
}
body.sn3-site .sn41-mobile-lowstock-copy small{
  display:block;
  margin-top:4px;
  color:#7b8189;
  font-size:9.5px;
  line-height:1.35;
}
body.sn3-site .sn41-mobile-lowstock-arrow{
  width:32px;
  height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  background:#fff;
  color:#ed1c24;
  font-size:16px;
  font-weight:900;
  box-shadow:0 4px 12px rgba(17,19,24,.06);
}
body.sn3-site .sn41-mobile-lowstock:active{
  transform:scale(.987);
}

@media(max-width:380px){
  body.sn3-site .sn41-mobile-lowstock{
    grid-template-columns:40px minmax(0,1fr) 30px;
    gap:9px;
    padding:10px;
  }
  body.sn3-site .sn41-mobile-lowstock-icon{
    width:40px;
    height:40px;
  }
  body.sn3-site .sn41-mobile-lowstock-copy b{
    font-size:12.5px;
  }
}
