.smart-discount-toast{
  position:fixed;
  right:24px;
  bottom:96px;
  z-index:2147482000;
  width:min(390px,calc(100vw - 32px));
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  border-radius:20px;
  background:linear-gradient(145deg,#171b22,#0d1117);
  color:#fff;
  box-shadow:0 26px 80px rgba(0,0,0,.38);
  opacity:0;
  visibility:hidden;
  transform:translate3d(calc(100% + 48px),0,0);
  transition:opacity .28s ease,transform .42s cubic-bezier(.2,.75,.25,1),visibility .28s;
  isolation:isolate;
  contain:layout paint;
  overscroll-behavior:contain;
}
.smart-discount-toast.is-visible{
  opacity:1;
  visibility:visible;
  transform:translate3d(0,0,0);
}
.smart-discount-toast.is-closing{
  opacity:0;
  visibility:hidden;
  transform:translate3d(calc(100% + 48px),0,0);
}
.smart-discount-toast::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:linear-gradient(90deg,#e32124,#ff6a4f);
  z-index:4;
}
.smart-discount-close{
  position:absolute;
  right:9px;
  top:9px;
  z-index:8;
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid rgba(255,255,255,.2);
  border-radius:50%;
  background:rgba(0,0,0,.62);
  color:#fff;
  font:700 22px/1 Arial,sans-serif;
  cursor:pointer;
  touch-action:manipulation;
}
.smart-discount-close:hover,.smart-discount-close:focus-visible{background:#e32124;outline:none}
.smart-discount-media{display:block;min-width:0;min-height:100%;background:#fff}
.smart-discount-media img{width:100%;height:100%;min-height:230px;display:block;object-fit:contain;padding:10px}
.smart-discount-content{min-width:0;padding:20px 18px 17px}
.smart-discount-topline{display:flex;align-items:center;gap:8px;padding-right:28px}
.smart-discount-topline span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#ff9a91;font-size:9px;font-weight:900;letter-spacing:.12em}
.smart-discount-topline b{margin-left:auto;flex:none;padding:5px 7px;border-radius:999px;background:#df2024;color:#fff;font-size:9px}
.smart-discount-product{display:-webkit-box;margin-top:10px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:16px;line-height:1.3;color:#fff}
.smart-discount-stock{display:inline-flex;margin-top:8px;padding:5px 8px;border-radius:7px;background:rgba(255,255,255,.09);color:#ffd6d3;font-size:11px;font-weight:800}
.smart-discount-prices{display:flex;align-items:baseline;gap:9px;margin-top:11px;flex-wrap:wrap}
.smart-discount-prices del{color:#9199a5;font-size:12px}
.smart-discount-prices strong{color:#fff;font-size:20px}
.smart-discount-countdown{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;padding-top:10px;border-top:1px solid rgba(255,255,255,.1)}
.smart-discount-countdown small{color:#aab1bc;font-size:10px}
.smart-discount-countdown time{font-variant-numeric:tabular-nums;font-size:15px;font-weight:900;letter-spacing:.07em;color:#ff756b}
.smart-discount-button{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px;padding:10px 12px;border-radius:10px;background:#df2024;color:#fff!important;font-size:11px;font-weight:900;letter-spacing:.04em;text-decoration:none}
.smart-discount-button:hover,.smart-discount-button:focus-visible{background:#f02a2e;color:#fff!important;outline:none}

/* Tablet ve mobilde bildirim ekranın görünür merkezinde sabit kalır. */
@media (max-width:1024px){
  .smart-discount-toast{
    left:50%;
    right:auto;
    top:50%;
    bottom:auto;
    width:min(520px,calc(100vw - 32px));
    max-height:calc(100dvh - 32px);
    grid-template-columns:136px minmax(0,1fr);
    border-radius:18px;
    transform:translate3d(-50%,calc(-50% + 28px),0) scale(.97);
    overflow:auto;
    -webkit-overflow-scrolling:touch;
  }
  .smart-discount-toast.is-visible{transform:translate3d(-50%,-50%,0) scale(1)}
  .smart-discount-toast.is-closing{transform:translate3d(-50%,calc(-50% + 28px),0) scale(.97)}
  .smart-discount-media img{min-height:220px}
}
@media (max-width:560px){
  .smart-discount-toast{
    width:calc(100vw - 24px);
    max-height:calc(100dvh - 24px);
    grid-template-columns:96px minmax(0,1fr);
    border-radius:16px;
  }
  .smart-discount-media img{min-height:194px;padding:7px}
  .smart-discount-content{padding:16px 13px 13px}
  .smart-discount-topline{padding-right:26px}
  .smart-discount-topline span{font-size:8px}
  .smart-discount-product{font-size:14px;margin-top:8px}
  .smart-discount-stock{font-size:10px;margin-top:7px}
  .smart-discount-prices{gap:7px;margin-top:8px}
  .smart-discount-prices strong{font-size:17px}
  .smart-discount-countdown{margin-top:8px;padding-top:8px}
  .smart-discount-countdown small{font-size:9px}
  .smart-discount-countdown time{font-size:13px}
  .smart-discount-button{margin-top:9px;padding:9px 10px;font-size:10px}
  .smart-discount-close{right:7px;top:7px;width:29px;height:29px;font-size:20px}
}
@media (max-width:360px){
  .smart-discount-toast{grid-template-columns:82px minmax(0,1fr)}
  .smart-discount-content{padding-left:10px;padding-right:10px}
  .smart-discount-media img{min-height:184px;padding:5px}
}
@media (prefers-reduced-motion:reduce){.smart-discount-toast{transition:none}}
