.nss-sp-toast{--nss-sp-accent:#1f4d3a;--nss-sp-surface:#fff;--nss-sp-text:#1d2420;position:fixed;bottom:18px;z-index:999997;width:min(318px,calc(100vw - 24px));opacity:0;transform:translateY(10px);pointer-events:none;transition:opacity .2s ease,transform .2s ease;color:var(--nss-sp-text);font-family:inherit}
.nss-sp-toast--left{left:16px}.nss-sp-toast--right{right:16px}
.nss-sp-toast.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}
.nss-sp-toast__card{position:relative;display:grid;grid-template-columns:minmax(0,1fr);align-items:center;gap:11px;min-height:76px;padding:11px 34px 11px 11px;background:color-mix(in srgb,var(--nss-sp-surface) 97%,#f7f4ee);border:1px solid rgba(29,36,32,.15);border-radius:14px;box-shadow:0 10px 28px rgba(40,35,29,.085)}
.nss-sp-toast.has-image .nss-sp-toast__card{grid-template-columns:46px minmax(0,1fr)}
.nss-sp-toast.has-cart .nss-sp-toast__card{grid-template-columns:minmax(0,1fr) 34px}
.nss-sp-toast.has-image.has-cart .nss-sp-toast__card{grid-template-columns:46px minmax(0,1fr) 34px}
.nss-sp-toast__product-link{display:contents;color:inherit!important;text-decoration:none!important}
.nss-sp-toast__media{width:46px;height:54px;border-radius:8px;overflow:hidden;background:#f5f4ef;display:grid;place-items:center;border:1px solid rgba(0,0,0,.045)}
.nss-sp-toast__media[hidden]{display:none}.nss-sp-toast__media img{display:block;width:100%;height:100%;object-fit:cover}
.nss-sp-toast__body{display:block;min-width:0;line-height:1.2}
.nss-sp-toast__eyebrow{display:block;margin:0 0 5px;color:color-mix(in srgb,var(--nss-sp-accent) 76%,#708766);font-size:9px;line-height:1;font-weight:700;letter-spacing:.085em;text-transform:uppercase}
.nss-sp-toast__eyebrow[hidden]{display:none}
.nss-sp-toast__message{display:block;color:var(--nss-sp-text);font-size:13px;line-height:1.23;font-weight:400}
.nss-sp-toast__customer{font-weight:700}
.nss-sp-toast__location,.nss-sp-toast__plain{font-weight:400}
.nss-sp-toast__product{display:block;margin-top:2px;font-weight:700;line-height:1.18}
.nss-sp-toast__brand{display:flex;align-items:center;gap:5px;margin-top:6px;font-size:10px;line-height:1.1;color:color-mix(in srgb,var(--nss-sp-accent) 74%,var(--nss-sp-text));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.nss-sp-toast__brand[hidden]{display:none}.nss-sp-toast__brand img{width:13px;height:13px;border-radius:50%;object-fit:cover}
.nss-sp-toast__cart{width:34px;height:34px;display:grid;place-items:center;padding:0;border:1px solid rgba(31,77,58,.24);border-radius:50%;background:transparent;color:var(--nss-sp-accent);cursor:pointer;transition:background .15s ease,transform .15s ease,color .15s ease}
.nss-sp-toast__cart[hidden]{display:none}.nss-sp-toast__cart svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.nss-sp-toast__cart:hover,.nss-sp-toast__cart:focus-visible{background:rgba(31,77,58,.055);outline:none;transform:translateY(-1px)}
.nss-sp-toast__cart.is-loading{opacity:.55;cursor:wait}.nss-sp-toast__cart.is-added{background:var(--nss-sp-accent);color:#fff}
.nss-sp-toast__close{position:absolute;top:5px;right:7px;z-index:3;width:22px;height:22px;padding:0;border:0;background:transparent;color:rgba(29,36,32,.47);font:400 18px/22px Arial,sans-serif;cursor:pointer;border-radius:50%}
.nss-sp-toast__close:hover,.nss-sp-toast__close:focus-visible{background:rgba(0,0,0,.035);color:var(--nss-sp-text);outline:none}

/* Alignment choices */
.nss-sp-toast--align-left .nss-sp-toast__body{text-align:left}
.nss-sp-toast--align-left .nss-sp-toast__brand{justify-content:flex-start}
.nss-sp-toast--align-center .nss-sp-toast__body{text-align:center}
.nss-sp-toast--align-center .nss-sp-toast__brand{justify-content:center}

/* Editorial: softer spacing and a more balanced composition like a boutique notification */
.nss-sp-toast--editorial{width:min(326px,calc(100vw - 24px))}
.nss-sp-toast--editorial .nss-sp-toast__card{min-height:84px;padding-top:13px;padding-bottom:13px;border-radius:16px}
.nss-sp-toast--editorial .nss-sp-toast__media{width:48px;height:58px;border-radius:9px}
.nss-sp-toast--editorial .nss-sp-toast__message{font-size:13.25px;line-height:1.25}
.nss-sp-toast--editorial .nss-sp-toast__product{margin-top:3px}

/* Minimal: no image, slimmer and more typographic */
.nss-sp-toast--minimal{width:min(292px,calc(100vw - 24px))}
.nss-sp-toast--minimal .nss-sp-toast__card{min-height:64px;padding:11px 34px 11px 14px}
.nss-sp-toast--minimal .nss-sp-toast__message{font-size:12.75px}
.nss-sp-toast--minimal .nss-sp-toast__product{margin-top:2px}

@media(max-width:480px){
  .nss-sp-toast{bottom:12px;width:min(300px,calc(100vw - 20px))}
  .nss-sp-toast--left{left:10px}.nss-sp-toast--right{right:10px}
  .nss-sp-toast__card{min-height:70px;padding:10px 31px 10px 10px;gap:9px;border-radius:12px}
  .nss-sp-toast__media{width:42px;height:50px}
  .nss-sp-toast__message{font-size:12.5px}
  .nss-sp-toast__cart{width:31px;height:31px}.nss-sp-toast__cart svg{width:14px;height:14px}
  .nss-sp-toast--editorial{width:min(304px,calc(100vw - 20px))}
  .nss-sp-toast--minimal{width:min(284px,calc(100vw - 20px))}
}
@media(prefers-reduced-motion:reduce){.nss-sp-toast,.nss-sp-toast__cart{transition:none}}
