@keyframes runBorderOrange{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes runBorderPurple{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes outerPulseO{0%,to{box-shadow:0 0 0 0 rgba(232,106,31,.55)}50%{box-shadow:0 0 0 6px rgba(232,106,31,0)}}@keyframes outerPulseP{0%,to{box-shadow:0 0 0 0 rgba(139,63,207,.55)}50%{box-shadow:0 0 0 6px rgba(139,63,207,0)}}@keyframes badgeBlink{0%,to{opacity:1}50%{opacity:.3}}.ob-wrap{display:flex;flex-direction:column;align-items:center;gap:6px;width:100%}.ob-pill{display:inline-flex;border-radius:444px;padding:1px;width:fit-content;max-width:min(80vw,240px)}.ob-pill,.ob-pill-inner{align-items:center;box-sizing:border-box}.ob-pill-inner{display:flex;gap:6px;background:#0f0f0f;border-radius:999px;padding:5px;width:100%}.ob-pill-cart{background:linear-gradient(90deg,#e86a1f,#f59e42,#e86a1f,#b84e12,#e86a1f);background-size:300% 300%;animation:runBorderOrange 2s linear infinite,outerPulseO 1.8s ease-in-out infinite}.ob-pill-order{background:linear-gradient(90deg,#8b3fcf,#c084fc,#8b3fcf,#5b21b6,#8b3fcf);background-size:300% 300%;animation:runBorderPurple 2s linear .5s infinite,outerPulseP 1.8s ease-in-out .5s infinite}.ob-badge{animation:badgeBlink 1.2s ease-in-out infinite}.ob-badge-delayed{animation:badgeBlink 1.2s ease-in-out .5s infinite}.ob-icon-circle{width:24px;height:24px;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ob-text{display:flex;flex-direction:column;min-width:0}.ob-title{font-size:10px;font-weight:500;color:#fff}.ob-subtitle,.ob-title{margin:0;white-space:nowrap}.ob-subtitle{font-size:8px;color:#888}.ob-action{flex-shrink:0;color:#fff;border-radius:9999px;padding:4px 9px;font-size:9px;font-weight:500;white-space:nowrap;border:none;margin-left:6px}