/* GoPure presentation counter in Softhour cacao and cream. */
.sf-cart-people{display:flex;flex:none;align-items:center;justify-content:center;gap:8px;padding:11px 12px;background:#4b3025;color:#fffaf4;text-align:center;font-size:12px;line-height:1.4}
.sf-cart-people strong{font-weight:800;font-variant-numeric:tabular-nums}
.sf-cart-people__dot{width:7px;height:7px;border-radius:50%;background:#e8cdb4;box-shadow:0 0 0 4px #e8cdb424;animation:sf-cart-people-pulse 2s ease-in-out infinite;flex:none}
.sf-cart-page>.sf-cart-people{margin-bottom:24px;border-radius:4px}
@keyframes sf-cart-people-pulse{50%{opacity:.55;box-shadow:0 0 0 6px #e8cdb412}}
@media(max-width:390px){.sf-cart-people{font-size:11px}}
@media(max-height:600px){.sf-cart-people{padding-block:8px}}
@media(prefers-reduced-motion:reduce){.sf-cart-people__dot{animation:none}}
