/* badge on archive */
.qb-archive-badge {
    display:inline-block;
    background:#ffefc9;
    color:#8a5b00;
    padding:4px 8px;
    border-radius:4px;
    font-weight:600;
    margin-right:6px;
}
.qb-archive-badge.qb-sold-out { background:#ddd; color:#666; }

/* single product box */
.qb-limited-sale-box { margin-top:12px; border:1px solid #f0e6d2; padding:10px; background:#fffaf3; border-radius:6px; }
.qb-limited-left { color:#d10000; font-size:16px; margin-bottom:8px; font-weight:700; }
.qb-countdown { margin-top:6px; font-weight:600; color:#a40000; }

/* progress bar */
.qb-progress { width:100%; background:#eee; height:10px; border-radius:6px; overflow:hidden; margin-top:8px; }
.qb-progress-bar { height:100%; background:linear-gradient(90deg,#ff7a00,#ffb642); width:0%; transition:width .6s ease; }
.qb-progress-text { font-size:13px; margin-top:6px; color:#333; }

/* notify box */
.qb-notify-wrap { margin-top:10px; }
#qb-notify-email { padding:6px 8px; width:220px; max-width:100%; display:inline-block; margin-right:6px; }
